Skip to content

Commit febc6af

Browse files
committed
Fix servers config
1 parent 719ac46 commit febc6af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/chatbots/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chatbots/typescript/servers_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"stdioServers": {
33
"fetch": {
4-
"command": "npx",
5-
"args": ["--offline", "@modelcontextprotocol/server-fetch"]
4+
"command": "uvx",
5+
"args": ["mcp-server-fetch"]
66
}
77
},
88
"lambdaFunctionServers": {

0 commit comments

Comments
 (0)