@agiflowai/scaffold-mcp 1.0.1 → 1.0.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
@@ -19,7 +19,7 @@ __modelcontextprotocol_sdk_types_js = require_chunk.__toESM(__modelcontextprotoc
19
19
  //#region package.json
20
20
  var name = "@agiflowai/scaffold-mcp";
21
21
  var description = "MCP server for scaffolding applications with boilerplate templates";
22
- var version = "1.0.0";
22
+ var version = "1.0.1";
23
23
  var license = "AGPL-3.0";
24
24
  var author = "AgiflowIO";
25
25
  var repository = {
package/dist/cli.js CHANGED
@@ -13,7 +13,7 @@ import { CallToolRequestSchema, GetPromptRequestSchema, ListPromptsRequestSchema
13
13
  //#region package.json
14
14
  var name = "@agiflowai/scaffold-mcp";
15
15
  var description = "MCP server for scaffolding applications with boilerplate templates";
16
- var version = "1.0.0";
16
+ var version = "1.0.1";
17
17
  var license = "AGPL-3.0";
18
18
  var author = "AgiflowIO";
19
19
  var repository = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agiflowai/scaffold-mcp",
3
3
  "description": "MCP server for scaffolding applications with boilerplate templates",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "AgiflowIO",
7
7
  "repository": {
@@ -48,7 +48,7 @@
48
48
  "pino": "^10.0.0",
49
49
  "pino-pretty": "^13.1.1",
50
50
  "zod": "3.25.76",
51
- "@agiflowai/aicode-utils": "1.0.1"
51
+ "@agiflowai/aicode-utils": "1.0.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/express": "^5.0.0",