Skip to content

Releases: AmoyLab/Unla

v0.3.1

06 May 16:31
b9732bc

Choose a tag to compare

📦 MCP Gateway v0.3.1

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

  • 支持折叠MCP工具
  • 支持折叠聊天历史
  • Web端增加Discord入口
  • Web界面优化
  • Web增加认证功能

🛠 架构与代码优化

  • 修复部分小问题,增加mock-stdio-svc.yaml
  • 升级Vite依赖

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

  • Support folding MCP tools
  • Support folding chat histories
  • Add Discord entry to web
  • Improve web UI
  • Add auth for web

🛠 Architecture & Code Improvements

  • Fix some small bugs and add mock-stdio-svc.yaml
  • Upgrade Vite dependency

📘 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! 💖

What's Changed

  • chore(deps-dev): bump vite from 6.3.1 to 6.3.4 in /web by @dependabot in #23
  • Fix some small bugs and add mock-stdio-svc.yaml by @LeoLiuYan in #29

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 May 10:09
9ff1a35

Choose a tag to compare

📦 MCP Gateway v0.3.0

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

  • 实现无缝配置重载,无需中断服务
  • 支持参数类型枚举
  • 支持处理响应数据
  • 增强模板渲染,支持环境变量
  • 支持在请求体中注入数组

🛠 架构与代码优化

  • 代码整理和优化

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

  • Implement seamless configuration reload without service interruption
  • Support enum for argument types
  • Support processing response data
  • Enhance template rendering with environment variable support
  • Support array injection in request body

🛠 Architecture & Code Improvements

  • Code cleanup and optimization

📘 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.2.11...v0.3.0

v0.2.11

01 May 12:50
e56afe0

Choose a tag to compare

📦 MCP Gateway v0.2.11

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

  • 添加日志配置功能
  • 添加MCP网关代理配置的测试命令和验证功能

🛠 架构与代码优化

  • 使用无cgo依赖的SQLite库

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

  • Add logger configuration
  • Add configuration testing command and validation for MCP gateway proxy configurations

🛠 Architecture & Code Improvements

  • Use cgo free SQLite library

📘 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.2.10...v0.2.11

v0.2.10

01 May 03:29
db715cb

Choose a tag to compare

📦 MCP Gateway v0.2.10

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

  • 添加OpenAPI转换器

🛠 架构与代码优化

  • 优化CI流程,将.env打包到zip中

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

  • Add OpenAPI converter

🛠 Architecture & Code Improvements

  • Optimize CI process, pack .env into zip

📘 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.2.9...v0.2.10

v0.2.9

29 Apr 12:29
f50af85

Choose a tag to compare

📦 MCP Gateway v0.2.9

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

  • 支持响应体透传
  • 优化错误响应格式

🛠 架构与代码优化

  • 完善Streamable HTTP响应
  • 完善SSE响应
  • 代码整理和优化

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

  • Support response body passthrough
  • Refine error response format

🛠 Architecture & Code Improvements

  • Complete streamable HTTP response
  • Complete SSE response
  • Code cleanup and optimization

📘 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.2.8...v0.2.9

v0.2.8

28 Apr 14:38
4f9e9f3

Choose a tag to compare

📦 MCP Gateway v0.2.8

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

  • 添加Redis会话持久化支持
  • 添加Product Hunt链接,欢迎点赞支持!❤️

🛠 架构与代码优化

  • 代码整理和优化
  • 添加优雅关闭功能

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

  • Added Redis session persistence support
  • Added Product Hunt link, your upvotes are appreciated! ❤️

🛠 Architecture & Code Improvements

  • Code cleanup and optimization
  • Added graceful shutdown functionality

📘 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.2.7...v0.2.8

v0.2.7

27 Apr 14:30
b9f1eba

Choose a tag to compare

📦 MCP Gateway v0.2.7

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

🛠 架构与代码优化

  • 新增多平台二进制发布支持(Windows、macOS)
  • 优化二进制部署相关代码
  • 添加多平台构建和打包的发布工作流

🐞 Bug 修复

  • 修复二进制部署相关的问题

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


🛠 Architecture & Code Improvements

  • Added multi-platform binary release support (Windows, macOS)
  • Optimized code for binary deployment
  • Added release workflow for multi-platform builds and packaging

🐞 Bug Fixes

  • Fixed issues related to binary deployment

