摘要
本版本为共享 MCP 服务器引入了按用户的凭据支持:同一个共享服务器定义现在可以要求每位调用者提供各自的 API 密钥或令牌,通过新增的「我的凭据」(My Credentials)页面管理绑定,并以 AES-256-GCM 加密存储在静态数据中——这样多位用户共享一个服务器,而无需各自维护重复的私有副本。可靠性全面增强:按需启动的服务器在工具运行期间保持存活,重叠初始化不再让服务器卡在「connecting」状态,传输创建失败被隔离到受影响的服务器,日志流重连退避逻辑正确重置,公共认证路由也不再占用共享的 /api 限流器。互操作性与细节打磨:OpenAPI 查询数组正确序列化,复制的 MCP 配置使用分组名称,会话重建后单路由工具调用得以保留,并更新了 js-yaml、hono、multer 依赖。
功能
- 为共享 MCP 服务器添加按用户凭据支持 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1129
修复
- 正确序列化 OpenAPI 查询数组 by @emecii in https://github.com/samanhappy/mcphub/pull/1138
- 将 btn-primary 边框更新为透明以改进样式 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1141
- 在复制的 MCP 配置中使用分组名称 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1142
- 将 multer 从 2.2.0 升级到 2.3.0 by @app/dependabot in https://github.com/samanhappy/mcphub/pull/1146
- 将 hono 从 4.12.34 升级到 4.13.5 by @app/dependabot in https://github.com/samanhappy/mcphub/pull/1147
- 将 js-yaml 从 4.3.1 升级到 4.3.2 by @app/dependabot in https://github.com/samanhappy/mcphub/pull/1148
- 会话重建后保留单路由工具调用 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1149
- 阻止共享的 /api 限流器统计公共认证路由 by @11113127 in https://github.com/samanhappy/mcphub/pull/1152
- 在打开而非每次尝试时重置日志流重连退避 by @11113127 in https://github.com/samanhappy/mcphub/pull/1153
- 将传输创建失败隔离到受影响的服务器 by @11113127 in https://github.com/samanhappy/mcphub/pull/1156
- 阻止重叠初始化使服务器卡在 connecting 状态 by @11113127 in https://github.com/samanhappy/mcphub/pull/1157
- 在工具运行时保持按需服务器存活 by @yunfeizhu in https://github.com/samanhappy/mcphub/pull/1164