diff --git a/README.md b/README.md index 685907e..9afcfd8 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,24 @@ Or use opencode.json: ``` +
+Kilo Code + +Add a local MCP server in `~/.config/kilo/kilo.jsonc`, `kilo.jsonc`, or `.kilo/kilo.jsonc`: + +```json +{ + "mcp": { + "cocoindex-code": { + "type": "local", + "command": ["ccc", "mcp"], + "enabled": true + } + } +} +``` +
+ Once configured, the agent automatically decides when semantic code search is helpful — finding code by description, exploring unfamiliar codebases, fuzzy/conceptual matches, or locating implementations without knowing exact names. > **Note:** The `cocoindex-code` command (without subcommand) still works as an MCP server for backward compatibility. It auto-creates settings from environment variables on first run.