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
|
## Requirements
|
||||||
|
|
||||||
- VPN connection to services network: `vpn-connect`
|
- 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
|
- Python 3.10+ with uv for development
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@@ -19,7 +19,7 @@ Add to `~/.claude/settings.json` under `mcpServers`:
|
|||||||
"args": ["-m", "src.server"],
|
"args": ["-m", "src.server"],
|
||||||
"cwd": "/path/to/gridbot-mcp",
|
"cwd": "/path/to/gridbot-mcp",
|
||||||
"env": {
|
"env": {
|
||||||
"GRIDBOT_API_URL": "http://services:8000"
|
"GRIDBOT_API_URL": "http://services:8001"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user