@mastra/schema-compat 1.2.8 → 1.2.9-alpha.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/schema-compat
2
2
 
3
+ ## 1.2.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed MCP tools with recursive JSON Schema refs so they stay serializable when loaded. ([#15400](https://github.com/mastra-ai/mastra/pull/15400))
8
+
3
9
  ## 1.2.8
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -10,7 +10,7 @@ var zodFromJsonSchema = require('zod-from-json-schema');
10
10
  var zodFromJsonSchemaV3 = require('zod-from-json-schema-v3');
11
11
  var v4 = require('zod/v4');
12
12
 
13
- // ../_vendored/ai_v4/dist/chunk-OPIPXJLE.js
13
+ // ../_vendored/ai_v4/dist/chunk-GBOGIFXJ.js
14
14
  var __create = Object.create;
15
15
  var __defProp = Object.defineProperty;
16
16
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;