From 7fd3971c1999345b324bf4668eee83d7154acd3b Mon Sep 17 00:00:00 2001 From: Shreeyak Date: Wed, 3 Sep 2025 15:50:26 +0530 Subject: [PATCH] Changed vscode config 'Redis MCP Server' to 'redis' in README Updated the mcp.json details for vscode to remove whitespace in server name and make it consistent with other configs listed in readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d6cae..543c7b2 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ You can start the GitHub desired version of the Redis MCP server using `uvx` by ```json "mcp": { "servers": { - "Redis MCP Server": { + "redis": { "type": "stdio", "command": "uvx", "args": [ @@ -416,6 +416,7 @@ You can start the GitHub desired version of the Redis MCP server using `uvx` by Alternatively, you can start the server using `uv` and configure your `mcp.json` or `settings.json`. This is usually desired for development. ```json +// mcp.json { "servers": { "redis": { @@ -439,6 +440,7 @@ Alternatively, you can start the server using `uv` and configure your `mcp.json` ``` ```json +// settings.json { "mcp": { "servers": { @@ -465,6 +467,7 @@ Alternatively, you can start the server using `uv` and configure your `mcp.json` For more information, see the [VS Code documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers). +You can prompt the copilot chat to use the Redis MCP tools by including `#redis` in your chat. ## Testing