[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": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"],
"env": {}
},
"context7": {
"type": "sse",
"url": "https://mcp.context7.com/sse"
}
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"],
"env": {}
},
"context7": {
"type": "sse",
"url": "https://mcp.context7.com/sse"
}
}