## 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)