From ac420e1f2bbe057acbb92b115f0ba657d717ed69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Jun 2025 12:50:22 +0000 Subject: [PATCH] docs: Update Docker image references to v4.0.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated update after Docker image publish for release v4.0.10. All documentation now references the latest stable image. 🤖 Automated by GitHub Actions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 270ee86..fa60af0 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ have produced a configuration for you to copy: ```bash # 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:** @@ -212,7 +212,7 @@ docker pull ghcr.io/patrykiti/zen-mcp-server:v4.0.8 "args": [ "run", "--rm", "-i", "-e", "GEMINI_API_KEY", - "ghcr.io/patrykiti/zen-mcp-server:v4.0.8" + "ghcr.io/patrykiti/zen-mcp-server:v4.0.10" ], "env": { "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", "LOG_LEVEL", "-e", "MCP_PROJECT_ROOT", - "ghcr.io/patrykiti/zen-mcp-server:v4.0.8" + "ghcr.io/patrykiti/zen-mcp-server:v4.0.10" ], "env": { "GEMINI_API_KEY": "your-gemini-api-key-here", @@ -1095,7 +1095,7 @@ Once set up, everything works normally: ```bash # 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 # Docker Desktop handles WSL2 routing automatically