[2.3.0] Move MCP servers to .mcp.json file
This commit is contained in:
14
plugins/compounding-engineering/.mcp.json
Normal file
14
plugins/compounding-engineering/.mcp.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user