文件历史

提交图

9 次代码提交

作者 SHA1 备注 提交日期
ryantzr1 8597ef4925 fix: sanitize MCP tool names for OpenAI API compliance
Tool names with invalid characters (slashes, dots) from server paths
were causing OpenAI API 400 errors. Added sanitization to ensure
names match required pattern ^[a-zA-Z0-9_-]{1,64}$.

Fixes #1143
2025-05-29 22:54:36 +08:00
liangxinbing 36627a12e2 format code 2025-05-07 11:55:10 +08:00
JK_Lu 0810b28d9d BUGFIX: FIX MCPAgent Bug 2025-05-02 21:25:20 +08:00
Yizhou df9312dfca remove session close 2025-04-15 18:12:54 +08:00
Yizhou ead168d56c fix cancel scope issue 2025-04-15 18:05:23 +08:00
Yizhou db3c293683 catch mcp cancel scope issue 2025-04-15 16:57:15 +08:00
Yizhou f65bd9bbf5 1. support multiple mcp servers
2. allow manus agent to connect to mcp servers whilst keeping the local tool set
3. include automatic mcp config loading
2025-04-14 12:18:04 +08:00
liangxinbing 74f438bde3 update mcp name 2025-03-20 02:03:20 +08:00
liangxinbing 14fa48e8d7 add mcp 2025-03-20 01:10:04 +08:00