Skip to content

Commit 25c21d9

Browse files
committed
chore(release): v0.2.7
1 parent 778bed1 commit 25c21d9

7 files changed

Lines changed: 82 additions & 2 deletions

File tree

changelog/v0.2.2.md

Whitespace-only changes.

changelog/v0.2.4.md

Whitespace-only changes.

changelog/v0.2.5.md

Whitespace-only changes.

changelog/v0.2.7.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# 📦 MCP Gateway v0.2.7
2+
3+
> Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## 🛠 架构与代码优化
6+
7+
- 新增多平台二进制发布支持(Windows、macOS)
8+
- 优化二进制部署相关代码
9+
- 添加多平台构建和打包的发布工作流
10+
11+
## 🐞 Bug 修复
12+
13+
- 修复二进制部署相关的问题
14+
15+
---
16+
17+
📘 文档:https://mcp.ifuryst.com
18+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
19+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
20+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
21+
22+
---
23+
24+
感谢所有参与和关注该项目的开发者与用户 💖
25+
26+
---
27+
28+
## 🛠 Architecture & Code Improvements
29+
30+
- Added multi-platform binary release support (Windows, macOS)
31+
- Optimized code for binary deployment
32+
- Added release workflow for multi-platform builds and packaging
33+
34+
## 🐞 Bug Fixes
35+
36+
- Fixed issues related to binary deployment
37+
38+
---
39+
40+
📘 Docs: https://mcp.ifuryst.com
41+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
42+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
43+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
44+
45+
---
46+
47+
Thanks to all contributors and early users! 💖

docs/.ai/release.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Standard Operating Procedures (SOP) Manual
2+
3+
## 代码生成原则
4+
5+
### 1. 代码可读性
6+
- 编写干净、结构清晰的代码
7+
- 使用有意义的变量名和函数名
8+
- 保持一致的格式和缩进风格
9+
10+
### 2. 文档说明
11+
- 注释必须:
12+
- **仅使用英文编写**
13+
- **仅在必要时添加**
14+
- **用于解释代码的意图、复杂逻辑或不易理解的部分**
15+
16+
### 3. 开发流程
17+
- 在编写代码之前先认真思考问题
18+
- 从第一性原理和基本需求出发进行分析
19+
- 预先规划代码结构和整体架构
20+
- 将复杂问题拆分为更小、更易处理的部分
21+
- **优先确认是否已经存在基础建设或相关代码,仿造现有风格胜过从0开始**
22+
23+
### 4. 最佳实践
24+
- 遵循特定编程语言的约定和风格指南
25+
- 在适当的位置实现错误处理机制
26+
- 编写可维护、可扩展的代码
27+
- 考虑性能影响
28+
29+
## 项目相关
30+
31+
- 到服务端的路由都配置在了vite里,部分是通过.env注入的
32+
- 主要的后端是 `apiserver`
33+

pkg/version/VERSION

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

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