Skip to content

Commit 614afba

Browse files
ujjalcalUjjal Bhattacharjee
authored andcommitted
fix: wrap .mcp.json config in mcpServers key
The .mcp.json file was missing the required `mcpServers` wrapper, causing MCP clients to fail parsing with a schema validation error.
1 parent b1684c6 commit 614afba

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"chrome-devtools": {
3-
"command": "npx",
4-
"args": ["chrome-devtools-mcp@latest"]
2+
"mcpServers": {
3+
"chrome-devtools": {
4+
"command": "npx",
5+
"args": ["chrome-devtools-mcp@latest"]
6+
}
57
}
68
}

0 commit comments

Comments
 (0)