From a462a844cba810a46bffcf88e3162e891ae4e6e7 Mon Sep 17 00:00:00 2001 From: calmini Date: Thu, 24 Apr 2025 15:23:42 +0800 Subject: [PATCH] chore: fix fetch-mcp server installation conf --- mcp-registry/servers/fetch-mcp.json | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/mcp-registry/servers/fetch-mcp.json b/mcp-registry/servers/fetch-mcp.json index 3fa492af..9c948176 100644 --- a/mcp-registry/servers/fetch-mcp.json +++ b/mcp-registry/servers/fetch-mcp.json @@ -48,25 +48,12 @@ "installations": { "npm": { "type": "npm", - "command": "npx", + "command": "node", "args": [ - "-y", - "https://github.com/zcaceres/fetch-mcp" + "{ABSOLUTE PATH TO FILE HERE}/dist/index.js" ] } }, - "arguments": { - "url": { - "description": "URL of the website to fetch", - "required": true, - "example": "https://example.com" - }, - "headers": { - "description": "Custom headers to include in the request", - "required": false, - "example": "{\"Authorization\": \"Bearer token\"}" - } - }, "tools": [ { "name": "fetch_html", @@ -149,4 +136,4 @@ } } ] -} \ No newline at end of file +}