mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
37
mcp/fetch-mcp/index.json
Normal file
37
mcp/fetch-mcp/index.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"id": "fetch-mcp",
|
||||
"name": "Fetch MCP",
|
||||
"description": "网页内容获取与转换,将网页转为 Markdown 供 LLM 使用",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "registry",
|
||||
"transport": "stdio",
|
||||
"capabilities": [
|
||||
"url_fetch",
|
||||
"html_to_markdown",
|
||||
"content_extract"
|
||||
],
|
||||
"toolCount": 2,
|
||||
"version": "0.6.2",
|
||||
"author": "Anthropic",
|
||||
"tags": [
|
||||
"网页",
|
||||
"抓取",
|
||||
"Markdown"
|
||||
],
|
||||
"install": {
|
||||
"method": "uvx",
|
||||
"packageName": "mcp-server-fetch",
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"mcp-server-fetch"
|
||||
]
|
||||
},
|
||||
"connection": {
|
||||
"transport": "stdio",
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"mcp-server-fetch"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user