fix: Update mcpServers configuration key from 'gemini' to 'zen'
Changed all Claude Desktop configuration examples to use 'zen' as the mcpServers key for consistency with project naming (zen-mcp-server, zen-mcp-redis). This aligns the configuration naming with Docker service names and repository naming conventions. Users will need to update their claude_desktop_config.json files to use 'zen' instead of 'gemini' as the server key. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -201,7 +201,7 @@ docker pull ghcr.io/beehiveinnovations/zen-mcp-server:v4.0.10
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run", "--rm", "-i",
|
"run", "--rm", "-i",
|
||||||
@@ -223,7 +223,7 @@ You can customize the server behavior by adding additional environment variables
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run", "--rm", "-i",
|
"run", "--rm", "-i",
|
||||||
@@ -262,7 +262,7 @@ You can customize the server behavior by adding additional environment variables
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [...],
|
"args": [...],
|
||||||
"env": {
|
"env": {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ Add to your Claude Desktop config file:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run", "--rm", "-i",
|
"run", "--rm", "-i",
|
||||||
@@ -70,7 +70,7 @@ Add to your Claude Desktop config file:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run", "--rm", "-i",
|
"run", "--rm", "-i",
|
||||||
@@ -92,7 +92,7 @@ Add to your Claude Desktop config file:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"exec",
|
"exec",
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ docker pull ghcr.io/beehiveinnovations/zen-mcp-server:v1.2.0
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run", "--rm", "-i",
|
"run", "--rm", "-i",
|
||||||
@@ -158,7 +158,7 @@ The setup script shows you the exact configuration. Add this to your Claude Desk
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gemini": {
|
"zen": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"exec",
|
"exec",
|
||||||
|
|||||||
Reference in New Issue
Block a user