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

@@ -183,7 +183,7 @@ If you prefer to use the published image without cloning:
```bash
# Create a directory for your work
mkdir gemini-mcp-project && cd gemini-mcp-project
mkdir zen-mcp-project && cd zen-mcp-project
# Create minimal docker-compose.yml
cat > docker-compose.yml << 'EOF'