chromedevtools--chrome-devtools-mcp
c7948cf062
## 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)
9 行
126 B
JSON
9 行
126 B
JSON
{
|
|
"mcpServers": {
|
|
"chrome-devtools": {
|
|
"command": "npx",
|
|
"args": ["chrome-devtools-mcp@latest"]
|
|
}
|
|
}
|
|
}
|