@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.
- package/dist/index.cjs +1 -1
- 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.
|
|
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);
|