摘要
本版本着力于提升运维稳定性与仪表盘可观测性。仅通过环境变量启用 Smart Routing 时,不再误显示为 Inactive;闲置的动态注册 OAuth 客户端会被自动清理;npx/uvx 重装范围限定到正在重装的服务器,避免包缓存相互干扰。仪表盘上,OpenAPI 端点 URL 现在与 MCP 端点并列展示;同时可在启动时限制同时连接的服务数量,以减轻负载。构建修复保证 shell 脚本保持 LF 换行,使 Windows 检出也能构建出可用的镜像;新增的 Docker 文档说明了如何持久化 npx/uvx 包缓存。
功能
- 仪表盘在 MCP 端点旁展示 OpenAPI 端点 URL by @flatlinebb in https://github.com/samanhappy/mcphub/pull/1180
- 支持限制启动时同时连接的服务数量 by @11113127 in https://github.com/samanhappy/mcphub/pull/1162
修复
- 清理闲置的动态注册 OAuth 客户端 by @samanhappy in https://github.com/samanhappy/mcphub/pull/1184
- 保持 shell 脚本为 LF 换行,使 Windows 检出也能构建可用的镜像 by @11113127 in https://github.com/samanhappy/mcphub/pull/1183
- 将 npx 重装范围限定到正在重装的服务器 by @11113127 in https://github.com/samanhappy/mcphub/pull/1182
- 修复仅通过环境变量启用时 Smart Routing 显示为 Inactive 的问题 by @sragot in https://github.com/samanhappy/mcphub/pull/1179