From 23b9413bed1ea338dc6abc18caf9a980a8594a54 Mon Sep 17 00:00:00 2001 From: Hongyu Shi Date: Wed, 10 Dec 2025 14:44:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E4=BF=AE=E5=A4=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=ADmcpType=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hongyu Shi --- mcp_center/mcp_config/mcp_server_mcp/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_center/mcp_config/mcp_server_mcp/config.json b/mcp_center/mcp_config/mcp_server_mcp/config.json index 3a72acb0..205c3f75 100644 --- a/mcp_center/mcp_config/mcp_server_mcp/config.json +++ b/mcp_center/mcp_config/mcp_server_mcp/config.json @@ -11,5 +11,5 @@ "name": "oe-智能运维工具", "overview": "文件管理,文件操作,软件包管理,系统信息查询,进程管理,网络修复,ssh修复", "description": "文件管理,文件操作,软件包管理,系统信息查询,进程管理,网络修复,ssh修复", - "mcpType": "sse", + "mcpType": "sse" } -- Gitee