| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-05 | 3.3 kB | |
| v1.0.23 source code.tar.gz | 2026-07-05 | 3.1 MB | |
| v1.0.23 source code.zip | 2026-07-05 | 3.5 MB | |
| Totals: 3 Items | 6.6 MB | 0 | |
Summary
This release adds local development convenience with a default admin user and dynamic base URL configuration, fixes several layout and i18n issues, and improves documentation.
Features
- feat: add default admin user for local development and update documentation by @samanhappy in https://github.com/samanhappy/mcphub/pull/973
- feat: add INSTALL_BASE_URL support for dynamic configuration and improve related utilities by @samanhappy in https://github.com/samanhappy/mcphub/pull/976
- docs: update README files with Docker image variants and configuration details by @samanhappy in https://github.com/samanhappy/mcphub/pull/968
Fixes
- fix: improve layout of GroupCard component for better responsiveness by @samanhappy in https://github.com/samanhappy/mcphub/pull/967
- fix: remove pre-seeded admin credentials from shipped mcp_settings.json by @samanhappy in https://github.com/samanhappy/mcphub/pull/969
- fix: automatic reconnect for remote servers by @samanhappy in https://github.com/samanhappy/mcphub/pull/972
- fix: i18n OAuth callback page and per-request language resolution by @samanhappy in https://github.com/samanhappy/mcphub/pull/977
摘要
此版本新增了默认管理员用户以方便本地开发,支持动态基础 URL 配置,修复了多个布局和国际化问题,并改进了文档。
功能
- 新增默认管理员用户,方便本地开发并更新相关文档 by @samanhappy in https://github.com/samanhappy/mcphub/pull/973
- 支持 INSTALL_BASE_URL 动态配置并改进相关工具函数 by @samanhappy in https://github.com/samanhappy/mcphub/pull/976
- 更新 README 文档,补充 Docker 镜像变体和配置说明 by @samanhappy in https://github.com/samanhappy/mcphub/pull/968
修复
- 改进 GroupCard 组件布局以提升响应式表现 by @samanhappy in https://github.com/samanhappy/mcphub/pull/967
- 移除发布的 mcp_settings.json 中预置的管理员凭据 by @samanhappy in https://github.com/samanhappy/mcphub/pull/969
- 修复远程服务器自动重连问题 by @samanhappy in https://github.com/samanhappy/mcphub/pull/972
- 修复 OAuth 回调页面的国际化及请求级语言解析问题 by @samanhappy in https://github.com/samanhappy/mcphub/pull/977
References
- feat: add default admin user for local development and update documentation by @samanhappy in https://github.com/samanhappy/mcphub/pull/973
- feat: add INSTALL_BASE_URL support for dynamic configuration and improve related utilities by @samanhappy in https://github.com/samanhappy/mcphub/pull/976
- docs: update README files with Docker image variants and configuration details by @samanhappy in https://github.com/samanhappy/mcphub/pull/968
- fix: improve layout of GroupCard component for better responsiveness by @samanhappy in https://github.com/samanhappy/mcphub/pull/967
- fix: remove pre-seeded admin credentials from shipped mcp_settings.json by @samanhappy in https://github.com/samanhappy/mcphub/pull/969
- fix: automatic reconnect for remote servers by @samanhappy in https://github.com/samanhappy/mcphub/pull/972
- fix: i18n OAuth callback page and per-request language resolution by @samanhappy in https://github.com/samanhappy/mcphub/pull/977
- Full changelog: https://github.com/samanhappy/mcphub/compare/v1.0.22...v1.0.23