@insforge/mcp 1.1.7-dev.17 → 1.1.7-dev.18

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.
@@ -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-OYBAXUQ3.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-OYBAXUQ3.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.18",
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",