fix: Update repository name from gemini-mcp-server to zen-mcp-server

- Update workflow sed patterns to match zen-mcp-server
- Update README Docker image references to zen-mcp-server
- Ensures automation works with correct repository naming

🤖 Generated with Claude Code
This commit is contained in:
Patryk Ciechanski
2025-06-12 13:01:02 +02:00
parent ba5ee590af
commit e8e5c7a5e7
2 changed files with 6 additions and 6 deletions

View File

@@ -199,7 +199,7 @@ have produced a configuration for you to copy:
```bash
# Pull the latest published image
docker pull ghcr.io/patrykiti/gemini-mcp-server:latest
docker pull ghcr.io/patrykiti/zen-mcp-server:latest
```
**Claude Desktop Configuration:**
@@ -211,7 +211,7 @@ docker pull ghcr.io/patrykiti/gemini-mcp-server:latest
"args": [
"run", "--rm", "-i",
"-e", "GEMINI_API_KEY",
"ghcr.io/patrykiti/gemini-mcp-server:latest"
"ghcr.io/patrykiti/zen-mcp-server:latest"
],
"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/gemini-mcp-server:latest"
"ghcr.io/patrykiti/zen-mcp-server:latest"
],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key-here",