fix: Default GRIDBOT_API_URL to 10.0.1.3 (infra VM)
This commit is contained in:
Binary file not shown.
@@ -13,7 +13,7 @@ from mcp.server import Server
|
||||
from mcp.server.stdio import stdio_server
|
||||
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
|
||||
|
||||
server = Server("gridbot-mcp")
|
||||
|
||||
Reference in New Issue
Block a user