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:
Christian Gick
2026-01-20 19:28:16 +02:00
parent 72bc14ed2c
commit 20cfa456c0
2 changed files with 2 additions and 2 deletions