@mastra/mcp-docs-server 0.13.17-alpha.2 → 0.13.17-alpha.4

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 (78) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +27 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +10 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +24 -24
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +49 -49
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +16 -0
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +12 -12
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +32 -32
  8. package/.docs/organized/changelogs/%40mastra%2Fevals.md +10 -10
  9. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +10 -10
  10. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +11 -11
  11. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +10 -10
  12. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +22 -22
  13. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +11 -11
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +10 -10
  15. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +14 -14
  16. package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
  17. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +31 -31
  18. package/.docs/organized/changelogs/%40mastra%2Fragie.md +10 -10
  19. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +7 -0
  20. package/.docs/organized/changelogs/%40mastra%2Fserver.md +23 -23
  21. package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +10 -0
  22. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +11 -11
  23. package/.docs/organized/changelogs/create-mastra.md +13 -13
  24. package/.docs/organized/changelogs/mastra.md +31 -31
  25. package/.docs/organized/code-examples/a2a.md +1 -1
  26. package/.docs/organized/code-examples/agent-network.md +1 -1
  27. package/.docs/organized/code-examples/agent.md +22 -1
  28. package/.docs/organized/code-examples/agui.md +1 -1
  29. package/.docs/organized/code-examples/ai-sdk-useChat.md +1 -1
  30. package/.docs/organized/code-examples/ai-sdk-v5.md +2 -2
  31. package/.docs/organized/code-examples/assistant-ui.md +3 -3
  32. package/.docs/organized/code-examples/bird-checker-with-express.md +1 -1
  33. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +1 -1
  34. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +1 -1
  35. package/.docs/organized/code-examples/client-side-tools.md +1 -1
  36. package/.docs/organized/code-examples/crypto-chatbot.md +1 -1
  37. package/.docs/organized/code-examples/experimental-auth-weather-agent.md +1 -1
  38. package/.docs/organized/code-examples/fireworks-r1.md +1 -1
  39. package/.docs/organized/code-examples/mcp-configuration.md +2 -2
  40. package/.docs/organized/code-examples/mcp-registry-registry.md +1 -1
  41. package/.docs/organized/code-examples/memory-with-mem0.md +1 -1
  42. package/.docs/organized/code-examples/memory-with-processors.md +1 -1
  43. package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
  44. package/.docs/organized/code-examples/quick-start.md +1 -1
  45. package/.docs/organized/code-examples/stock-price-tool.md +1 -1
  46. package/.docs/organized/code-examples/weather-agent.md +1 -1
  47. package/.docs/organized/code-examples/workflow-ai-recruiter.md +1 -1
  48. package/.docs/organized/code-examples/workflow-with-inline-steps.md +1 -1
  49. package/.docs/organized/code-examples/workflow-with-memory.md +1 -1
  50. package/.docs/organized/code-examples/workflow-with-separate-steps.md +1 -1
  51. package/.docs/organized/code-examples/workflow-with-suspend-resume.md +1 -1
  52. package/.docs/raw/agents/overview.mdx +35 -4
  53. package/.docs/raw/deployment/monorepo.mdx +1 -1
  54. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +44 -14
  55. package/.docs/raw/getting-started/installation.mdx +52 -4
  56. package/.docs/raw/getting-started/templates.mdx +2 -22
  57. package/.docs/raw/reference/agents/generate.mdx +2 -2
  58. package/.docs/raw/reference/agents/getDefaultStreamOptions.mdx +2 -1
  59. package/.docs/raw/reference/agents/getDefaultVNextStreamOptions.mdx +1 -1
  60. package/.docs/raw/reference/agents/stream.mdx +2 -2
  61. package/.docs/raw/reference/agents/streamVNext.mdx +2 -4
  62. package/.docs/raw/reference/cli/build.mdx +0 -6
  63. package/.docs/raw/reference/cli/start.mdx +8 -1
  64. package/.docs/raw/reference/scorers/noise-sensitivity.mdx +237 -0
  65. package/.docs/raw/reference/scorers/prompt-alignment.mdx +369 -0
  66. package/.docs/raw/reference/workflows/run-methods/streamVNext.mdx +3 -5
  67. package/.docs/raw/scorers/off-the-shelf-scorers.mdx +2 -2
  68. package/.docs/raw/streaming/events.mdx +115 -0
  69. package/.docs/raw/streaming/overview.mdx +137 -0
  70. package/.docs/raw/streaming/tool-streaming.mdx +113 -0
  71. package/.docs/raw/streaming/workflow-streaming.mdx +97 -0
  72. package/.docs/raw/tools-mcp/overview.mdx +44 -0
  73. package/.docs/raw/workflows/overview.mdx +19 -17
  74. package/dist/stdio.js +5 -1
  75. package/dist/tools/docs.d.ts.map +1 -1
  76. package/package.json +7 -7
  77. package/.docs/raw/agents/streaming.mdx +0 -154
  78. package/.docs/raw/workflows/streaming.mdx +0 -115
