@agiflowai/one-mcp 0.3.9 → 0.3.10

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
@@ -1247,7 +1247,7 @@ const prefetchCommand = new commander.Command("prefetch").description("Pre-downl
1247
1247
 
1248
1248
  //#endregion
1249
1249
  //#region package.json
1250
- var version = "0.3.8";
1250
+ var version = "0.3.9";
1251
1251
 
1252
1252
  //#endregion
1253
1253
  //#region src/cli.ts
package/dist/cli.mjs CHANGED
@@ -1247,7 +1247,7 @@ const prefetchCommand = new Command("prefetch").description("Pre-download packag
1247
1247
 
1248
1248
  //#endregion
1249
1249
  //#region package.json
1250
- var version = "0.3.8";
1250
+ var version = "0.3.9";
1251
1251
 
1252
1252
  //#endregion
1253
1253
  //#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.9",
4
+ "version": "0.3.10",
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.14"
30
+ "@agiflowai/aicode-utils": "1.0.15"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/express": "^5.0.0",