@insforge/mcp 1.2.2-dev.2 → 1.2.2

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.
@@ -1142,7 +1142,7 @@ function registerInsforgeTools(server, config = {}) {
1142
1142
  }
1143
1143
  });
1144
1144
  if (response.status === 404) {
1145
- throw new Error("Documentation not found");
1145
+ throw new Error("Documentation not found. This feature may not be supported in your project version. Please contact the Insforge team for assistance.");
1146
1146
  }
1147
1147
  const result = await handleApiResponse(response);
1148
1148
  if (result && typeof result === "object" && "content" in result) {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInsforgeTools
4
- } from "./chunk-FCDI74JO.js";
4
+ } from "./chunk-DEOPI5IB.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-FCDI74JO.js";
4
+ } from "./chunk-DEOPI5IB.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.2-dev.2",
3
+ "version": "1.2.2",
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",