Skip to content

Commit 9235048

Browse files
committed
chore(release): v0.4.7
1 parent b4e0148 commit 9235048

4 files changed

Lines changed: 79 additions & 4 deletions

File tree

changelog/v0.4.7.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# 📦 MCP Gateway v0.4.7
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 新功能
6+
7+
- 添加MCP配置版本控制功能
8+
- 实现MultiSelectAutocomplete组件并集成到用户管理
9+
10+
## 🔧 优化
11+
12+
- 优化网关管理UI和UX
13+
- 更新Dockerfile基础镜像,应对安全问题
14+
15+
## 🐛 修复
16+
17+
- 修复SSE和Streamable HTTP URL的复制功能
18+
- 防止保存null值
19+
20+
## 🔨 其他
21+
22+
- 删除namespace字段
23+
- 添加Snyk徽章
24+
- 添加CodeQL分析工作流用于自动化代码扫描
25+
- 添加Go Report Card徽章到README
26+
27+
---
28+
29+
📘 文档:https://mcp.ifuryst.com
30+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
31+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
32+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
33+
🔗 扫描下方二维码加入社区微信群,备注:`mcp-gateway``mcpgw`
34+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
35+
36+
---
37+
38+
感谢所有参与和关注该项目的开发者与用户 💖
39+
40+
---
41+
42+
## ✨ New Features
43+
44+
- Add MCP configuration versioning
45+
- Implement MultiSelectAutocomplete component and integrate it into user management
46+
47+
## 🔧 Optimizations
48+
49+
- Enhance UI and UX for gateway management
50+
- Update Dockerfile base image to address security concerns
51+
52+
## 🐛 Fixes
53+
54+
- Fix copy functionality for SSE and Streamable HTTP URLs
55+
- Prevent saving null values
56+
57+
## 🔨 Others
58+
59+
- Delete namespace field
60+
- Add Snyk badge
61+
- Add CodeQL analysis workflow for automated code scanning
62+
- Add Go Report Card badge to README
63+
64+
---
65+
66+
📘 Docs: https://mcp.ifuryst.com
67+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
68+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
69+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
70+
🔗 Scan the QR code below to join WeChat community group, note: `mcp-gateway` or `mcpgw`
71+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
72+
73+
---
74+
75+
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.6
1+
v0.4.7

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