mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 11:18:12 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
27
mcp/dify-mcp/index.json
Normal file
27
mcp/dify-mcp/index.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "dify-mcp",
|
||||
"name": "Dify MCP Bridge",
|
||||
"description": "Dify 平台 Agent 工具集桥接,支持调用 Dify 内置工具和自定义工具",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "app",
|
||||
"sourceAppId": "dify",
|
||||
"sourceAppName": "Dify",
|
||||
"transport": "streamable-http",
|
||||
"capabilities": [
|
||||
"tool_invoke",
|
||||
"workflow_trigger",
|
||||
"knowledge_query"
|
||||
],
|
||||
"version": "0.8.3",
|
||||
"author": "Dify.AI",
|
||||
"tags": [
|
||||
"Agent",
|
||||
"工具集",
|
||||
"Workflow"
|
||||
],
|
||||
"connection": {
|
||||
"transport": "streamable-http",
|
||||
"url": "http://localhost:3000/mcp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user