refactor: 分散式目录结构 — 每个条目独立 <id>/index.json

This commit is contained in:
Johnson
2026-02-25 08:55:32 +08:00
parent eb95c7ace3
commit c729eecdd6
24 changed files with 774 additions and 519 deletions

37
mcp/fetch-mcp/index.json Normal file
View 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"
]
}
}