@insforge/mcp 1.2.3-dev.0 → 1.2.3-dev.1
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.
|
@@ -1444,9 +1444,9 @@ ${JSON.stringify(metadata, null, 2)}`
|
|
|
1444
1444
|
);
|
|
1445
1445
|
server.tool(
|
|
1446
1446
|
"download-template",
|
|
1447
|
-
"CRITICAL: MANDATORY FIRST STEP for all new InsForge projects. Download pre-configured starter template
|
|
1447
|
+
"CRITICAL: MANDATORY FIRST STEP for all new InsForge projects. Download pre-configured starter template to a temporary directory. After download, you MUST copy files to current directory using the provided command.",
|
|
1448
1448
|
{
|
|
1449
|
-
frame: z19.enum(["react"]).describe("Framework to use for the template (
|
|
1449
|
+
frame: z19.enum(["react", "nextjs"]).describe("Framework to use for the template (support React and Next.js)"),
|
|
1450
1450
|
projectName: z19.string().optional().describe('Name for the project directory (optional, defaults to "insforge-react")')
|
|
1451
1451
|
},
|
|
1452
1452
|
withUsageTracking("download-template", async ({ frame, projectName }) => {
|
package/dist/http-server.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED