项目文件夹

文件
Ujjal Bhattacharjee c7948cf062 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)
2026-03-30 10:45:23 +00:00

9 行
126 B
JSON

{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
}
}
}