Summary
MCPHub v1.0.17 adds cache refresh and reinstall support for npx/uvx MCP servers, and fixes several reliability issues around tool result handling, stdio process lifecycle, single-server reload scoping, and bearer-auth request user context. Dependency bumps for Hono and Vite are also included.
Features
- Add cache refresh and reinstall for npx/uvx MCP servers.
Fixes
- Handle null/primitive tool result payloads without crashing.
- Terminate the stdio process tree on server delete and disable.
- Scope single-server reload to only that server.
- Attach request user context for system-level all-access bearer auth.
- Bump Hono from 4.12.21 to 4.12.25.
- Bump Vite from 6.4.2 to 6.4.3.
摘要
MCPHub v1.0.17 为 npx/uvx MCP 服务器新增了缓存刷新与重新安装支持,并修复了工具结果处理、stdio 进程生命周期、单服务器重载作用域以及系统级全权 Bearer 认证请求用户上下文等若干可靠性问题。同时还升级了 Hono 与 Vite 依赖。
功能
- 为 npx/uvx MCP 服务器新增缓存刷新与重新安装支持。
修复
- 处理 null/基本类型的工具结果载荷,避免崩溃。
- 在删除和停用服务器时终止 stdio 进程树。
- 将单服务器重载限定在该服务器范围内。
- 为系统级全权 Bearer 认证附加请求用户上下文。
- 将 Hono 从 4.12.21 升级到 4.12.25。
- 将 Vite 从 6.4.2 升级到 6.4.3。
New Contributors
- @LiBaoxuan-Neil made their first contribution in #928
References
- feat: add cache refresh/reinstall for npx/uvx MCP servers (#918) by @samanhappy in #919
- fix: handle null/primitive tool result payloads without crashing by @samanhappy in #923
- fix: terminate stdio process tree on server delete and disable by @samanhappy in #924
- chore(deps): bump hono from 4.12.21 to 4.12.25 by @dependabot[bot] in #925
- fix: scope single-server reload to only that server by @samanhappy in #926
- chore(deps-dev): bump vite from 6.4.2 to 6.4.3 by @dependabot[bot] in #927
- fix: attach request user context for system-level all-access bearer auth by @LiBaoxuan-Neil in #928
- Full changelog: v1.0.16...v1.0.17