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

27
mcp/dify-mcp/index.json Normal file
View 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"
}
}