We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51e5e9 commit a462a84Copy full SHA for a462a84
mcp-registry/servers/fetch-mcp.json
@@ -48,25 +48,12 @@
48
"installations": {
49
"npm": {
50
"type": "npm",
51
- "command": "npx",
+ "command": "node",
52
"args": [
53
- "-y",
54
- "https://github.com/zcaceres/fetch-mcp"
+ "{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
55
]
56
}
57
},
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
70
"tools": [
71
{
72
"name": "fetch_html",
@@ -149,4 +136,4 @@
149
136
150
137
151
138
152
-}
139
+}
0 commit comments