Remove comments from JSON code blocks in readme to avoid invalid JSON copy/paste

This commit is contained in:
olaservo
2025-04-17 19:06:27 -07:00
parent 14bd265f9c
commit 687a5ef5f6

View File

@@ -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"
] ]
} }
} }