@xfe-repo/cli-plugin-ai-mcp 2.0.9 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @xfe-repo/cli-plugin-ai-mcp
|
|
2
2
|
|
|
3
|
+
## 2.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 修复deploy 优化mcp
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @xfe-repo/cli-plugin-ai-rules@2.0.9
|
|
10
|
+
|
|
11
|
+
## 2.0.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 优化mcp逻辑
|
|
16
|
+
|
|
3
17
|
## 2.0.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfe-repo/cli-plugin-ai-mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "XFE CLI MCP Server 插件 —— 将 CLI 命令暴露为 MCP Tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"hono": "^4.7.0",
|
|
13
13
|
"zod": "^4.3.6",
|
|
14
14
|
"@xfe-repo/cli-core": "2.1.0",
|
|
15
|
-
"@xfe-repo/cli-plugin-ai-rules": "2.0.
|
|
15
|
+
"@xfe-repo/cli-plugin-ai-rules": "2.0.9"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/node": "^24.3.0",
|