@insforge/mcp 1.1.7-dev.18 → 1.1.7-dev.19
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.
|
@@ -1055,7 +1055,7 @@ ${JSON.stringify(metadata, null, 2)}`
|
|
|
1055
1055
|
);
|
|
1056
1056
|
server.tool(
|
|
1057
1057
|
"download-template",
|
|
1058
|
-
|
|
1058
|
+
"CRITICAL: MANDATORY FIRST STEP for all new InsForge projects. Download pre-configured starter template (React/Next.js/React Router). ALWAYS use this tool BEFORE any other setup when starting a new project.",
|
|
1059
1059
|
{
|
|
1060
1060
|
frame: z14.enum(["react"]).describe("Framework to use for the template (currently only React is supported)")
|
|
1061
1061
|
},
|
package/dist/http-server.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED