Skip to content

Commit 60d3f98

Browse files
committed
fix: rename server files with transport suffix
- community.fetch.json -> community.fetch-uvx.json (id: community.fetch-uvx) Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent cb22192 commit 60d3f98

1 file changed

Lines changed: 19 additions & 12 deletions

File tree

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,49 @@
11
{
22
"$schema": "../schemas/server-definition.schema.json",
3-
"id": "community.fetch",
4-
"name": "Fetch",
3+
"id": "community.fetch-uvx",
4+
"name": "Fetch (uvx)",
55
"alias": "fetch",
66
"description": "Fetch web content and convert it to markdown. Retrieve web pages, extract text content, and access robots.txt files for any URL.",
77
"icon": "https://avatars.githubusercontent.com/u/182288589?v=4",
88
"schema_version": "2.1",
9-
"categories": ["search"],
10-
"tags": ["fetch", "web", "scraping", "markdown", "http", "url"],
11-
9+
"categories": [
10+
"search"
11+
],
12+
"tags": [
13+
"fetch",
14+
"web",
15+
"scraping",
16+
"markdown",
17+
"http",
18+
"url"
19+
],
1220
"transport": {
1321
"type": "stdio",
1422
"command": "uvx",
15-
"args": ["mcp-server-fetch"],
23+
"args": [
24+
"mcp-server-fetch"
25+
],
1626
"metadata": {
1727
"inputs": []
1828
}
1929
},
20-
2130
"auth": {
2231
"type": "none",
2332
"instructions": "No authentication required. Fetches public web content."
2433
},
25-
2634
"contributor": {
2735
"name": "Model Context Protocol",
2836
"github": "modelcontextprotocol",
2937
"url": "https://modelcontextprotocol.io"
3038
},
31-
3239
"links": {
3340
"repository": "https://github.com/modelcontextprotocol/servers",
3441
"homepage": "https://modelcontextprotocol.io",
3542
"documentation": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch#readme"
3643
},
37-
38-
"platforms": ["all"],
39-
44+
"platforms": [
45+
"all"
46+
],
4047
"capabilities": {
4148
"tools": true,
4249
"resources": false,

0 commit comments

Comments
 (0)