@@ -1,5 +1,18 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.14.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
9
+
10
+ - [#7219](https://github.com/mastra-ai/mastra/pull/7219) [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569) Thanks [@NikAiyer](https://github.com/NikAiyer)! - upgrade ai v5 versions to latest for core and memory
11
+
12
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
13
+ - @mastra/core@0.15.3-alpha.4
14
+ - @mastra/schema-compat@0.11.2-alpha.1
15
+
3
16
  ## 0.14.3-alpha.0
4
17
 
5
18
  ### Patch Changes
@@ -286,17 +299,4 @@
286
299
 
287
300
  ## 0.12.1-alpha.1
288
301
 
289
- ### Patch Changes
290
-
291
- - 7d53af4: dependencies updates:
292
- - Updated dependency [`redis@^5.7.0` ↗︎](https://www.npmjs.com/package/redis/v/5.7.0) (from `^5.6.0`, in `dependencies`)
293
- - Updated dependencies [ea0c5f2]
294
- - Updated dependencies [b0e43c1]
295
- - Updated dependencies [1fb812e]
296
- - Updated dependencies [35c5798]
297
- - @mastra/core@0.13.0-alpha.1
298
-
299
- ## 0.12.1-alpha.0
300
-
301
-
302
- ... 2810 more lines hidden. See full changelog in package directory.
302
+ ... 2823 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.14.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7326](https://github.com/mastra-ai/mastra/pull/7326) [`3c236f6`](https://github.com/mastra-ai/mastra/commit/3c236f604c72a7f01ba93aefe3f05921a064d59a) Thanks [@DanielSLew](https://github.com/DanielSLew)! - PostgresStore fix to not try to recreate existing index
8
+
9
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
10
+ - @mastra/core@0.15.3-alpha.4
11
+
3
12
  ## 0.14.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Added `memory.deleteMessages(input)` method that accepts multiple input types:
290
299
  - Single message ID as string: `deleteMessages('msg-123')`
291
300
  - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
292
- - Message object with id property: `deleteMessages({ id: 'msg-123' })`
293
- - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
294
- - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
295
- - Added REST API endpoint: `POST /api/memory/messages/delete`
296
- - Updated client SDK: `thread.deleteMessages()` accepts all input types
297
- - Updates thread timestamps when messages are deleted
298
- - Added comprehensive test coverage and documentation
299
-
300
- - Updated dependencies [27cc97a]
301
301
 
302
- ... 2141 more lines hidden. See full changelog in package directory.
302
+ ... 2150 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,35 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.0.0-alpha.2
4
+
5
+ ### Major Changes
6
+
7
+ - [#7265](https://github.com/mastra-ai/mastra/pull/7265) [`0c2a95f`](https://github.com/mastra-ai/mastra/commit/0c2a95ffc0f5a8fcaa3012793f62fcf820690317) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - Fix submit button visibility in DynamicForm of ToolExecutor by ensuring extra bottom spacing.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
12
+ - Updated dependency [`zod@^4.1.5` ↗︎](https://www.npmjs.com/package/zod/v/4.1.5) (from `^4.0.15`, in `dependencies`)
13
+
14
+ - [#5817](https://github.com/mastra-ai/mastra/pull/5817) [`dbdc91f`](https://github.com/mastra-ai/mastra/commit/dbdc91fdedba01bf2fa2e62086a89d2b8101cf8c) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
15
+ - Updated dependency [`@assistant-ui/react@^0.10.44` ↗︎](https://www.npmjs.com/package/@assistant-ui/react/v/0.10.44) (from `^0.7.91`, in `dependencies`)
16
+ - Updated dependency [`@assistant-ui/react-markdown@^0.10.9` ↗︎](https://www.npmjs.com/package/@assistant-ui/react-markdown/v/0.10.9) (from `^0.7.21`, in `dependencies`)
17
+ - Updated dependency [`@assistant-ui/react-syntax-highlighter@^0.10.10` ↗︎](https://www.npmjs.com/package/@assistant-ui/react-syntax-highlighter/v/0.10.10) (from `^0.7.10`, in `dependencies`)
18
+ - Added dependency [`@assistant-ui/react-ui@^0.1.8` ↗︎](https://www.npmjs.com/package/@assistant-ui/react-ui/v/0.1.8) (to `dependencies`)
19
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`26b0d7c`](https://github.com/mastra-ai/mastra/commit/26b0d7c7cba46469351d453714e119ac7aae9da2), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
20
+ - @mastra/client-js@0.11.3-alpha.4
21
+ - @mastra/core@0.15.3-alpha.4
22
+
23
+ ## 5.2.5-alpha.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [#7210](https://github.com/mastra-ai/mastra/pull/7210) [`87de958`](https://github.com/mastra-ai/mastra/commit/87de95832a7bdfa9ecb14473c84dc874331f1a7d) Thanks [@mfrachet](https://github.com/mfrachet)! - fix chat outline
28
+
29
+ - Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
30
+ - @mastra/core@0.15.3-alpha.3
31
+ - @mastra/client-js@0.11.3-alpha.3
32
+
3
33
  ## 5.2.5-alpha.0
4
34
 
5
35
  ### Patch Changes
@@ -268,35 +298,5 @@
268
298
 
269
299
  ## 5.1.19
270
300
 
271
- ### Patch Changes
272
-
273
- - Updated dependencies [cd0042e]
274
- - @mastra/core@0.13.1
275
- - @mastra/client-js@0.10.20
276
-
277
- ## 5.1.19-alpha.0
278
-
279
- ### Patch Changes
280
-
281
- - Updated dependencies [cd0042e]
282
- - @mastra/core@0.13.1-alpha.0
283
- - @mastra/client-js@0.10.20-alpha.0
284
-
285
- ## 5.1.18
286
-
287
- ### Patch Changes
288
301
 
289
- - 0ebfe8a: dependencies updates:
290
- - Updated dependency [`motion@^12.23.12` ↗︎](https://www.npmjs.com/package/motion/v/12.23.12) (from `^12.23.9`, in `dependencies`)
291
- - f5853be: Added a preview button that opens a modal, rendering the markdown in the working memory text area
292
- - ea0c5f2: Update to support new scorer api
293
- - Updated dependencies [cb36de0]
294
- - Updated dependencies [d0496e6]
295
- - Updated dependencies [a82b851]
296
- - Updated dependencies [ea0c5f2]
297
- - Updated dependencies [41a0a0e]
298
- - Updated dependencies [2871020]
299
- - Updated dependencies [42dfc48]
300
- - Updated dependencies [94f4812]
301
-
302
- ... 2647 more lines hidden. See full changelog in package directory.
302
+ ... 2677 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/ragie
2
2
 
3
+ ## 1.2.11-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
9
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
10
+ - @mastra/core@0.15.3-alpha.4
11
+
3
12
  ## 1.2.10
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [99f050a]
290
299
  - Updated dependencies [d0ee3c6]
291
300
  - Updated dependencies [b2ae5aa]
292
- - Updated dependencies [23f258c]
293
- - Updated dependencies [a7292b0]
294
- - Updated dependencies [0dcb9f0]
295
- - Updated dependencies [2672a05]
296
- - @mastra/core@0.10.0
297
-
298
- ## 1.2.0-alpha.1
299
-
300
- ### Minor Changes
301
301
 
302
- ... 1998 more lines hidden. See full changelog in package directory.
302
+ ... 2007 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/schema-compat
2
2
 
3
+ ## 0.11.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
9
+
3
10
  ## 0.11.2-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,27 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.15.3-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7269](https://github.com/mastra-ai/mastra/pull/7269) [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa) Thanks [@wardpeet](https://github.com/wardpeet)! - Add deprecation warnings and add legacy routes
8
+
9
+ - [#7136](https://github.com/mastra-ai/mastra/pull/7136) [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d) Thanks [@NikAiyer](https://github.com/NikAiyer)! - add deployer, server and clientjs handlers for agent builder template
10
+
11
+ - [#7250](https://github.com/mastra-ai/mastra/pull/7250) [`12adcc8`](https://github.com/mastra-ai/mastra/commit/12adcc8929db79b3cf7b83237ebaf6ba2db0181e) Thanks [@roaminro](https://github.com/roaminro)! - add missing endpoint to get agent tool by ID
12
+
13
+ - [#7259](https://github.com/mastra-ai/mastra/pull/7259) [`bcec7db`](https://github.com/mastra-ai/mastra/commit/bcec7db62dab25e4c85f1d484172061382c6615d) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Mastra server - Pipe abort signal correctly to agent stream,generate
14
+
15
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
16
+ - @mastra/core@0.15.3-alpha.4
17
+
18
+ ## 0.15.3-alpha.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
23
+ - @mastra/core@0.15.3-alpha.3
24
+
3
25
  ## 0.15.3-alpha.2
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
 
277
299
  ## 0.13.2-alpha.3
278
300
 
279
- ### Patch Changes
280
-
281
- - Updated dependencies [b5cf2a3]
282
- - @mastra/core@0.13.2-alpha.3
283
-
284
- ## 0.13.2-alpha.2
285
-
286
- ### Patch Changes
287
-
288
- - a239d41: Updated A2A syntax to v0.3.0
289
- - f6a1ae7: Return correct `agentIds` for `/api/scores/scorers` and `/api/scores/scorers/${scorerId}` endpoints
290
- - ce04175: Add update agent model handler
291
- - Updated dependencies [d5330bf]
292
- - Updated dependencies [a239d41]
293
- - Updated dependencies [b32c50d]
294
- - Updated dependencies [121a3f8]
295
- - Updated dependencies [ec510e7]
296
- - @mastra/core@0.13.2-alpha.2
297
-
298
- ## 0.13.2-alpha.1
299
-
300
- ### Patch Changes
301
301
 
302
- ... 3037 more lines hidden. See full changelog in package directory.
302
+ ... 3059 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/voice-google-gemini-live
2
2
 
3
+ ## 0.10.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
9
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.23.5`, in `dependencies`)
10
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
11
+ - @mastra/core@0.15.3-alpha.4
12
+
3
13
  ## 0.10.8
4
14
 
5
15
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.11.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
9
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
10
+ - @mastra/core@0.15.3-alpha.4
11
+
3
12
  ## 0.11.2
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  ### Patch Changes
290
299
 
291
300
  - 63f6b7d: dependencies updates:
292
- - Updated dependency [`ws@^8.18.2` ↗︎](https://www.npmjs.com/package/ws/v/8.18.2) (from `^8.18.1`, in `dependencies`)
293
- - 00335a2: Fix Typo in Example Usage of addInstructions Method
294
- - Updated dependencies [63f6b7d]
295
- - Updated dependencies [12a95fc]
296
- - Updated dependencies [4b0f8a6]
297
- - Updated dependencies [51264a5]
298
- - Updated dependencies [8e6f677]
299
- - Updated dependencies [d70c420]
300
- - Updated dependencies [ee9af57]
301
-
302
- ... 895 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 904 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.11.3-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7218](https://github.com/mastra-ai/mastra/pull/7218) [`f539199`](https://github.com/mastra-ai/mastra/commit/f53919950a9320b292732e0cfcdf61cdae6c8742) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - mastra start - load env files, custom env. Deperecate --env flag for mastra build
8
+
9
+ ## 0.11.3-alpha.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#7210](https://github.com/mastra-ai/mastra/pull/7210) [`87de958`](https://github.com/mastra-ai/mastra/commit/87de95832a7bdfa9ecb14473c84dc874331f1a7d) Thanks [@mfrachet](https://github.com/mfrachet)! - fix chat outline
14
+
3
15
  ## 0.11.3-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -22,8 +34,6 @@
22
34
 
23
35
  ## 0.11.1
24
36
 
25
- ## 0.11.0
26
-
27
37
  ### Patch Changes
28
38
 
29
39
  - [#6948](https://github.com/mastra-ai/mastra/pull/6948) [`a8070e6`](https://github.com/mastra-ai/mastra/commit/a8070e63ab384ae14a214faaf8634c53b7064bc3) Thanks [@taofeeq-deru](https://github.com/taofeeq-deru)! - Preserve run state in workflows after viewing traces
@@ -288,15 +298,5 @@
288
298
  ### Patch Changes
289
299
 
290
300
  - 4219597: add JSON input close to form input
291
- - 18ca936: Update rollup config for create-mastra
292
-
293
- ## 0.10.10-alpha.1
294
-
295
- ### Patch Changes
296
-
297
- - a7a836a: Highlight send event button
298
-
299
- ## 0.10.10-alpha.0
300
-
301
301
 
302
- ... 1274 more lines hidden. See full changelog in package directory.
302
+ ... 1284 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,35 @@
1
1
  # mastra
2
2
 
3
+ ## 0.11.3-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7329](https://github.com/mastra-ai/mastra/pull/7329) [`26b0d7c`](https://github.com/mastra-ai/mastra/commit/26b0d7c7cba46469351d453714e119ac7aae9da2) Thanks [@wardpeet](https://github.com/wardpeet)! - Cleanup pkg output
8
+
9
+ - [#7218](https://github.com/mastra-ai/mastra/pull/7218) [`f539199`](https://github.com/mastra-ai/mastra/commit/f53919950a9320b292732e0cfcdf61cdae6c8742) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - mastra start - load env files, custom env. Deperecate --env flag for mastra build
10
+
11
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
12
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
13
+
14
+ - [#6946](https://github.com/mastra-ai/mastra/pull/6946) [`8f22a2c`](https://github.com/mastra-ai/mastra/commit/8f22a2c35a0a9ddd2f34a9c3ebb6ff6668aa9ea9) Thanks [@LekoArts](https://github.com/LekoArts)! - During package installation do not print audit, funding or any non-error logs
15
+
16
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`3e0bd2a`](https://github.com/mastra-ai/mastra/commit/3e0bd2aa0a19823939f9a973d44791f4927ff5c3), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d), [`12adcc8`](https://github.com/mastra-ai/mastra/commit/12adcc8929db79b3cf7b83237ebaf6ba2db0181e), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8), [`8f22a2c`](https://github.com/mastra-ai/mastra/commit/8f22a2c35a0a9ddd2f34a9c3ebb6ff6668aa9ea9)]:
17
+ - @mastra/core@0.15.3-alpha.4
18
+ - @mastra/deployer@0.15.3-alpha.4
19
+ - @mastra/mcp@0.11.3-alpha.1
20
+
21
+ ## 0.11.3-alpha.1
22
+
23
+ ### Patch Changes
24
+
25
+ - [#7090](https://github.com/mastra-ai/mastra/pull/7090) [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe) Thanks [@K-Mistele](https://github.com/K-Mistele)! - Support Inngest flow control features for Mastra Inngest workflows
26
+
27
+ - [#7210](https://github.com/mastra-ai/mastra/pull/7210) [`87de958`](https://github.com/mastra-ai/mastra/commit/87de95832a7bdfa9ecb14473c84dc874331f1a7d) Thanks [@mfrachet](https://github.com/mfrachet)! - fix chat outline
28
+
29
+ - Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`71b657b`](https://github.com/mastra-ai/mastra/commit/71b657bffebbdcfdf1ce9c6d72003041bd6e200a), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`6d98856`](https://github.com/mastra-ai/mastra/commit/6d98856ed7cf56cbd6c4e02b3254e3dfb1e455db), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
30
+ - @mastra/core@0.15.3-alpha.3
31
+ - @mastra/deployer@0.15.3-alpha.3
32
+
3
33
  ## 0.11.3-alpha.0
4
34
 
5
35
  ### Patch Changes
@@ -268,35 +298,5 @@
268
298
  - Updated dependencies [6dfc4a6]
269
299
  - @mastra/mcp@0.10.12-alpha.0
270
300
  - @mastra/deployer@0.14.0-alpha.1
271
- - @mastra/core@0.14.0-alpha.1
272
-
273
- ## 0.10.22-alpha.0
274
-
275
- ### Patch Changes
276
-
277
- - 97c1d5e: Add new `scorers` subcommand for managing scorers.
278
- Refactor cli to be more modular.
279
- - Updated dependencies [c30bca8]
280
- - @mastra/core@0.13.3-alpha.0
281
- - @mastra/deployer@0.13.3-alpha.0
282
-
283
- ## 0.10.21
284
-
285
- ### Patch Changes
286
301
 
287
- - 63449d0: Change the globbing of tools to exclude test files. Files inside `__tests__` directory and files with `.test.` or `.spec.` in their file name are now excluded from bundling.
288
- - 77b6cfe: Use just modelId for gpt-5 check
289
- - 96169cc: Create handler that returns providers user has keys for in their env
290
- - 33da97c: Set temperature to 1 for gpt-5 model in playground
291
- - c6d2603: Properly set baseUrl in playground when user sets the host or port in Mastra instance.
292
- - 7aad750: Fix tool ui showing after message when chat is refreshed
293
- - ce04175: Add update agent model handler
294
- - Updated dependencies [d5330bf]
295
- - Updated dependencies [aaf0224]
296
- - Updated dependencies [2e74797]
297
- - Updated dependencies [42cb4e9]
298
- - Updated dependencies [8388649]
299
- - Updated dependencies [a239d41]
300
- - Updated dependencies [dd94a26]
301
-
302
- ... 5162 more lines hidden. See full changelog in package directory.
302
+ ... 5192 more lines hidden. See full changelog in package directory.
@@ -8,7 +8,7 @@
8
8
  "@mastra/core": "latest",
9
9
  "@mastra/loggers": "link:../../packages/loggers",
10
10
  "dotenv": "^16.3.1",
11
- "zod": "^3.25.67"
11
+ "zod": "^3.25.76"
12
12
  },
13
13
  "devDependencies": {
14
14
  "mastra": "latest",
@@ -11,7 +11,7 @@
11
11
  "@mastra/loggers": "latest",
12
12
  "@mastra/memory": "latest",
13
13
  "mastra": "latest",
14
- "zod": "^3.25.67"
14
+ "zod": "^3.25.76"
15
15
  }
16
16
  }
17
17
  ```
@@ -19,7 +19,7 @@
19
19
  "fetch-to-node": "^2.1.0",
20
20
  "mastra": "latest",
21
21
  "typescript": "^5.8.3",
22
- "zod": "^3.25.67"
22
+ "zod": "^3.25.76"
23
23
  }
24
24
  }
25
25
  ```
@@ -744,6 +744,16 @@ export const chefModelV2Agent = new Agent({
744
744
  workflows: {
745
745
  myWorkflow,
746
746
  },
747
+ scorers: ({ mastra }) => {
748
+ if (!mastra) {
749
+ throw new Error('Mastra not found');
750
+ }
751
+ const scorer1 = mastra.getScorer('testScorer');
752
+
753
+ return {
754
+ scorer1: { scorer: scorer1, sampling: { rate: 1, type: 'ratio' } },
755
+ };
756
+ },
747
757
  memory,
748
758
  });
749
759
 
@@ -759,11 +769,19 @@ import { agentThatHarassesYou, chefAgent, chefAgentResponses, dynamicAgent, eval
759
769
  import { myMcpServer, myMcpServerTwo } from './mcp/server';
760
770
  import { myWorkflow } from './workflows';
761
771
  import { chefModelV2Agent } from './agents/model-v2-agent';
772
+ import { createScorer } from '@mastra/core/scores';
762
773
 
763
774
  const storage = new LibSQLStore({
764
775
  url: 'file:./mastra.db',
765
776
  });
766
777
 
778
+ const testScorer = createScorer({
779
+ name: 'scorer1',
780
+ description: 'Scorer 1',
781
+ }).generateScore(() => {
782
+ return 1;
783
+ });
784
+
767
785
  export const mastra = new Mastra({
768
786
  agents: {
769
787
  chefAgent,
@@ -791,6 +809,9 @@ export const mastra = new Mastra({
791
809
  },
792
810
  },
793
811
  ],
812
+ scorers: {
813
+ testScorer,
814
+ },
794
815
  // telemetry: {
795
816
  // enabled: false,
796
817
  // }
@@ -15,7 +15,7 @@
15
15
  "mastra": "latest",
16
16
  "react": "^19.1.1",
17
17
  "react-dom": "^19.1.1",
18
- "zod": "^3.25.67"
18
+ "zod": "^3.25.76"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@eslint/js": "^9.25.0",
@@ -9,7 +9,7 @@
9
9
  "next": "^15.3.1",
10
10
  "react": "^19.1.1",
11
11
  "react-dom": "^19.1.1",
12
- "zod": "^3.25.67"
12
+ "zod": "^3.25.76"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@eslint/eslintrc": "^3.3.0",
@@ -12,11 +12,11 @@
12
12
  "@mastra/pg": "0.0.0-ai-v5-20250625173645",
13
13
  "@mastra/rag": "0.0.0-ai-v5-20250625173645",
14
14
  "@mastra/server": "0.0.0-ai-v5-20250625173645",
15
- "next": "15.2.4",
15
+ "next": "15.4.7",
16
16
  "react": "^19.1.1",
17
17
  "react-dom": "^19.1.1",
18
18
  "swr": "^2.3.3",
19
- "zod": "^3.25.67"
19
+ "zod": "^3.25.76"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@eslint/eslintrc": "^3",
@@ -4,15 +4,15 @@
4
4
  "name": "examples-assistant-ui",
5
5
  "dependencies": {
6
6
  "@ai-sdk/openai": "latest",
7
- "@assistant-ui/react": "0.7.85",
8
- "@assistant-ui/react-markdown": "^0.7.21",
7
+ "@assistant-ui/react": "0.10.44",
8
+ "@assistant-ui/react-markdown": "^0.10.9",
9
9
  "@assistant-ui/react-ui": "^0.1.8",
10
10
  "@mastra/client-js": "latest",
11
11
  "next": "^15.3.1",
12
12
  "react": "^19.1.1",
13
13
  "react-dom": "^19.1.1",
14
14
  "tailwindcss-animate": "^1.0.7",
15
- "zod": "^3.25.67"
15
+ "zod": "^3.25.76"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^20.17.57",
@@ -17,7 +17,7 @@
17
17
  "@ai-sdk/anthropic": "latest",
18
18
  "@mastra/core": "latest",
19
19
  "ai": "latest",
20
- "zod": "^3.25.67"
20
+ "zod": "^3.25.76"
21
21
  }
22
22
  }
23
23
  ```
@@ -17,7 +17,7 @@
17
17
  "sonner": "^1.7.4",
18
18
  "tailwind-merge": "^2.6.0",
19
19
  "tailwindcss-animate": "^1.0.7",
20
- "zod": "^3.25.67"
20
+ "zod": "^3.25.76"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^20.17.57",
@@ -16,7 +16,7 @@
16
16
  "sonner": "^1.7.4",
17
17
  "tailwind-merge": "^2.6.0",
18
18
  "tailwindcss-animate": "^1.0.7",
19
- "zod": "^3.25.67"
19
+ "zod": "^3.25.76"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@libsql/client": "^0.15.4",
@@ -8,7 +8,7 @@
8
8
  "@mastra/core": "latest",
9
9
  "react": "^19.1.1",
10
10
  "react-dom": "^19.1.1",
11
- "zod": "^3.25.67"
11
+ "zod": "^3.25.76"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@eslint/js": "^9.21.0",
@@ -60,7 +60,7 @@
60
60
  "tailwind-merge": "^2.6.0",
61
61
  "tailwindcss-animate": "^1.0.7",
62
62
  "usehooks-ts": "^3.1.1",
63
- "zod": "^3.25.67"
63
+ "zod": "^3.25.76"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@libsql/client": "^0.15.4",
@@ -13,7 +13,7 @@
13
13
  "@mastra/auth-auth0": "latest",
14
14
  "@mastra/auth-workos": "latest",
15
15
  "@mastra/auth-clerk": "latest",
16
- "zod": "^3.25.67"
16
+ "zod": "^3.25.76"
17
17
  },
18
18
  "devDependencies": {
19
19
  "dotenv-cli": "^8.0.0"
@@ -13,7 +13,7 @@
13
13
  "gradient-string": "^3.0.0",
14
14
  "ora": "^8.2.0",
15
15
  "tinycolor2": "^1.6.0",
16
- "zod": "^3.25.67"
16
+ "zod": "^3.25.76"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node": "^20.17.57",