Files
registry/mcp/dify-mcp/index.json

28 lines
601 B
JSON

{
"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"
}
}