Skip to content

Commit b38e452

Browse files
authored
Merge branch 'main' into scrape-issue-97
2 parents 63ec00b + 022c2b4 commit b38e452

File tree

12 files changed

+560
-30
lines changed

12 files changed

+560
-30
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
description: This rule defines the format for creating commit messages
3+
globs:
4+
alwaysApply: false
5+
---
6+
## Conventional Commits
7+
8+
The `conventional-commits` rule enforces the use of conventional commit message format, which is required for semantic versioning and automatic changelog generation.
9+
10+
### Format
11+
12+
Commit messages must follow this format:
13+
```
14+
<type>[(scope)]: <description>
15+
```
16+
17+
### Types
18+
- `feat`: A new feature
19+
- `fix`: A bug fix
20+
- `docs`: Documentation changes
21+
- `style`: Changes that do not affect the meaning of the code
22+
- `refactor`: Code changes that neither fix a bug nor add a feature
23+
- `perf`: Performance improvements
24+
- `test`: Adding or fixing tests
25+
- `chore`: Changes to the build process or auxiliary tools
26+
- `ci`: Changes to CI configuration
27+
- `revert`: Reverting a previous commit
28+
- `build`: Changes that affect the build system
29+
30+
### Example Valid Commit Messages
31+
- `feat: add user authentication`
32+
- `fix(auth): resolve token expiration issue`
33+
- `docs: update API documentation`
34+
- `chore(deps): update dependencies`

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.5.1](https://github.com/pathintegral-institute/mcpm.sh/compare/v1.5.0...v1.5.1) (2025-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* update installation prompt for manifest generation ([#102](https://github.com/pathintegral-institute/mcpm.sh/issues/102)) ([96d86ee](https://github.com/pathintegral-institute/mcpm.sh/commit/96d86ee8a58fd6703992260230ed8c0f52b045eb))
7+
8+
# [1.5.0](https://github.com/pathintegral-institute/mcpm.sh/compare/v1.4.4...v1.5.0) (2025-04-22)
9+
10+
11+
### Features
12+
13+
* **client:** Add Trae client support ([#101](https://github.com/pathintegral-institute/mcpm.sh/issues/101)) ([23abe67](https://github.com/pathintegral-institute/mcpm.sh/commit/23abe6705543b65560e7a9e48e664f8490428f1b)), closes [#92](https://github.com/pathintegral-institute/mcpm.sh/issues/92)
14+
115
## [1.4.4](https://github.com/pathintegral-institute/mcpm.sh/compare/v1.4.3...v1.4.4) (2025-04-21)
216

317

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
![PyPI - Version](https://img.shields.io/pypi/v/mcpm)
2-
![GitHub Release](https://img.shields.io/github/v/release/pathintegral-institute/mcpm.sh)
1+
![Homebrew Formula Version](https://img.shields.io/homebrew/v/mcpm?style=flat-square&color=green)
2+
![PyPI - Version](https://img.shields.io/pypi/v/mcpm?style=flat-square&color=green)
3+
![GitHub Release](https://img.shields.io/github/v/release/pathintegral-institute/mcpm.sh?style=flat-square&color=green)
4+
![GitHub License](https://img.shields.io/github/license/pathintegral-institute/mcpm.sh?style=flat-square&color=orange)
5+
![GitHub contributors](https://img.shields.io/github/contributors/pathintegral-institute/mcpm.sh?style=flat-square&color=blue)
6+
![PyPI - Downloads](https://img.shields.io/pypi/dm/mcpm?style=flat-square&color=yellow)
7+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/pathintegral-institute/mcpm.sh?style=flat-square&color=red)
38

49
English | [简体中文](README.zh-CN.md)
510

11+
![mcpm.sh](https://socialify.git.ci/pathintegral-institute/mcpm.sh/image?custom_description=One+CLI+tool+for+all+your+local+MCP+Needs.+Search%2C+add%2C+configure+MCP+servers.+Router%2C+profile%2C+remote+sharing%2C+access+monitoring+etc.&description=1&font=Inter&forks=1&issues=1&name=1&pattern=Floating+Cogs&pulls=1&stargazers=1&theme=Auto)
12+
613
```
7-
███╗ ███╗ ██████╗██████╗ ███╗ ███╗
8-
████╗ ████║██╔════╝██╔══██╗████╗ ████║
9-
██╔████╔██║██║ ██████╔╝██╔████╔██║
10-
██║╚██╔╝██║██║ ██╔═══╝ ██║╚██╔╝██║
11-
██║ ╚═╝ ██║╚██████╗██║ ██║ ╚═╝ ██║
12-
╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═╝
13-
14-
Model Context Protocol Manager
1514
Open Source. Forever Free.
1615
Built with ❤️ by Path Integral Institute
1716
```
@@ -296,3 +295,8 @@ PyPI release is handled by the CI/CD pipeline and will be triggered automaticall
296295
## 📜 License
297296

298297
MIT
298+
299+
300+
## Star History
301+
302+
[![Star History Chart](https://api.star-history.com/svg?repos=pathintegral-institute/mcpm.sh&type=Date)](https://www.star-history.com/#pathintegral-institute/mcpm.sh&Date)

README.zh-CN.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
![PyPI - Version](https://img.shields.io/pypi/v/mcpm)
2-
![GitHub Release](https://img.shields.io/github/v/release/pathintegral-institute/mcpm.sh)
1+
![Homebrew Formula Version](https://img.shields.io/homebrew/v/mcpm?style=flat-square&color=green)
2+
![PyPI - Version](https://img.shields.io/pypi/v/mcpm?style=flat-square&color=green)
3+
![GitHub Release](https://img.shields.io/github/v/release/pathintegral-institute/mcpm.sh?style=flat-square&color=green)
4+
![GitHub License](https://img.shields.io/github/license/pathintegral-institute/mcpm.sh?style=flat-square&color=orange)
5+
![GitHub contributors](https://img.shields.io/github/contributors/pathintegral-institute/mcpm.sh?style=flat-square&color=blue)
6+
![PyPI - Downloads](https://img.shields.io/pypi/dm/mcpm?style=flat-square&color=yellow)
7+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/pathintegral-institute/mcpm.sh?style=flat-square&color=red)
38

49
[English](README.md) | 简体中文
510

11+
![mcpm.sh](https://socialify.git.ci/pathintegral-institute/mcpm.sh/image?custom_description=MCP%E5%91%BD%E4%BB%A4%E8%A1%8C%E7%AE%A1%E5%AE%B6%E3%80%82%E4%B8%80%E7%AB%99%E5%BC%8F%E8%A7%A3%E5%86%B3MCP%E6%9C%8D%E5%8A%A1%E7%9A%84%E6%90%9C%E7%B4%A2%EF%BC%8C%E5%AE%89%E8%A3%85%EF%BC%8C%E7%AE%A1%E7%90%86%E3%80%82%E6%9B%B4%E6%9C%89%E8%B7%AF%E7%94%B1%EF%BC%8C%E5%B7%A5%E5%85%B7%E9%9B%86%EF%BC%8C%E8%BF%9C%E7%A8%8B%E5%88%86%E4%BA%AB%EF%BC%8C%E8%B0%83%E7%94%A8%E5%8E%86%E5%8F%B2%E8%B7%9F%E8%B8%AA%E7%AD%89%E9%AB%98%E9%98%B6%E5%8A%9F%E8%83%BD%E3%80%82&description=1&font=Inter&forks=1&issues=1&name=1&pattern=Floating+Cogs&pulls=1&stargazers=1&theme=Auto)
12+
613
```
7-
███╗ ███╗ ██████╗██████╗ ███╗ ███╗
8-
████╗ ████║██╔════╝██╔══██╗████╗ ████║
9-
██╔████╔██║██║ ██████╔╝██╔████╔██║
10-
██║╚██╔╝██║██║ ██╔═══╝ ██║╚██╔╝██║
11-
██║ ╚═╝ ██║╚██████╗██║ ██║ ╚═╝ ██║
12-
╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═╝
13-
14-
MCP Manager
1514
Open Source. Forever Free.
1615
Built with ❤️ by Path Integral Institute
1716
```
@@ -185,10 +184,10 @@ MCP 注册表是可使用 MCPM 安装的可用 MCP 服务器的中央存储库
185184
- [x] MCP 配置文件 (`mcpm profile`, `mcpm activate/deactivate`)
186185
- [x] 服务器复制/移动 (`mcpm cp`, `mcpm mv`)
187186
- [x] 服务器暂存 (`mcpm stash`, `mcpm pop`)
188-
- [ ] MCPM 路由器的 MCP 服务器访问监控(仅限本地,绝对不会有数据离开本地机器)
187+
- [x] 路由器远程分享 (`mcpm router share`) 远程访问本地路由器和 MCP 服务器
188+
- [x] MCPM 路由器的 MCP 服务器访问监控(仅限本地,绝对不会有数据离开本地机器)
189189
- [ ] 通过 STDIO 的 MCPM 路由器(相同的强大功能集,具有配置文件和监控,但单客户端/租户)
190190
- [ ] MCPM 路由器的 MCP 服务器(实验性,允许 MCP 客户端动态切换配置文件,从注册表建议新的 MCP 服务器等)
191-
- [ ] 服务器端管理功能(超出配置管理)
192191
- [ ] 附加客户端支持(扩展注册表)
193192

194193
## 👨‍💻 开发
@@ -303,3 +302,7 @@ MIT
303302
扫描以下二维码加入 MCPM 开源社区微信群:
304303

305304
<img src=".github/readme/mcpm_wechat.png" alt="MCPM 开源社区微信群" width="300px" />
305+
306+
## 🌟 星标历史
307+
308+
[![Star History Chart](https://api.star-history.com/svg?repos=pathintegral-institute/mcpm.sh&type=Date)](https://www.star-history.com/#pathintegral-institute/mcpm.sh&Date)

0 commit comments

Comments
 (0)