docs: Update container names from gemini-mcp-server to zen-mcp-server

- Updated Docker container references throughout documentation
- Fixed issue templates with correct container name
- Updated all docker exec commands in guides
- Ensured consistency with new zen-mcp-server naming

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Patryk Ciechanski
2025-06-12 15:42:44 +02:00
parent e37cb71da2
commit cd0664c495
5 changed files with 17 additions and 17 deletions

View File

@@ -267,7 +267,7 @@ LOG_LEVEL=DEBUG docker compose up
"gemini-dev": {
"command": "docker",
"args": [
"exec", "-i", "gemini-mcp-server",
"exec", "-i", "zen-mcp-server",
"python", "server.py"
]
}
@@ -341,7 +341,7 @@ def profile_function():
```bash
# Monitor memory usage
docker stats gemini-mcp-server
docker stats zen-mcp-server
# Profile memory in Python
pip install memory-profiler