Files
claude-engineering-plugin/plugins/compounding-engineering/.mcp.json
2025-11-24 14:17:56 -08:00

14 lines
252 B
JSON

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