File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
492492Alternatively, 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
517518For 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
You can’t perform that action at this time.
0 commit comments