摘要
这个版本让智能路由(Smart Routing)更可观测,也让服务在高并发下更稳定。文档早已宣传的性能诊断与强制重建索引接口现在真正开放,并配有仪表盘面板。可靠性方面,数据库重连针对连接池卡死做了加固(为销毁、健康检查与连接设置超时上限),安全的上游失败诊断信息得以保留而不再被误判为凭据问题,个人凭据路由也会优先选择显式指定的服务器。认证同样更健壮:OIDC 登录不再因提供商缺少 name 声明而失败,OAuth 客户端会保留令牌端点认证方式。智能路由搜索的嵌入文本现在会应用工具描述覆盖,文档也删除了服务器从未读取的 JWT_EXPIRES_IN 配置。
功能
- 新增智能路由性能诊断与强制重建索引 API,并提供仪表盘面板 by @myml in https://github.com/samanhappy/mcphub/pull/1199
修复
- 加固数据库重连与热路径,防止连接池卡死:为销毁、健康检查与连接设置超时上限 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1206
- 保留安全的上游失败诊断信息,不再把传输层与工具调用错误误判为凭据问题 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1204
- 个人凭据路由优先匹配显式指定的服务器,再按最长前缀匹配 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1203
- 智能路由嵌入文本现在应用工具描述覆盖,搜索结果反映编辑后的描述 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1200
- 保留 OAuth 令牌端点认证方式,避免无谓的重新授权 by @tonyxiao in https://github.com/samanhappy/mcphub/pull/1201
- 为缺少 name 声明的 OIDC 提供商合成显示名,修复登录失败 by @myml in https://github.com/samanhappy/mcphub/pull/1196
- 落实复制预设与复制服务功能的合入后评审整改,并修复 OAuth 字段持久化 by @SAXEM1997 in https://github.com/samanhappy/mcphub/pull/1193
- 删除服务器从未读取的 JWT_EXPIRES_IN 文档 by @FBISiri in https://github.com/samanhappy/mcphub/pull/1208
- 升级 adm-zip 依赖至 0.6.1 by @app/dependabot in https://github.com/samanhappy/mcphub/pull/1195