Skip to content

Commit e56afe0

Browse files
committed
chore(release): v0.2.11
1 parent 008b8d9 commit e56afe0

4 files changed

Lines changed: 49 additions & 4 deletions

File tree

changelog/v0.2.11.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# 📦 MCP Gateway v0.2.11
2+
3+
> Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 新功能
6+
7+
- 添加日志配置功能
8+
- 添加MCP网关代理配置的测试命令和验证功能
9+
10+
## 🛠 架构与代码优化
11+
12+
- 使用无cgo依赖的SQLite库
13+
14+
---
15+
16+
📘 文档:https://mcp.ifuryst.com
17+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
18+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
19+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
20+
21+
---
22+
23+
感谢所有参与和关注该项目的开发者与用户 💖
24+
25+
---
26+
27+
## ✨ New Features
28+
29+
- Add logger configuration
30+
- Add configuration testing command and validation for MCP gateway proxy configurations
31+
32+
## 🛠 Architecture & Code Improvements
33+
34+
- Use cgo free SQLite library
35+
36+
---
37+
38+
📘 Docs: https://mcp.ifuryst.com
39+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
40+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
41+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
42+
43+
---
44+
45+
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.10
1+
v0.2.11

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