Skip to content

Commit 5f4905f

Browse files
committed
release(chore): v0.4.6
1 parent f64bc8b commit 5f4905f

4 files changed

Lines changed: 59 additions & 4 deletions

File tree

changelog/v0.4.6.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# 📦 MCP Gateway v0.4.6
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ⚠️ Breaking Changes
6+
7+
- MCP Gateway核心配置同步逻辑调整,大部分情况可丝滑升级,部分场景可能存在升级风险,请注意关注升级后的兼容性
8+
9+
## 🔧 优化
10+
11+
- 优化网关管理页面布局和响应式设计
12+
- 重构服务器配置管理,整合重载和更新逻辑
13+
- 简化状态管理,引入getter方法
14+
- 增强MCP服务代理配置删除处理
15+
- 添加复制MCP URL按钮功能
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+
🔗 扫描下方二维码加入社区微信群,备注:`mcp-gateway``mcpgw`
24+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
25+
26+
---
27+
28+
感谢所有参与和关注该项目的开发者与用户 💖
29+
30+
---
31+
32+
## ⚠️ Breaking Changes
33+
34+
- MCP Gateway core configuration synchronization logic has been adjusted. While most cases should upgrade smoothly, some scenarios may have upgrade risks. Please pay attention to compatibility after upgrading.
35+
36+
## 🔧 Optimizations
37+
38+
- Optimize gateway manager page layout and responsive design
39+
- Refactor server configuration management, consolidate reload and update logic
40+
- Simplify state management by introducing getter methods
41+
- Enhance MCP service proxy configuration deletion handling
42+
- Add button to copy MCP URL
43+
44+
---
45+
46+
📘 Docs: https://mcp.ifuryst.com
47+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
48+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
49+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
50+
🔗 Scan the QR code below to join WeChat community group, note: `mcp-gateway` or `mcpgw`
51+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
52+
53+
---
54+
55+
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.4.5
1+
v0.4.6

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