fix: Default GRIDBOT_API_URL to 10.0.1.3 (infra VM)

This commit is contained in:
Christian Gick
2026-01-15 16:37:42 +02:00
parent 1ac1e245d6
commit 25839d0b19
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ from mcp.server import Server
from mcp.server.stdio import stdio_server from mcp.server.stdio import stdio_server
from mcp.types import Tool, TextContent from mcp.types import Tool, TextContent
BASE_URL = os.getenv("GRIDBOT_API_URL", "http://localhost:8000") BASE_URL = os.getenv("GRIDBOT_API_URL", "http://10.0.1.3:8000")
TIMEOUT = 30.0 TIMEOUT = 30.0
server = Server("gridbot-mcp") server = Server("gridbot-mcp")