@insforge/mcp 1.1.7-dev.17 → 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
- 'Download a React starter template with InsForge integration. Creates a new "insforge-react" directory with React + TypeScript setup and pre-configured with your backend URL and anon key.',
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
  },
@@ -1069,7 +1069,7 @@ ${JSON.stringify(metadata, null, 2)}`
1069
1069
  }
1070
1070
  });
1071
1071
  const result = await handleApiResponse(response);
1072
- const anonKey = result.token;
1072
+ const anonKey = result.accessToken;
1073
1073
  if (!anonKey) {
1074
1074
  throw new Error("Failed to retrieve anon key from backend");
1075
1075
  }
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInsforgeTools
4
- } from "./chunk-W6MBRSUD.js";
4
+ } from "./chunk-RWTFY5A5.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-W6MBRSUD.js";
4
+ } from "./chunk-RWTFY5A5.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.1.7-dev.17",
3
+ "version": "1.1.7-dev.19",
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",