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