Files

13 lines
209 B
JSON
Raw Permalink Normal View History

2025-11-21 12:04:36 +01:00
{
"mcpServers": {
"clubber": {
"command": "node",
"args": [
"dist/mcp_server.js"
],
2025-11-21 12:04:36 +01:00
"env": {
"CLUBBER_API_URL": "http://127.0.0.1:8000/graphql"
}
}
}
}