diff --git a/README.md b/README.md index 227a66e..6fe3bcf 100644 --- a/README.md +++ b/README.md @@ -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" } } } diff --git a/src/__pycache__/server.cpython-314.pyc b/src/__pycache__/server.cpython-314.pyc index 7b7d288..405961a 100644 Binary files a/src/__pycache__/server.cpython-314.pyc and b/src/__pycache__/server.cpython-314.pyc differ