From 3add1ed84480a00e05941575a68d387efb7a948e Mon Sep 17 00:00:00 2001 From: cui-gaoleng <562344211@qq.com> Date: Tue, 9 Dec 2025 22:20:18 +0800 Subject: [PATCH] =?UTF-8?q?oe-cli-mcp-server=E7=9A=84config=E8=A1=A5?= =?UTF-8?q?=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcp_center/mcp_config/mcp_server_mcp/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mcp_center/mcp_config/mcp_server_mcp/config.json b/mcp_center/mcp_config/mcp_server_mcp/config.json index 720f73a07b..d5b39baf2c 100644 --- a/mcp_center/mcp_config/mcp_server_mcp/config.json +++ b/mcp_center/mcp_config/mcp_server_mcp/config.json @@ -8,8 +8,8 @@ "url": "http://127.0.0.1:12555/sse" } }, - "name": "mcptool集成管理工具", - "overview": "定制化的配置自己tool", - "description": "定制化的配置自己tool", + "name": "oe-智能运维工具", + "overview": "文件管理,文件操作,软件包管理,系统信息查询,进程管理,网络修复,ssh修复", + "description": "文件管理,文件操作,软件包管理,系统信息查询,进程管理,网络修复,ssh修复", "mcpType": "sse", } \ No newline at end of file -- Gitee