Skip to content

Commit 687a5ef

Browse files
committed
Remove comments from JSON code blocks in readme to avoid invalid JSON copy/paste
1 parent 14bd265 commit 687a5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/redis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To use this server with the Claude Desktop app, add the following configuration
7575
"-i",
7676
"--rm",
7777
"mcp/redis",
78-
"redis://host.docker.internal:6379"] // For macOS/Windows, or use "redis://127.0.0.1:6379" for direct connection
78+
"redis://host.docker.internal:6379"]
7979
}
8080
}
8181
}
@@ -91,7 +91,7 @@ To use this server with the Claude Desktop app, add the following configuration
9191
"args": [
9292
"-y",
9393
"@modelcontextprotocol/server-redis",
94-
"redis://localhost:6379" // or "redis://127.0.0.1:6379" if localhost fails
94+
"redis://localhost:6379"
9595
]
9696
}
9797
}

0 commit comments

Comments
 (0)