Skip to content

Commit 6174b9e

Browse files
committed
OpenAI SDK example review
1 parent cf50da1 commit 6174b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/redis_assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async def build_agent():
1212
params={
1313
"command": "uv",
1414
"args": [
15-
"--directory", "<path_to_mcp_server>/mcp-redis/src/",
15+
"--directory", "../src/", # change with the path to the MCP server
1616
"run", "main.py"
1717
],
1818
}

0 commit comments

Comments
 (0)