@xfe-repo/cli-plugin-ai-mcp 2.0.4 → 2.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @xfe-repo/cli-plugin-ai-mcp
2
2
 
3
+ ## 2.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 优化体验
8
+ - Updated dependencies
9
+ - @xfe-repo/cli-plugin-ai-rules@2.0.6
10
+ - @xfe-repo/cli-core@2.0.7
11
+
12
+ ## 2.0.5
13
+
14
+ ### Patch Changes
15
+
16
+ - 优化插件
17
+ - Updated dependencies
18
+ - @xfe-repo/cli-plugin-ai-rules@2.0.5
19
+ - @xfe-repo/cli-core@2.0.6
20
+
3
21
  ## 2.0.4
4
22
 
5
23
  ### 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.4",
3
+ "version": "2.0.6",
4
4
  "description": "XFE CLI MCP Server 插件 —— 将 CLI 命令暴露为 MCP Tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,8 +11,8 @@
11
11
  "get-port": "^7.1.0",
12
12
  "hono": "^4.7.0",
13
13
  "zod": "^4.3.6",
14
- "@xfe-repo/cli-core": "2.0.5",
15
- "@xfe-repo/cli-plugin-ai-rules": "2.0.4"
14
+ "@xfe-repo/cli-core": "2.0.7",
15
+ "@xfe-repo/cli-plugin-ai-rules": "2.0.6"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^24.3.0",