From 8121e4b04e10fc105451c0216ce610129269ac6f Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Thu, 25 Jun 2026 00:26:34 +0200 Subject: [PATCH] chore: auto-commit (1 archivos) - .mcp.json Co-Authored-By: Claude Opus 4.7 (1M context) --- .mcp.json | 4 ++++ 1 file changed, 4 insertions(+) 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" } } }