feat: streamable http mcp (#4695)

* feat: streamable http mcp

* mcp api path

* fix: ts
This commit is contained in:
Archer
2025-04-28 12:45:51 +08:00
committed by GitHub
parent d91b2ae303
commit ca8adbbf95
15 changed files with 562 additions and 457 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"@fastgpt/global": "workspace:*",
"@modelcontextprotocol/sdk": "^1.10.0",
"@modelcontextprotocol/sdk": "^1.10.2",
"@node-rs/jieba": "2.0.1",
"@xmldom/xmldom": "^0.8.10",
"@zilliz/milvus2-sdk-node": "2.4.2",

View File

@@ -12,9 +12,11 @@
"mcp_apps": "Number of associated applications",
"mcp_endpoints": "Access address",
"mcp_json_config": "Access script",
"mcp_link_way": "Access method",
"mcp_name": "MCP service name",
"mcp_server": "MCP Services",
"mcp_server_description": "Allows you to select some applications to provide external use with the MCP protocol. \nDue to the immaturity of the MCP protocol, this feature is still in the beta stage.",
"not_sse_server": "The system does not configure SSE access service",
"search_app": "Search for apps",
"select_app": "Application selection",
"start_use": "Get started",

View File

@@ -12,9 +12,11 @@
"mcp_apps": "关联应用数量",
"mcp_endpoints": "接入地址",
"mcp_json_config": "接入脚本",
"mcp_link_way": "接入方式",
"mcp_name": "MCP 服务名",
"mcp_server": "MCP 服务",
"mcp_server_description": "允许你选择部分应用,以 MCP 的协议对外提供使用。由于 MCP 协议的不成熟,该功能仍处于测试阶段。",
"not_sse_server": "系统未配置 SSE 接入服务",
"search_app": "搜索应用",
"select_app": "应用选择",
"start_use": "开始使用",

View File

@@ -12,9 +12,11 @@
"mcp_apps": "關聯應用數量",
"mcp_endpoints": "接入地址",
"mcp_json_config": "接入腳本",
"mcp_link_way": "接入方式",
"mcp_name": "MCP 服務名",
"mcp_server": "MCP 服務",
"mcp_server_description": "允許你選擇部分應用,以 MCP 的協議對外提供使用。\n由於 MCP 協議的不成熟,該功能仍處於測試階段。",
"not_sse_server": "系統未配置 SSE 接入服務",
"search_app": "搜索應用",
"select_app": "應用選擇",
"start_use": "開始使用",