@insforge/mcp 1.2.3-dev.0 → 1.2.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.
@@ -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 (React) to a temporary directory. After download, you MUST copy files to current directory using the provided command.",
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 (currently only React is supported)"),
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 }) => {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInsforgeTools
4
- } from "./chunk-JBDCNW5K.js";
4
+ } from "./chunk-452MLCIR.js";
5
5
 
6
6
  // src/http/server.ts
7
7
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInsforgeTools
4
- } from "./chunk-JBDCNW5K.js";
4
+ } from "./chunk-452MLCIR.js";
5
5
 
6
6
  // src/stdio/index.ts
7
7
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/mcp",
3
- "version": "1.2.3-dev.0",
3
+ "version": "1.2.4",
4
4
  "description": "MCP (Model Context Protocol) server for Insforge backend-as-a-service",
5
5
  "mcpName": "io.github.InsForge/insforge-mcp",
6
6
  "type": "module",