@insforge/mcp 1.2.10-dev.0 → 1.2.10-dev.1

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.
@@ -2646,7 +2646,7 @@ import { tmpdir as tmpdir2 } from "os";
2646
2646
  import { join as join2, relative, sep } from "path";
2647
2647
  import archiver from "archiver";
2648
2648
  import FormData2 from "form-data";
2649
- var DIRECT_DEPLOYMENT_MIN_VERSION = "2.0.5";
2649
+ var DIRECT_DEPLOYMENT_MIN_VERSION = "2.0.4";
2650
2650
  var EXCLUDED_DEPLOYMENT_SEGMENTS = /* @__PURE__ */ new Set(["node_modules", ".git", ".next", "dist", "build", ".insforge"]);
2651
2651
  var DirectDeploymentUnsupportedError = class extends Error {
2652
2652
  constructor() {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInsforgeTools
4
- } from "./chunk-3HMBKVW5.js";
4
+ } from "./chunk-MQZLKWM4.js";
5
5
 
6
6
  // src/http/server.ts
7
7
  import "dotenv/config";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  registerInsforgeTools
4
- } from "./chunk-3HMBKVW5.js";
4
+ } from "./chunk-MQZLKWM4.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.10-dev.0",
3
+ "version": "1.2.10-dev.1",
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",