Skip to content

Commit a81d2fe

Browse files
authored
Merge pull request #52 from Shreeyak/readme-update-config
Changed vscode config 'Redis MCP Server' to 'redis' in README
2 parents a957c80 + 613f799 commit a81d2fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ You can start the GitHub desired version of the Redis MCP server using `uvx` by
477477

478478
```json
479479
"servers": {
480-
"Redis MCP Server": {
480+
"redis": {
481481
"type": "stdio",
482482
"command": "uvx",
483483
"args": [
@@ -492,6 +492,7 @@ You can start the GitHub desired version of the Redis MCP server using `uvx` by
492492
Alternatively, you can start the server using `uv` and configure your `mcp.json`. This is usually desired for development.
493493

494494
```json
495+
// mcp.json
495496
{
496497
"servers": {
497498
"redis": {
@@ -516,6 +517,8 @@ Alternatively, you can start the server using `uv` and configure your `mcp.json`
516517

517518
For more information, see the [VS Code documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
518519

520+
> **Tip:** You can prompt Copilot chat to use the Redis MCP tools by including `#redis` in your message.
521+
519522
> **Note:** Starting with [VS Code v1.102](https://code.visualstudio.com/updates/v1_102),
520523
> MCP servers are now stored in a dedicated `mcp.json` file instead of `settings.json`.
521524

0 commit comments

Comments
 (0)