@insforge/mcp 1.1.7-dev.8 → 1.1.7-dev.9

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.
@@ -838,6 +838,7 @@ function registerInsforgeTools(server, config = {}) {
838
838
  if (result && typeof result === "object" && "content" in result) {
839
839
  let content = result.content;
840
840
  content = content.replace(/http:\/\/localhost:7130/g, API_BASE_URL);
841
+ content = content.replace(/https:\/\/your-app\.region\.insforge\.app/g, API_BASE_URL);
841
842
  return content;
842
843
  }
843
844
  throw new Error("Invalid response format from documentation endpoint");
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInsforgeTools
4
- } from "./chunk-YCORQXCY.js";
4
+ } from "./chunk-HEUOFCZP.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-YCORQXCY.js";
4
+ } from "./chunk-HEUOFCZP.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.8",
3
+ "version": "1.1.7-dev.9",
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",