v0.3.2
📦 MCP Gateway v0.3.2
Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.
⚠️ 重要变更
由于新增用户管理功能并调整了超管初始化方式,升级前需要:
- 删除数据库中的
init_states和users表 - 在配置文件中添加以下配置:
# Super admin configuration
super_admin:
username: "${SUPER_ADMIN_USERNAME:admin}"
password: "${SUPER_ADMIN_PASSWORD:admin}"环境变量按需增加,强烈建议生产或者公网环境设置随机字符串为密码。
✨ 新功能
- 新增用户管理功能
- 添加了i18n支持
- 改进了web UI
- 添加了logo
- 支持修改密码
- 支持折叠MCP工具
- 支持折叠聊天历史
🐛 修复
- 修复了聊天界面路由问题
- 修复了登录页面重定向问题
- 优化了错误处理
📘 文档:https://mcp.ifuryst.com
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
🐳 Docker 镜像:ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
感谢所有参与和关注该项目的开发者与用户 💖
⚠️ Breaking Changes
Due to the addition of user management and changes to super admin initialization, before upgrading:
- Delete the
init_statesanduserstables from the database - Add the following configuration to your config file:
# Super admin configuration
super_admin:
username: "${SUPER_ADMIN_USERNAME:admin}"
password: "${SUPER_ADMIN_PASSWORD:admin}"Add environment variables as needed, strongly recommend setting a random string as password for production or public network environments.
✨ New Features
- Added user management
- Added i18n support
- Improved web UI
- Added logo
- Support password change
- Support folding MCP tools
- Support folding chat histories
🐛 Fixes
- Fixed chat interface routing
- Fixed login page redirect issue
- Enhanced error handling
📘 Docs: https://mcp.ifuryst.com
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
🐳 Docker Image: ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
Thanks to all contributors and early users! 💖
Full Changelog: v0.3.1...v0.3.2