Commit c7948cf
authored
fix: wrap .mcp.json config in mcpServers key (#1246)
## Summary
- The `.mcp.json` file was missing the required `mcpServers` wrapper
key, causing MCP clients (e.g., Claude Code) to fail parsing with a
schema validation error.
- Wraps the existing config inside `mcpServers` to match the expected
MCP configuration schema.
## Test plan
- [x] Run `claude /doctor` — config parse error is resolved
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent cea963b commit c7948cf
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
0 commit comments