@insforge/mcp 1.1.7-dev.10 → 1.1.7-dev.11

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.
@@ -837,8 +837,8 @@ function registerInsforgeTools(server, config = {}) {
837
837
  const result = await handleApiResponse(response);
838
838
  if (result && typeof result === "object" && "content" in result) {
839
839
  let content = result.content;
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);
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);
842
842
  return content;
843
843
  }
844
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-3KG7LI73.js";
4
+ } from "./chunk-JFNRQDY5.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-3KG7LI73.js";
4
+ } from "./chunk-JFNRQDY5.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.10",
3
+ "version": "1.1.7-dev.11",
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",