File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
content/integrate/redis-mcp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction)
1818is a standard that lets AI agents access data and perform actions. Using MCP,
1919your server can publish a set of commands that are usable by any MCP-compatible
2020client app (such as [ Claude Desktop] ( https://claude.ai/download ) or
21- [ VSCode ] ( https://code.visualstudio.com/ ) ). These commands can retrieve
21+ [ VS Code ] ( https://code.visualstudio.com/ ) ). These commands can retrieve
2222whatever data you wish to provide and you can also let the agent make
2323changes to the data. For example, you could publish a feed of news items that
2424an agent can use in its responses, and also let the agent add the user's
@@ -36,5 +36,5 @@ an LLM chat using instructions and questions like the following:
3636- "What is user:1's email?"
3737
3838See the other pages in this section to learn how to set up and use Redis MCP.
39- See also the [ Github repository] ( https://github.com/redis/mcp-redis ) for
39+ See also the [ GitHub repository] ( https://github.com/redis/mcp-redis ) for
4040the latest changes.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ basic approach is similar in each case. The pages listed below
4646give the general configuration details for some common MCP client tools:
4747
4848- [ Claude Desktop] ( https://modelcontextprotocol.io/quickstart/user )
49- - [ Github Copilot for VSCode ] ( https://code.visualstudio.com/docs/copilot/chat/mcp-servers )
49+ - [ GitHub Copilot for VS Code ] ( https://code.visualstudio.com/docs/copilot/chat/mcp-servers )
5050- [ OpenAI] ( https://openai.github.io/openai-agents-python/mcp/ )
5151
5252### Local servers
@@ -131,7 +131,7 @@ If you set up an
131131MCP server, you may be able to configure it directly from the app (but
132132if you can't, then see [ Using a gateway] ( #using-a-gateway ) for an alternative approach). For
133133example, the following ` JSON ` element configures
134- [ Github Copilot for VSCode ] ( https://code.visualstudio.com/docs/copilot/overview )
134+ [ GitHub Copilot for VS Code ] ( https://code.visualstudio.com/docs/copilot/overview )
135135to use an ` sse ` type server running at ` 127.0.0.1 ` :
136136
137137``` json
You can’t perform that action at this time.
0 commit comments