@agiflowai/one-mcp 0.3.1 → 0.3.2

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/dist/cli.cjs CHANGED
@@ -1003,7 +1003,7 @@ const prefetchCommand = new commander.Command("prefetch").description("Pre-downl
1003
1003
 
1004
1004
  //#endregion
1005
1005
  //#region package.json
1006
- var version = "0.3.0";
1006
+ var version = "0.3.1";
1007
1007
 
1008
1008
  //#endregion
1009
1009
  //#region src/cli.ts
package/dist/cli.mjs CHANGED
@@ -1003,7 +1003,7 @@ const prefetchCommand = new Command("prefetch").description("Pre-download packag
1003
1003
 
1004
1004
  //#endregion
1005
1005
  //#region package.json
1006
- var version = "0.3.0";
1006
+ var version = "0.3.1";
1007
1007
 
1008
1008
  //#endregion
1009
1009
  //#region src/cli.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agiflowai/one-mcp",
3
3
  "description": "One MCP server package",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "license": "AGPL-3.0",
6
6
  "keywords": [
7
7
  "mcp",
@@ -27,7 +27,7 @@
27
27
  "js-yaml": "^4.1.0",
28
28
  "liquidjs": "^10.21.0",
29
29
  "zod": "^3.24.1",
30
- "@agiflowai/aicode-utils": "1.0.9"
30
+ "@agiflowai/aicode-utils": "1.0.10"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/express": "^5.0.0",