Skip to content

Commit 9ff1a35

Browse files
committed
chore(release): v0.3.0
1 parent 48d1738 commit 9ff1a35

6 files changed

Lines changed: 57 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Visit http://localhost:8080/ to start configuring.
8585
- [ ] Convert gRPC to MCP-Server
8686
- [x] Request/Response body transformation
8787
- [x] Management interface
88-
- [ ] Session persistence
88+
- [x] Session persistence
8989
- [x] MCP SSE support
9090
- [x] MCP Streamable HTTP support
9191
- [ ] Migratable and restorable sessions

changelog/v0.3.0.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# 📦 MCP Gateway v0.3.0
2+
3+
> Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 新功能
6+
7+
- 实现无缝配置重载,无需中断服务
8+
- 支持参数类型枚举
9+
- 支持处理响应数据
10+
- 增强模板渲染,支持环境变量
11+
- 支持在请求体中注入数组
12+
13+
## 🛠 架构与代码优化
14+
15+
- 代码整理和优化
16+
17+
---
18+
19+
📘 文档:https://mcp.ifuryst.com
20+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
21+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
22+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
23+
24+
---
25+
26+
感谢所有参与和关注该项目的开发者与用户 💖
27+
28+
---
29+
30+
## ✨ New Features
31+
32+
- Implement seamless configuration reload without service interruption
33+
- Support enum for argument types
34+
- Support processing response data
35+
- Enhance template rendering with environment variable support
36+
- Support array injection in request body
37+
38+
## 🛠 Architecture & Code Improvements
39+
40+
- Code cleanup and optimization
41+
42+
---
43+
44+
📘 Docs: https://mcp.ifuryst.com
45+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
46+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
47+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
48+
49+
---
50+
51+
Thanks to all contributors and early users! 💖

docs/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ docker run -d \
8585
- [ ] gRPC 到 MCP-Server 的转换
8686
- [x] 请求/响应体转换
8787
- [x] 管理界面
88-
- [ ] 会话持久化
88+
- [x] 会话持久化
8989
- [x] MCP SSE支持
9090
- [x] MCP Streamable HTTP支持
9191
- [ ] 可迁移可恢复会话

pkg/version/VERSION

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

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.11",
4+
"version": "0.3.0",
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)