feat: support disabling bundled mcp servers

This commit is contained in:
Affaan Mustafa
2026-04-05 14:37:28 -07:00
parent 1346f83b08
commit 786f46dad5
7 changed files with 283 additions and 4 deletions

View File

@@ -175,7 +175,7 @@
"_comments": {
"usage": "Copy the servers you need to your ~/.claude.json mcpServers section",
"env_vars": "Replace YOUR_*_HERE placeholders with actual values",
"disabling": "Use disabledMcpServers array in project config to disable per-project",
"disabling": "Use ECC_DISABLED_MCPS=github,context7,... to disable bundled ECC MCPs during install/sync, or use disabledMcpServers in project config for per-project overrides",
"context_warning": "Keep under 10 MCPs enabled to preserve context window"
}
}