Skip to content

Commit 398a0c1

Browse files
committed
chore(release): v0.4.2
1 parent e4182aa commit 398a0c1

4 files changed

Lines changed: 65 additions & 4 deletions

File tree

changelog/v0.4.2.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# 📦 MCP Gateway v0.4.2
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 新功能
6+
7+
- 增强GatewayManager,添加视图模式和模态框支持
8+
9+
## 🔧 改进
10+
11+
- 在Dockerfile中使用基础镜像并移除不必要的包安装
12+
- 添加Dockerfile和GitHub Actions工作流用于构建和发布基础镜像
13+
- 支持从环境变量配置pip、uv和npm源
14+
15+
## 🐞 修复
16+
17+
- 验证MCPGatewayConfig的ReloadInterval确保大于0
18+
- 移除MySQL配置中MCPConfig字段的默认值
19+
20+
---
21+
22+
📘 文档:https://mcp.ifuryst.com
23+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
24+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
25+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
26+
🔗 扫描下方二维码加入社区微信群,备注:`mcp-gateway``mcpgw`
27+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
28+
29+
---
30+
31+
感谢所有参与和关注该项目的开发者与用户 💖
32+
33+
---
34+
35+
## ✨ New Features
36+
37+
- Enhance GatewayManager with view modes and modals
38+
39+
## 🔧 Improvements
40+
41+
- Update Dockerfile to use base image and remove unnecessary package installations
42+
- Add Dockerfile and GitHub Actions workflow for building and publishing base image
43+
- Add pip, uv and npm source configured from environment variables
44+
45+
## 🐞 Bug Fixes
46+
47+
- Validate MCPGatewayConfig ReloadInterval to ensure it's greater than 0
48+
- Remove default values from MCPConfig fields for MySQL
49+
50+
---
51+
52+
📘 Docs: https://mcp.ifuryst.com
53+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
54+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
55+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
56+
🔗 Scan the QR code below to join WeChat community group, note: `mcp-gateway` or `mcpgw`
57+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
58+
59+
---
60+
61+
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.1
1+
v0.4.2

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