@firfi/huly-mcp 0.40.0 → 0.40.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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -179464,7 +179464,7 @@ var makeDiagnosticsScope = Effect_exports.gen(function* () {
179464
179464
  });
179465
179465
 
179466
179466
  // src/version.ts
179467
- var VERSION = true ? "0.40.0" : "0.0.0-dev";
179467
+ var VERSION = true ? "0.40.1" : "0.0.0-dev";
179468
179468
 
179469
179469
  // src/mcp/json-schema-refs.ts
179470
179470
  var isJsonObject = (value3) => typeof value3 === "object" && value3 !== null && !Array.isArray(value3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firfi/huly-mcp",
3
- "version": "0.40.0",
3
+ "version": "0.40.1",
4
4
  "description": "Huly MCP: feature-complete MCP server for Huly integration",
5
5
  "mcpName": "io.github.dearlordylord/huly-mcp",
6
6
  "type": "module",