Skip to content

Commit a462a84

Browse files
committed
chore: fix fetch-mcp server installation conf
1 parent f51e5e9 commit a462a84

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

mcp-registry/servers/fetch-mcp.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,12 @@
4848
"installations": {
4949
"npm": {
5050
"type": "npm",
51-
"command": "npx",
51+
"command": "node",
5252
"args": [
53-
"-y",
54-
"https://github.com/zcaceres/fetch-mcp"
53+
"{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
5554
]
5655
}
5756
},
58-
"arguments": {
59-
"url": {
60-
"description": "URL of the website to fetch",
61-
"required": true,
62-
"example": "https://example.com"
63-
},
64-
"headers": {
65-
"description": "Custom headers to include in the request",
66-
"required": false,
67-
"example": "{\"Authorization\": \"Bearer token\"}"
68-
}
69-
},
7057
"tools": [
7158
{
7259
"name": "fetch_html",
@@ -149,4 +136,4 @@
149136
}
150137
}
151138
]
152-
}
139+
}

0 commit comments

Comments
 (0)