From b9afc0abb809ff0bb602130cad6ada6f325d6c7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Jun 2025 11:51:21 +0000 Subject: [PATCH] docs: Update Docker image references to v4.0.8 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.8. All documentation now references the latest stable image. 🤖 Automated by GitHub Actions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a73fe1..61dee52 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ have produced a configuration for you to copy: ```bash # Pull the latest published image -docker pull ghcr.io/patrykiti/zen-mcp-server:latest +docker pull ghcr.io/patrykiti/zen-mcp-server:v4.0.8 ``` **Claude Desktop Configuration:** @@ -211,7 +211,7 @@ docker pull ghcr.io/patrykiti/zen-mcp-server:latest "args": [ "run", "--rm", "-i", "-e", "GEMINI_API_KEY", - "ghcr.io/patrykiti/zen-mcp-server:latest" + "ghcr.io/patrykiti/zen-mcp-server:v4.0.8" ], "env": { "GEMINI_API_KEY": "your-gemini-api-key-here" @@ -237,7 +237,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:latest" + "ghcr.io/patrykiti/zen-mcp-server:v4.0.8" ], "env": { "GEMINI_API_KEY": "your-gemini-api-key-here",