Skip to content

Commit 58ee420

Browse files
committed
fix: update the default user-agent for web-fetch
1 parent 9181610 commit 58ee420

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

mcp-registry/servers/web-fetch.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"user_agent": {
2323
"description": "Custom user-agent for fetching web content",
2424
"required": false,
25-
"example": "Your User-Agent"
25+
"example": "ModelContextProtocol/1.0 (User-Specified; +https://github.com/modelcontextprotocol/servers)"
2626
}
2727
},
2828
"installations": {
@@ -32,7 +32,7 @@
3232
"args": [
3333
"--from",
3434
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/web-fetch",
35-
"mcp-web-fetch"
35+
"mcp-web-fetch"
3636
],
3737
"description": "Run using uv (recommended)"
3838
},
@@ -94,8 +94,10 @@
9494
}
9595
}
9696
},
97-
"required": ["url"]
97+
"required": [
98+
"url"
99+
]
98100
}
99101
],
100102
"is_official": true
101-
}
103+
}

0 commit comments

Comments
 (0)