[2.3.1] Fix .mcp.json format - remove mcpServers wrapper

This commit is contained in:
Kieran Klaassen
2025-11-24 14:24:37 -08:00
parent 66e35bbc40
commit bf00391d42

View File

@@ -1,14 +1,12 @@
{ {
"mcpServers": { "playwright": {
"playwright": { "type": "stdio",
"type": "stdio", "command": "npx",
"command": "npx", "args": ["-y", "@playwright/mcp@latest"],
"args": ["-y", "@playwright/mcp@latest"], "env": {}
"env": {} },
}, "context7": {
"context7": { "type": "sse",
"type": "sse", "url": "https://mcp.context7.com/sse"
"url": "https://mcp.context7.com/sse"
}
} }
} }