mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
feat: 补全注册表数据
- Apps: 3 → 8(+n8n, Coze, LobeChat, AnythingLLM, OpenClaw) - Services: 2 → 10(+8 个预置服务) - Descriptors: 3 → 18(+15 个服务描述符) - Categories: 4 → 6(+omni, action) - UI Config: 补全分类和状态配置 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"endpoint": "stdio:///usr/local/bin/fs-mcp",
|
||||
"transport": "stdio",
|
||||
"capabilities": ["file_read", "file_write", "file_search", "file_watch"],
|
||||
"version": "1.2.0",
|
||||
"author": "Anthropic",
|
||||
"tags": ["文件系统", "本地"]
|
||||
},
|
||||
{
|
||||
@@ -21,6 +23,121 @@
|
||||
"endpoint": "stdio:///usr/local/bin/github-mcp",
|
||||
"transport": "stdio",
|
||||
"capabilities": ["repo_read", "pr_manage", "issue_manage", "code_search"],
|
||||
"version": "0.9.1",
|
||||
"author": "GitHub",
|
||||
"tags": ["代码", "Git", "PR"]
|
||||
},
|
||||
{
|
||||
"id": "dify-mcp",
|
||||
"name": "Dify MCP Bridge",
|
||||
"description": "Dify 平台 Agent 工具集桥接,支持调用 Dify 内置工具和自定义工具",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "app",
|
||||
"sourceAppId": "dify",
|
||||
"sourceAppName": "Dify",
|
||||
"endpoint": "http://localhost:3000/mcp",
|
||||
"transport": "http",
|
||||
"capabilities": ["tool_invoke", "workflow_trigger", "knowledge_query"],
|
||||
"version": "0.8.3",
|
||||
"author": "Dify.AI",
|
||||
"tags": ["Agent", "工具集", "Workflow"]
|
||||
},
|
||||
{
|
||||
"id": "db-mcp",
|
||||
"name": "Database MCP",
|
||||
"description": "PostgreSQL 数据库查询与管理,支持 SQL 执行和 Schema 浏览",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "stdio:///usr/local/bin/db-mcp",
|
||||
"transport": "stdio",
|
||||
"capabilities": ["sql_query", "schema_browse", "data_export"],
|
||||
"version": "0.5.2",
|
||||
"author": "Community",
|
||||
"tags": ["数据库", "PostgreSQL", "SQL"]
|
||||
},
|
||||
{
|
||||
"id": "browser-mcp",
|
||||
"name": "Browser MCP",
|
||||
"description": "网页浏览与爬取,支持截图、DOM 操作和内容提取",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "stdio:///usr/local/bin/browser-mcp",
|
||||
"transport": "stdio",
|
||||
"capabilities": ["page_navigate", "screenshot", "dom_query", "content_extract"],
|
||||
"version": "1.0.3",
|
||||
"author": "Playwright Team",
|
||||
"tags": ["浏览器", "爬虫", "截图"]
|
||||
},
|
||||
{
|
||||
"id": "dify-rag",
|
||||
"name": "Dify RAG API",
|
||||
"description": "Dify 知识库检索服务,支持语义搜索和多知识库联合检索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "app",
|
||||
"sourceAppId": "dify",
|
||||
"sourceAppName": "Dify",
|
||||
"endpoint": "http://localhost:3000/api/v1/datasets",
|
||||
"capabilities": ["semantic_search", "multi_dataset", "relevance_ranking"],
|
||||
"version": "0.8.3",
|
||||
"author": "Dify.AI",
|
||||
"tags": ["RAG", "知识库", "检索"]
|
||||
},
|
||||
{
|
||||
"id": "ragflow-pipeline",
|
||||
"name": "RagFlow Pipeline",
|
||||
"description": "深度文档理解 RAG 引擎,支持复杂格式文档解析和多级检索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "app",
|
||||
"sourceAppId": "ragflow",
|
||||
"sourceAppName": "RagFlow",
|
||||
"endpoint": "http://localhost:9380/api/v1",
|
||||
"capabilities": ["doc_parsing", "deep_retrieval", "citation"],
|
||||
"version": "0.14.0",
|
||||
"author": "InfiniFlow",
|
||||
"tags": ["RAG", "文档理解", "Pipeline"]
|
||||
},
|
||||
{
|
||||
"id": "baidu-map",
|
||||
"name": "百度地图 API",
|
||||
"description": "地理位置服务,支持地理编码、路线规划和 POI 搜索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api.map.baidu.com/v3",
|
||||
"capabilities": ["geocoding", "route_plan", "poi_search", "distance_calc"],
|
||||
"version": "3.0",
|
||||
"author": "百度",
|
||||
"tags": ["地图", "地理位置", "POI"]
|
||||
},
|
||||
{
|
||||
"id": "deepl-translate",
|
||||
"name": "DeepL 翻译",
|
||||
"description": "高质量多语言翻译服务,支持 30+ 语言互译和文档翻译",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api-free.deepl.com/v2",
|
||||
"capabilities": ["text_translate", "doc_translate", "language_detect"],
|
||||
"version": "2.0",
|
||||
"author": "DeepL",
|
||||
"tags": ["翻译", "多语言", "NLP"]
|
||||
},
|
||||
{
|
||||
"id": "wecom-webhook",
|
||||
"name": "企业微信 Webhook",
|
||||
"description": "企业微信机器人消息通知,支持文本、Markdown 和卡片消息",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send",
|
||||
"capabilities": ["text_message", "markdown_message", "card_message"],
|
||||
"version": "1.0",
|
||||
"author": "腾讯",
|
||||
"tags": ["通知", "企业微信", "Webhook"]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user