diff --git a/.mcp.json b/.mcp.json index 388cb4c9..6ce4e0d2 100644 --- a/.mcp.json +++ b/.mcp.json @@ -11,6 +11,10 @@ "jupyter": { "command": "bash", "args": ["-c", "exec bash \"$(git rev-parse --show-toplevel)/bash/functions/infra/jupyter_mcp_serve.sh\""] + }, + "godot": { + "type": "http", + "url": "http://127.0.0.1:8000/mcp" } } }