[2.3.1] Fix .mcp.json format - remove mcpServers wrapper
This commit is contained in:
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user