mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-28 00:35:16 +02:00
Remove comments from JSON code blocks in readme to avoid invalid JSON copy/paste
This commit is contained in:
@@ -75,7 +75,7 @@ To use this server with the Claude Desktop app, add the following configuration
|
|||||||
"-i",
|
"-i",
|
||||||
"--rm",
|
"--rm",
|
||||||
"mcp/redis",
|
"mcp/redis",
|
||||||
"redis://host.docker.internal:6379"] // For macOS/Windows, or use "redis://127.0.0.1:6379" for direct connection
|
"redis://host.docker.internal:6379"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -91,7 +91,7 @@ To use this server with the Claude Desktop app, add the following configuration
|
|||||||
"args": [
|
"args": [
|
||||||
"-y",
|
"-y",
|
||||||
"@modelcontextprotocol/server-redis",
|
"@modelcontextprotocol/server-redis",
|
||||||
"redis://localhost:6379" // or "redis://127.0.0.1:6379" if localhost fails
|
"redis://localhost:6379"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user