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 acd9347 commit c9108c8Copy full SHA for c9108c8
examples/mcp_agent_server/asyncio/mcp_agent.config.yaml
@@ -7,11 +7,11 @@ logger:
7
mcp:
8
servers:
9
fetch:
10
- command: "/Users/saqadri/.local/bin/uvx"
+ command: "uvx"
11
args: ["mcp-server-fetch"]
12
description: "Fetch content at URLs from the world wide web"
13
filesystem:
14
- command: "/Users/saqadri/.nvm/versions/node/v20.3.0/bin/npx"
+ command: "npx"
15
args: [
16
"-y",
17
"@modelcontextprotocol/server-filesystem",
0 commit comments