Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 15 May 16:36
· 341 commits to main since this release
d442410

📦 MCP Gateway v0.4.1

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

✨ 新功能

  • 支持 toJSON 转换对象或数组为 JSON
  • 支持在API通知种传递更新的配置
  • 支持自定义请求中的 headers/cookies/querystring 信息合并

🔧 改进

  • 为导入的配置添加随机后缀
  • 改进web里组件的可访问性
  • 增强日志记录
  • 合并 multi-container 里 apiserver 和 web 到一个 Docker 镜像
  • allinone 镜像里使用 uv, pipx 和 node 环境

🐞 修复

  • 修复当网关存储为数据库时租户tenant字段缺失的问题
  • 修复合并过程中处理 nil 更新配置的问题

📘 文档: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
🔗 扫描下方二维码加入社区微信群,备注:mcp-gatewaymcpgw
微信群二维码


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


✨ New Features

  • Support toJSON to convert object or array to JSON
  • Support passing updated configurations in API notifications
  • Support for merging headers/cookies/querystring information in custom requests

🔧 Improvements

  • Added random suffix for imported configurations
  • Improved web component accessibility
  • Enhanced logging
  • Merged apiserver and web into one Docker image for multi-container setup
  • Using uv, pipx and node environment in allinone image

🐞 Bug Fixes

  • Fixed tenant field missing when gateway storage is database
  • Fixed handling of nil updated configuration in merge process

📘 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
🔗 Scan the QR code below to join WeChat community group, note: mcp-gateway or mcpgw
WeChat QR Code


Thanks to all contributors and early users! 💖

What's Changed

  • Feat add context data with cookies and querystring by @LeoLiuYan in #76
  • feat: support diff update by @qiankunli in #73
  • Feat merge the headers/cookies/querystring info in the first and later request by @LeoLiuYan in #84

Full Changelog: v0.4.0...v0.4.1