Skip to content

Commit c9108c8

Browse files
Removing references to specific paths for UVX and NPX
1 parent acd9347 commit c9108c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mcp_agent_server/asyncio/mcp_agent.config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ logger:
77
mcp:
88
servers:
99
fetch:
10-
command: "/Users/saqadri/.local/bin/uvx"
10+
command: "uvx"
1111
args: ["mcp-server-fetch"]
1212
description: "Fetch content at URLs from the world wide web"
1313
filesystem:
14-
command: "/Users/saqadri/.nvm/versions/node/v20.3.0/bin/npx"
14+
command: "npx"
1515
args: [
1616
"-y",
1717
"@modelcontextprotocol/server-filesystem",

0 commit comments

Comments
 (0)