From 96de670bfe2b8d61a8c6df4fbc7d0d65523bb5b8 Mon Sep 17 00:00:00 2001 From: Sakura-RanChen <1908198662@qq.com> Date: Tue, 24 Jun 2025 14:39:18 +0800 Subject: [PATCH] =?UTF-8?q?update:=20mcp=E6=8E=A5=E5=85=A5=E7=82=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/FunctionDialog.vue | 232 +++++++++++++++++- 1 file changed, 231 insertions(+), 1 deletion(-) diff --git a/main/manager-web/src/components/FunctionDialog.vue b/main/manager-web/src/components/FunctionDialog.vue index b6eacaf1..f001ad11 100644 --- a/main/manager-web/src/components/FunctionDialog.vue +++ b/main/manager-web/src/components/FunctionDialog.vue @@ -99,6 +99,45 @@ + +
+
+

MCP接入点

+
+
+ +
+
+

接入点地址

+
+ 以下是智能体的MCP接入点地址。 + 查看接入点使用文档 +
+
+ + + +
+ + +
+

接入点状态

+
+ + {{ mcpStatus === 'connected' ? '已连接' : '未连接' }} + +
+
+
+
+