Skip to content

Commit f50af85

Browse files
committed
chore(release): v0.2.9
1 parent e6bc895 commit f50af85

4 files changed

Lines changed: 53 additions & 4 deletions

File tree

changelog/v0.2.9.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# 📦 MCP Gateway v0.2.9
2+
3+
> Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 新功能
6+
7+
- 支持响应体透传
8+
- 优化错误响应格式
9+
10+
## 🛠 架构与代码优化
11+
12+
- 完善Streamable HTTP响应
13+
- 完善SSE响应
14+
- 代码整理和优化
15+
16+
---
17+
18+
📘 文档:https://mcp.ifuryst.com
19+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
20+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
21+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
22+
23+
---
24+
25+
感谢所有参与和关注该项目的开发者与用户 💖
26+
27+
---
28+
29+
## ✨ New Features
30+
31+
- Support response body passthrough
32+
- Refine error response format
33+
34+
## 🛠 Architecture & Code Improvements
35+
36+
- Complete streamable HTTP response
37+
- Complete SSE response
38+
- Code cleanup and optimization
39+
40+
---
41+
42+
📘 Docs: https://mcp.ifuryst.com
43+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
44+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
45+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
46+
47+
---
48+
49+
Thanks to all contributors and early users! 💖

pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.8
1+
v0.2.9

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-admin-dashboard",
33
"private": true,
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"type": "module",
66
"description": "MCP Gateway Admin Dashboard - A modern web interface for managing MCP Gateway services",
77
"keywords": [

0 commit comments

Comments
 (0)