From 7fd3971c1999345b324bf4668eee83d7154acd3b Mon Sep 17 00:00:00 2001 From: Shreeyak Date: Wed, 3 Sep 2025 15:50:26 +0530 Subject: [PATCH 1/2] 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 From 613f7996a2baf785d13b3a5f23915244170103f5 Mon Sep 17 00:00:00 2001 From: Vasil Chomakov Date: Tue, 14 Oct 2025 19:01:50 +0300 Subject: [PATCH 2/2] Update README.md Resolve merge conflicts. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cfa8720..34cb7f8 100644 --- a/README.md +++ b/README.md @@ -515,6 +515,8 @@ 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). + > **Tip:** You can prompt Copilot chat to use the Redis MCP tools by including `#redis` in your message. > **Note:** Starting with [VS Code v1.102](https://code.visualstudio.com/updates/v1_102),