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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user