📘 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.2.6...v0.2.7

v0.2.6

27 Apr 11:30
679fb43

Choose a tag to compare

Full Changelog: v0.2.5...v0.2.6

📦 MCP Gateway v0.2.6

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

📡 通知系统增强

  • 新增 API 通知发送器(API Notifier Sender)支持
  • 通知系统支持 Sender、Receiver、双向(Both)多种模式,灵活适配不同场景

🛠 架构与代码优化

  • 统一提取 Config 和 PID 相关工具函数,提升代码复用性
  • 提取 Signal 相关逻辑到 Notifier 模块
  • 引入 DB Factory,简化数据库初始化流程
  • 重命名 Apiserver 的环境变量,命名更规范清晰
  • 优化配置加载逻辑,避免重复读取
  • 整理和清理冗余代码,提升可读性和维护性

🐞 Bug 修复

  • 修复 Supervisord 下 Nginx 日志输出问题,日志更加清晰

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

📡 Enhanced Notification System

  • Added support for API Notifier Sender
  • Notification system now supports Sender, Receiver, and Both modes for greater flexibility

🛠 Architecture & Code Improvements

  • Unified extraction of Config and PID related utility functions
  • Moved Signal logic into the Notifier module
  • Introduced a DB Factory to streamline database initialization
  • Renamed Apiserver environment variables for clearer naming
  • Optimized configuration loading to prevent repeated reads
  • Cleaned and tidied up redundant codes for better readability and maintainability

🐞 Bug Fixes

  • Fixed an issue where Supervisord was not properly ignoring Nginx logs, making logs cleaner

📘 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! 💖

v0.2.5

25 Apr 14:34
27f9605

Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

📦 MCP Gateway v0.2.5

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

🗄 MCP Server 配置持久化

  • 新增数据库支持,持久化存储 MCP Server 配置信息,提升稳定性与可靠性

🐞 Bug 修复

  • 修复若干已知问题,提升整体稳定性和体验

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

🗄 MCP Server Configuration Persistence

  • Added database support to persist MCP Server configurations for improved stability and reliability

🐞 Bug Fixes

  • Fixed several known issues to enhance overall stability and experience

📘 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! 💖

v0.2.4

25 Apr 09:45
d647862

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.4

📦 MCP Gateway v0.2.4

Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.

✨ 新功能

🧩 多数据库支持扩展

  • Apiserver 新增 MySQL 支持,适配更多用户场景
  • 使用 GORM 实现 PostgreSQL 持久化,提升可维护性与扩展性

🛠 工作流与构建支持增强

  • 新增发布二进制文件的 GitHub Actions 工作流
  • 支持手动触发 Docker 构建流程
  • 添加构建缓存,加速 GitHub Actions 执行
  • 构建日志输出到标准输出,方便容器日志收集

⚙️ 架构与配置优化

🧱 项目结构重构

  • 统一提取 MCP Server 存储逻辑
  • 拆分 Chat、MCP、WS 等 Handler,提高代码可读性
  • 项目结构更加清晰,模块划分更合理

📡 通知机制升级

  • 新增基于系统信号的配置变更监听器(支持 SIGHUP 重载配置)

🌐 前端构建兼容优化

  • Vite 构建支持相对路径,适配子路径部署场景

🐞 Bug 修复

  • 修复部分平台下启动时报 illegal seek 的问题

📘 文档: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


感谢所有参与和关注该项目的开发者与用户 💖


✨ New Features

🧩 Multi-Database Support

  • Apiserver now supports MySQL, enabling broader usage scenarios
  • PostgreSQL persistence implemented using GORM for better maintainability

🛠 Workflow & Build Enhancements

  • New GitHub Actions workflow to release binaries
  • Supports manual trigger for Docker builds
  • Build cache enabled for faster CI runs
  • Logs output to stdout for easier container logging

⚙️ Architecture & Config Improvements

🧱 Project Refactor

  • Unified MCP Server storage logic
  • Separated Chat, MCP, WS handlers for improved readability
  • Clearer and more modular project structure

📡 Signal-Based Config Watcher

  • Added signal-based watcher (SIGHUP) for config reloads

🌐 Frontend Compatibility Fixes

  • Vite now supports relative paths for subpath deployments

🐞 Bug Fixes

  • Fixed illegal seek error on some platforms

📘 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! 💖