@xfe-repo/cli-plugin-ai-mcp 2.0.5 → 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.
- package/CHANGELOG.md +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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.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.
|
|
15
|
-
"@xfe-repo/cli-plugin-ai-rules": "2.0.
|
|
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",
|