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 +}