Files
clubber/.mcp.json
T

11 lines
210 B
JSON
Raw Normal View History

2025-11-21 12:04:36 +01:00
{
"mcpServers": {
"clubber": {
"command": "uv",
"args": ["run", "python", "-m", "src.mcp_server"],
"env": {
"CLUBBER_API_URL": "http://127.0.0.1:8000/graphql"
}
}
}
}