From 829fe9de79c1fee8992c8d08181985d7c917906d Mon Sep 17 00:00:00 2001 From: CharTyr Date: Wed, 3 Dec 2025 14:53:28 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20MCP=20=E6=A1=A5?= =?UTF-8?q?=E6=8E=A5=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 MCP (Model Context Protocol) 服务器的工具桥接到 MaiBot 功能特性: - 支持 stdio/SSE/HTTP/Streamable HTTP 四种传输方式 - 心跳检测与自动重连 - 工具调用缓存、追踪、权限控制 - 配置导入导出(兼容 Claude Desktop) - WebUI 完整配置支持 - 断路器模式,故障快速失败 默认禁用,用户需在 WebUI 手动启用 --- .gitignore | 2 +- plugins/MaiBot_MCPBridgePlugin | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 plugins/MaiBot_MCPBridgePlugin diff --git a/.gitignore b/.gitignore index b2cbb3ba..8e23b6d3 100644 --- a/.gitignore +++ b/.gitignore @@ -334,4 +334,4 @@ config.toml interested_rates.txt MaiBot.code-workspace -*.lock \ No newline at end of file +*.lock!/plugins/MaiBot_MCPBridgePlugin diff --git a/plugins/MaiBot_MCPBridgePlugin b/plugins/MaiBot_MCPBridgePlugin new file mode 160000 index 00000000..c061f577 --- /dev/null +++ b/plugins/MaiBot_MCPBridgePlugin @@ -0,0 +1 @@ +Subproject commit c061f57706a85dd79470df30dcfae19242b0cd08