[2.3.0] Move MCP servers to .mcp.json file

This commit is contained in:
Kieran Klaassen
2025-11-24 14:17:56 -08:00
parent e3e7640c64
commit 66e35bbc40
3 changed files with 22 additions and 14 deletions

View File

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