refactor: Convert MCP server implementation from Python to TypeScript.

This commit is contained in:
2025-12-01 20:46:50 +01:00
parent 7d96a657b3
commit 2a6584078c
12 changed files with 1868 additions and 643 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
{
"mcpServers": {
"clubber": {
"command": "uv",
"args": ["run", "python", "-m", "src.mcp_server"],
"command": "node",
"args": [
"dist/mcp_server.js"
],
"env": {
"CLUBBER_API_URL": "http://127.0.0.1:8000/graphql"
}