fix: Update Claude MCP commands to use consistent zen naming

Updated claude mcp add/remove commands from 'gemini' to 'zen' to match the docker-compose.yml
service names and maintain consistency across the project. All container references now
align with zen-mcp-server, zen-mcp-redis naming convention.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Patryk Ciechanski
2025-06-12 16:23:09 +02:00
parent 3cb35ba501
commit d97080122a
4 changed files with 9 additions and 9 deletions

View File

@@ -156,7 +156,7 @@ claude mcp list
claude mcp remove zen -s user
# You may need to remove an older version of this MCP after it was renamed:
claude mcp remove gemini -s user
claude mcp remove zen -s user
```
Now run `claude` on the terminal for it to connect to the newly added mcp server. If you were already running a `claude` code session,
please exit and start a new session.