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:
@@ -139,13 +139,13 @@ jobs:
|
|||||||
echo "Updating README.md with latest Docker image: $LATEST_TAG"
|
echo "Updating README.md with latest Docker image: $LATEST_TAG"
|
||||||
|
|
||||||
# Update README.md with the latest image tag
|
# Update README.md with the latest image tag
|
||||||
sed -i.bak "s|ghcr\.io/patrykiti/gemini-mcp-server:[a-zA-Z0-9\._-]*|$LATEST_TAG|g" README.md
|
sed -i.bak "s|ghcr\.io/patrykiti/zen-mcp-server:[a-zA-Z0-9\._-]*|$LATEST_TAG|g" README.md
|
||||||
|
|
||||||
# Also update docs/user-guides/installation.md
|
# Also update docs/user-guides/installation.md
|
||||||
sed -i.bak "s|ghcr\.io/patrykiti/gemini-mcp-server:[a-zA-Z0-9\._-]*|$LATEST_TAG|g" docs/user-guides/installation.md
|
sed -i.bak "s|ghcr\.io/patrykiti/zen-mcp-server:[a-zA-Z0-9\._-]*|$LATEST_TAG|g" docs/user-guides/installation.md
|
||||||
|
|
||||||
# Also update docs/user-guides/configuration.md
|
# Also update docs/user-guides/configuration.md
|
||||||
sed -i.bak "s|ghcr\.io/patrykiti/gemini-mcp-server:[a-zA-Z0-9\._-]*|$LATEST_TAG|g" docs/user-guides/configuration.md
|
sed -i.bak "s|ghcr\.io/patrykiti/zen-mcp-server:[a-zA-Z0-9\._-]*|$LATEST_TAG|g" docs/user-guides/configuration.md
|
||||||
|
|
||||||
# Check if there are any changes
|
# Check if there are any changes
|
||||||
if git diff --quiet README.md docs/user-guides/installation.md docs/user-guides/configuration.md; then
|
if git diff --quiet README.md docs/user-guides/installation.md docs/user-guides/configuration.md; then
|
||||||
|
|||||||
@@ -199,7 +199,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/gemini-mcp-server:latest
|
docker pull ghcr.io/patrykiti/zen-mcp-server:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
**Claude Desktop Configuration:**
|
**Claude Desktop Configuration:**
|
||||||
@@ -211,7 +211,7 @@ docker pull ghcr.io/patrykiti/gemini-mcp-server:latest
|
|||||||
"args": [
|
"args": [
|
||||||
"run", "--rm", "-i",
|
"run", "--rm", "-i",
|
||||||
"-e", "GEMINI_API_KEY",
|
"-e", "GEMINI_API_KEY",
|
||||||
"ghcr.io/patrykiti/gemini-mcp-server:latest"
|
"ghcr.io/patrykiti/zen-mcp-server:latest"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"GEMINI_API_KEY": "your-gemini-api-key-here"
|
"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", "DEFAULT_THINKING_MODE_THINKDEEP",
|
||||||
"-e", "LOG_LEVEL",
|
"-e", "LOG_LEVEL",
|
||||||
"-e", "MCP_PROJECT_ROOT",
|
"-e", "MCP_PROJECT_ROOT",
|
||||||
"ghcr.io/patrykiti/gemini-mcp-server:latest"
|
"ghcr.io/patrykiti/zen-mcp-server:latest"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"GEMINI_API_KEY": "your-gemini-api-key-here",
|
"GEMINI_API_KEY": "your-gemini-api-key-here",
|
||||||
|
|||||||
Reference in New Issue
Block a user