@agiflowai/scaffold-mcp 1.0.3 → 1.0.4
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/{ScaffoldConfigLoader-DQMCLVGD.cjs → ScaffoldConfigLoader-B-NLy6VP.cjs} +1 -1
- package/dist/{ScaffoldConfigLoader-CI0T6zdG.js → ScaffoldConfigLoader-BDMJNI1o.mjs} +1 -1
- package/dist/ScaffoldConfigLoader-SHk-KEje.mjs +3 -0
- package/dist/{ScaffoldConfigLoader-BrmvENTo.cjs → ScaffoldConfigLoader-Y_SBLPg7.cjs} +0 -1
- package/dist/ScaffoldService-BNOyoqSb.cjs +3 -0
- package/dist/ScaffoldService-BNdfC21Z.mjs +3 -0
- package/dist/{ScaffoldService-DB7-Cyod.js → ScaffoldService-BNuN00Fm.mjs} +8 -8
- package/dist/{ScaffoldService-BwDmXt83.cjs → ScaffoldService-ChzxM0Yc.cjs} +1 -3
- package/dist/TemplateService-BRfzfaZs.mjs +3 -0
- package/dist/{TemplateService-CiZJA06s.js → TemplateService-Cg5QV29n.mjs} +1 -1
- package/dist/{TemplateService-DRubcvS9.cjs → TemplateService-D3ydJR_R.cjs} +0 -2
- package/dist/TemplateService-DqieT1Tq.cjs +3 -0
- package/dist/VariableReplacementService-BWCd-z7X.mjs +3 -0
- package/dist/{VariableReplacementService-D0QnWKUW.cjs → VariableReplacementService-CAjesAYq.cjs} +1 -2
- package/dist/{VariableReplacementService-DRxd9ILB.js → VariableReplacementService-DHIINRnJ.mjs} +5 -5
- package/dist/{VariableReplacementService-CroHkMha.cjs → VariableReplacementService-DKaF2C9l.cjs} +1 -1
- package/dist/cli.cjs +27 -124
- package/dist/{cli.js → cli.mjs} +27 -120
- package/dist/index.cjs +14 -18
- package/dist/{index.d.ts → index.d.mts} +1 -1
- package/dist/{index.js → index.mjs} +14 -16
- package/dist/{stdio-DM_C4xbZ.cjs → stdio-BGj_FLky.cjs} +410 -423
- package/dist/{stdio-BheRzmRj.js → stdio-wAlpLC6l.mjs} +413 -418
- package/package.json +6 -8
- package/dist/ScaffoldConfigLoader-DhthV6xq.js +0 -3
- package/dist/ScaffoldService-B3En_m4t.cjs +0 -3
- package/dist/ScaffoldService-CJ3vNmAj.js +0 -3
- package/dist/TemplateService-BZRt3NI8.cjs +0 -3
- package/dist/TemplateService-DropYdp8.js +0 -3
- package/dist/VariableReplacementService-BAwTGv_R.js +0 -3
- /package/dist/{cli.d.ts → cli.d.mts} +0 -0
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.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"author": "AgiflowIO",
|
|
7
7
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"main": "./dist/index.cjs",
|
|
31
31
|
"types": "./dist/index.d.cts",
|
|
32
|
-
"module": "./dist/index.
|
|
32
|
+
"module": "./dist/index.mjs",
|
|
33
33
|
"files": [
|
|
34
34
|
"dist",
|
|
35
35
|
"README.md"
|
|
@@ -42,20 +42,18 @@
|
|
|
42
42
|
"commander": "14.0.1",
|
|
43
43
|
"execa": "^9.5.2",
|
|
44
44
|
"express": "^4.21.2",
|
|
45
|
-
"fs-extra": "11.3.2",
|
|
46
45
|
"js-yaml": "4.1.0",
|
|
47
46
|
"liquidjs": "10.21.1",
|
|
48
47
|
"pino": "^10.0.0",
|
|
49
48
|
"pino-pretty": "^13.1.1",
|
|
50
49
|
"zod": "3.25.76",
|
|
51
|
-
"@agiflowai/aicode-utils": "1.0.
|
|
50
|
+
"@agiflowai/aicode-utils": "1.0.4"
|
|
52
51
|
},
|
|
53
52
|
"devDependencies": {
|
|
54
53
|
"@types/express": "^5.0.0",
|
|
55
|
-
"@types/fs-extra": "^11.0.4",
|
|
56
54
|
"@types/js-yaml": "^4.0.9",
|
|
57
55
|
"@types/node": "^22.0.0",
|
|
58
|
-
"tsdown": "^0.
|
|
56
|
+
"tsdown": "^0.16.4",
|
|
59
57
|
"typescript": "5.9.3",
|
|
60
58
|
"unplugin-raw": "^0.6.3"
|
|
61
59
|
},
|
|
@@ -65,11 +63,11 @@
|
|
|
65
63
|
"type": "module",
|
|
66
64
|
"exports": {
|
|
67
65
|
".": {
|
|
68
|
-
"import": "./dist/index.
|
|
66
|
+
"import": "./dist/index.mjs",
|
|
69
67
|
"require": "./dist/index.cjs"
|
|
70
68
|
},
|
|
71
69
|
"./cli": {
|
|
72
|
-
"import": "./dist/cli.
|
|
70
|
+
"import": "./dist/cli.mjs",
|
|
73
71
|
"require": "./dist/cli.cjs"
|
|
74
72
|
},
|
|
75
73
|
"./package.json": "./package.json"
|
|
File without changes
|