fix(GB-64): Correct GridBot MCP API port from 8000 to 8001
Changes: - Updated ~/.claude/settings.json: GRIDBOT_API_URL → http://services:8001 - Updated README.md documentation with correct port Root cause: Conductor API exposed on port 8001, not 8000. Health endpoint verified: http://services:8001/health Requires Claude Code restart to load new MCP configuration.
This commit is contained in:
@@ -5,7 +5,7 @@ Exposes eToroGridbot trading bot operations via Model Context Protocol. Provides
|
||||
## Requirements
|
||||
|
||||
- VPN connection to services network: `vpn-connect`
|
||||
- Gridbot conductor running on services VM (http://services:8000)
|
||||
- Gridbot conductor running on services VM (http://services:8001)
|
||||
- Python 3.10+ with uv for development
|
||||
|
||||
## Configuration
|
||||
@@ -19,7 +19,7 @@ Add to `~/.claude/settings.json` under `mcpServers`:
|
||||
"args": ["-m", "src.server"],
|
||||
"cwd": "/path/to/gridbot-mcp",
|
||||
"env": {
|
||||
"GRIDBOT_API_URL": "http://services:8000"
|
||||
"GRIDBOT_API_URL": "http://services:8001"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user