Files
claude-code-best-practice/.mcp.json
T
Shayan Rais 005c779e2a added tips
2026-03-17 22:16:16 +05:00

17 lines
297 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"deepwiki": {
"command": "npx",
"args": ["-y", "deepwiki-mcp"]
}
}
}