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 9181610 commit 58ee420Copy full SHA for 58ee420
mcp-registry/servers/web-fetch.json
@@ -22,7 +22,7 @@
22
"user_agent": {
23
"description": "Custom user-agent for fetching web content",
24
"required": false,
25
- "example": "Your User-Agent"
+ "example": "ModelContextProtocol/1.0 (User-Specified; +https://github.com/modelcontextprotocol/servers)"
26
}
27
},
28
"installations": {
@@ -32,7 +32,7 @@
32
"args": [
33
"--from",
34
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/web-fetch",
35
- "mcp-web-fetch"
+ "mcp-web-fetch"
36
],
37
"description": "Run using uv (recommended)"
38
@@ -94,8 +94,10 @@
94
95
96
97
- "required": ["url"]
+ "required": [
98
+ "url"
99
+ ]
100
101
102
"is_official": true
-}
103
+}
0 commit comments