docs: Update Docker image references to v4.0.10

Automated update after Docker image publish for release v4.0.10.
  All documentation now references the latest stable image.

  🤖 Automated by GitHub Actions
This commit is contained in:
github-actions[bot]
2025-06-12 12:50:22 +00:00
parent 8251b8ebf9
commit ac420e1f2b

View File

@@ -200,7 +200,7 @@ have produced a configuration for you to copy:
```bash ```bash
# Pull the latest published image # Pull the latest published image
docker pull ghcr.io/patrykiti/zen-mcp-server:v4.0.8 docker pull ghcr.io/patrykiti/zen-mcp-server:v4.0.10
``` ```
**Claude Desktop Configuration:** **Claude Desktop Configuration:**
@@ -212,7 +212,7 @@ docker pull ghcr.io/patrykiti/zen-mcp-server:v4.0.8
"args": [ "args": [
"run", "--rm", "-i", "run", "--rm", "-i",
"-e", "GEMINI_API_KEY", "-e", "GEMINI_API_KEY",
"ghcr.io/patrykiti/zen-mcp-server:v4.0.8" "ghcr.io/patrykiti/zen-mcp-server:v4.0.10"
], ],
"env": { "env": {
"GEMINI_API_KEY": "your-gemini-api-key-here" "GEMINI_API_KEY": "your-gemini-api-key-here"
@@ -238,7 +238,7 @@ You can customize the server behavior by adding additional environment variables
"-e", "DEFAULT_THINKING_MODE_THINKDEEP", "-e", "DEFAULT_THINKING_MODE_THINKDEEP",
"-e", "LOG_LEVEL", "-e", "LOG_LEVEL",
"-e", "MCP_PROJECT_ROOT", "-e", "MCP_PROJECT_ROOT",
"ghcr.io/patrykiti/zen-mcp-server:v4.0.8" "ghcr.io/patrykiti/zen-mcp-server:v4.0.10"
], ],
"env": { "env": {
"GEMINI_API_KEY": "your-gemini-api-key-here", "GEMINI_API_KEY": "your-gemini-api-key-here",
@@ -1095,7 +1095,7 @@ Once set up, everything works normally:
```bash ```bash
# Pull the image (runs in WSL2 automatically) # Pull the image (runs in WSL2 automatically)
docker pull ghcr.io/patrykiti/zen-mcp-server:latest docker pull ghcr.io/patrykiti/zen-mcp-server:v4.0.10
# Configure Claude Desktop normally in Windows # Configure Claude Desktop normally in Windows
# Docker Desktop handles WSL2 routing automatically # Docker Desktop handles WSL2 routing automatically