mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 08:33:23 +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",
|
||||
"--rm",
|
||||
"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": [
|
||||
"-y",
|
||||
"@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