Apply suggestion from @lambertjosh

This commit is contained in:
Joshua Lambert
2026-02-26 09:26:16 -05:00
committed by GitHub
parent 251f0ac5d1
commit f7bd5c7af1
@@ -20,7 +20,7 @@ The CLI accepts several config filenames. The recommended file is `kilo.json`:
| **Global** | `~/.config/kilo/kilo.json` | `kilo.jsonc`, `config.json` |
| **Project** | `./kilo.json` or `./.kilo/kilo.json` | `kilo.jsonc` |
Project-level configuration takes precedence over global settings. The CLI walks up from the project directory to the git worktree root, so config files in parent directories are also loaded.
Project-level configuration takes precedence over global settings.
MCP servers configured in VS Code are **not** automatically available in the CLI. You must configure them separately.