We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf50da1 commit 6174b9eCopy full SHA for 6174b9e
examples/redis_assistant.py
@@ -12,7 +12,7 @@ async def build_agent():
12
params={
13
"command": "uv",
14
"args": [
15
- "--directory", "<path_to_mcp_server>/mcp-redis/src/",
+ "--directory", "../src/", # change with the path to the MCP server
16
"run", "main.py"
17
],
18
}
0 commit comments