Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mcp-gateway-darwin-amd64.zip | 2025-07-09 | 53.2 MB | |
mcp-gateway-darwin-arm64.zip | 2025-07-09 | 50.4 MB | |
mcp-gateway-linux-amd64.zip | 2025-07-09 | 53.5 MB | |
mcp-gateway-linux-arm64.zip | 2025-07-09 | 49.8 MB | |
mcp-gateway-windows-amd64.zip | 2025-07-09 | 53.9 MB | |
README.md | 2025-07-09 | 2.6 kB | |
v0.8.3 source code.tar.gz | 2025-07-09 | 2.0 MB | |
v0.8.3 source code.zip | 2025-07-09 | 2.2 MB | |
Totals: 8 Items | 264.9 MB | 0 |
📦 Unla v0.8.3
Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
⚡ 改进
- 聊天页面新增SystemPrompt和Authorization文本框功能
- 使用OPENAI_*环境变量创建默认LLM提供者
- 优化根元素渲染和加载屏幕显示效果
🔧 其他
- 重构:将路由前缀从'/mcp'更新为'/gateway'统一管理
- 修复:增强错误处理和改善SelectItem可访问性
- 更新系统提示的中英文翻译
- 添加系统提示相关API路由
- 清理和移除OpenAI配置相关文件
- 更新文档链接指向新URL
📘 文档:https://docs.unla.amoylab.com/
🐙 源码:https://github.com/amoylab/unla
🐳 Docker 镜像:ghcr.io/amoylab/unla/allinone:latest
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
🔗 扫描下方二维码加入社区微信群,备注:unla
感谢所有参与和关注该项目的开发者与用户 💖
⚡ Improvements
- Add SystemPrompt and Authorization textbox functionality to chat page
- Create default LLM provider using OPENAI_* environment variables
- Optimize root element rendering and enhance loading screen display
🔧 Others
- Refactor: Update routing prefixes from '/mcp' to '/gateway' for unified management
- Fix: Enhance error handling and improve SelectItem accessibility
- Update system prompt translations for English and Chinese locales
- Add system prompt related API routes
- Clean up and remove OpenAI configuration files
- Update documentation links to point to new URL
📘 Docs: https://docs.unla.amoylab.com/
🐙 Source: https://github.com/amoylab/unla
🐳 Docker Image: ghcr.io/amoylab/unla/allinone:latest
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
🔗 Scan the QR code below to join WeChat community group, note: unla
Thanks to all contributors and early users! 💖
What's Changed
- add unit test by @KamToHung in https://github.com/AmoyLab/Unla/pull/188
- Create default llm provider using env variables OPENAI_* by @boston008 in https://github.com/AmoyLab/Unla/pull/184
- Chat page add SystemPrompt and Authorization Textbox by @boston008 in https://github.com/AmoyLab/Unla/pull/180
Full Changelog: https://github.com/AmoyLab/Unla/compare/v0.8.2...v0.8.3