Files
claude-code-best-practice/.mcp.json
T
2026-01-26 20:19:36 +05:00

13 lines
216 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"reddit-mcp-server": {
"type": "http",
"url": "http://144.91.76.33:8080/mcp"
}
}
}