@mastra/mcp-docs-server 0.13.19-alpha.0 → 0.13.19-alpha.2

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 (81) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +9 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +21 -21
  3. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +10 -10
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +31 -31
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +16 -0
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +19 -19
  7. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +11 -11
  8. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +18 -18
  9. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +10 -10
  10. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +10 -10
  11. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +13 -13
  12. package/.docs/organized/changelogs/%40mastra%2Fserver.md +19 -19
  13. package/.docs/organized/changelogs/create-mastra.md +7 -7
  14. package/.docs/organized/changelogs/mastra.md +14 -14
  15. package/.docs/organized/code-examples/ai-sdk-useChat.md +1 -1
  16. package/.docs/organized/code-examples/workflow-with-suspend-resume.md +1 -0
  17. package/.docs/raw/agents/dynamic-agents.mdx +5 -5
  18. package/.docs/raw/agents/runtime-context.mdx +103 -0
  19. package/.docs/raw/auth/jwt.mdx +2 -2
  20. package/.docs/raw/auth/supabase.mdx +128 -0
  21. package/.docs/raw/deployment/overview.mdx +7 -7
  22. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +1 -1
  23. package/.docs/raw/getting-started/mcp-docs-server.mdx +52 -48
  24. package/.docs/raw/memory/overview.mdx +2 -2
  25. package/.docs/raw/reference/agents/getDefaultGenerateOptions.mdx +1 -1
  26. package/.docs/raw/reference/agents/getDefaultStreamOptions.mdx +1 -1
  27. package/.docs/raw/reference/agents/getDefaultVNextStreamOptions.mdx +1 -1
  28. package/.docs/raw/reference/agents/getInstructions.mdx +1 -1
  29. package/.docs/raw/reference/agents/getLLM.mdx +1 -1
  30. package/.docs/raw/reference/agents/getMemory.mdx +1 -1
  31. package/.docs/raw/reference/agents/getModel.mdx +1 -1
  32. package/.docs/raw/reference/agents/getScorers.mdx +1 -1
  33. package/.docs/raw/reference/agents/streamVNext.mdx +120 -29
  34. package/.docs/raw/reference/auth/jwt.mdx +2 -3
  35. package/.docs/raw/reference/auth/supabase.mdx +62 -0
  36. package/.docs/raw/reference/{agents → core}/getAgent.mdx +1 -2
  37. package/.docs/raw/reference/core/getAgentById.mdx +43 -0
  38. package/.docs/raw/reference/core/getAgents.mdx +35 -0
  39. package/.docs/raw/reference/core/getDeployer.mdx +35 -0
  40. package/.docs/raw/reference/core/getLogger.mdx +35 -0
  41. package/.docs/raw/reference/core/getLogs.mdx +92 -0
  42. package/.docs/raw/reference/core/getLogsByRunId.mdx +84 -0
  43. package/.docs/raw/reference/core/getMCPServer.mdx +49 -0
  44. package/.docs/raw/reference/core/getMCPServers.mdx +35 -0
  45. package/.docs/raw/reference/core/getMemory.mdx +35 -0
  46. package/.docs/raw/reference/core/getServer.mdx +35 -0
  47. package/.docs/raw/reference/core/getStorage.mdx +35 -0
  48. package/.docs/raw/reference/core/getTelemetry.mdx +35 -0
  49. package/.docs/raw/reference/core/getVector.mdx +43 -0
  50. package/.docs/raw/reference/core/getVectors.mdx +35 -0
  51. package/.docs/raw/reference/core/getWorkflow.mdx +49 -0
  52. package/.docs/raw/reference/core/getWorkflows.mdx +44 -0
  53. package/.docs/raw/reference/core/mastra-class.mdx +14 -178
  54. package/.docs/raw/reference/core/setLogger.mdx +47 -0
  55. package/.docs/raw/reference/core/setStorage.mdx +39 -0
  56. package/.docs/raw/reference/core/setTelemetry.mdx +35 -0
  57. package/.docs/raw/reference/tools/create-tool.mdx +1 -1
  58. package/.docs/raw/reference/tools/graph-rag-tool.mdx +2 -2
  59. package/.docs/raw/reference/tools/vector-query-tool.mdx +2 -2
  60. package/.docs/raw/tools-mcp/runtime-context.mdx +63 -0
  61. package/.docs/raw/workflows/control-flow.mdx +2 -2
  62. package/.docs/raw/workflows/overview.mdx +8 -8
  63. package/.docs/raw/workflows/suspend-and-resume.mdx +4 -4
  64. package/CHANGELOG.md +17 -0
  65. package/package.json +5 -5
  66. package/.docs/raw/agents/runtime-variables.mdx +0 -116
  67. package/.docs/raw/reference/workflows/execute.mdx +0 -131
  68. package/.docs/raw/tools-mcp/dynamic-context.mdx +0 -131
  69. /package/.docs/raw/reference/workflows/{branch.mdx → workflow-methods/branch.mdx} +0 -0
  70. /package/.docs/raw/reference/workflows/{commit.mdx → workflow-methods/commit.mdx} +0 -0
  71. /package/.docs/raw/reference/workflows/{create-run.mdx → workflow-methods/create-run.mdx} +0 -0
  72. /package/.docs/raw/reference/workflows/{dountil.mdx → workflow-methods/dountil.mdx} +0 -0
  73. /package/.docs/raw/reference/workflows/{dowhile.mdx → workflow-methods/dowhile.mdx} +0 -0
  74. /package/.docs/raw/reference/workflows/{foreach.mdx → workflow-methods/foreach.mdx} +0 -0
  75. /package/.docs/raw/reference/workflows/{map.mdx → workflow-methods/map.mdx} +0 -0
  76. /package/.docs/raw/reference/workflows/{parallel.mdx → workflow-methods/parallel.mdx} +0 -0
  77. /package/.docs/raw/reference/workflows/{sendEvent.mdx → workflow-methods/sendEvent.mdx} +0 -0
  78. /package/.docs/raw/reference/workflows/{sleep.mdx → workflow-methods/sleep.mdx} +0 -0
  79. /package/.docs/raw/reference/workflows/{sleepUntil.mdx → workflow-methods/sleepUntil.mdx} +0 -0
  80. /package/.docs/raw/reference/workflows/{then.mdx → workflow-methods/then.mdx} +0 -0
  81. /package/.docs/raw/reference/workflows/{waitForEvent.mdx → workflow-methods/waitForEvent.mdx} +0 -0
@@ -1,5 +1,14 @@
1
1
  # @mastra/agent-builder
2
2
 
3
+ ## 0.0.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Move `zod` from `dependencies` to `devDependencies` and add it to `peerDependencies` ([#7585](https://github.com/mastra-ai/mastra/pull/7585))
8
+
9
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
10
+ - @mastra/core@0.16.1-alpha.2
11
+
3
12
  ## 0.0.3-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -1,5 +1,25 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.12.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
8
+ - @mastra/core@0.16.1-alpha.2
9
+
10
+ ## 0.12.1-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
15
+
16
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
17
+
18
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
19
+
20
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
21
+ - @mastra/core@0.16.1-alpha.1
22
+
3
23
  ## 0.12.1-alpha.0
4
24
 
5
25
  ### Patch Changes
@@ -278,25 +298,5 @@
278
298
 
279
299
  - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
280
300
 
281
- - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
282
- - @mastra/core@0.14.2-alpha.0
283
-
284
- ## 0.10.23
285
-
286
- ### Patch Changes
287
-
288
- - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
289
- - @mastra/core@0.14.1
290
-
291
- ## 0.10.23-alpha.1
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
296
- - @mastra/core@0.14.1-alpha.1
297
-
298
- ## 0.10.23-alpha.0
299
-
300
- ### Patch Changes
301
301
 
302
- ... 2396 more lines hidden. See full changelog in package directory.
302
+ ... 2416 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/cloud
2
2
 
3
+ ## 0.1.13-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Rename cloud exporter to MastraCloudAITracingExporter and provide default value for trace endpoint ([#7600](https://github.com/mastra-ai/mastra/pull/7600))
8
+
9
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
10
+ - @mastra/core@0.16.1-alpha.2
11
+
3
12
  ## 0.1.12
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  - 63f6b7d: dependencies updates:
291
300
  - Updated dependency [`@opentelemetry/otlp-transformer@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-transformer/v/0.201.1) (from `^0.201.0`, in `dependencies`)
292
- - Updated dependency [`@opentelemetry/otlp-exporter-base@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-exporter-base/v/0.201.1) (from `^0.201.0`, in `dependencies`)
293
- - Updated dependencies [63f6b7d]
294
- - Updated dependencies [36f1c36]
295
- - Updated dependencies [10d352e]
296
- - Updated dependencies [53d3c37]
297
- - @mastra/core@0.10.6-alpha.0
298
-
299
- ## 0.1.2
300
-
301
301
 
302
- ... 392 more lines hidden. See full changelog in package directory.
302
+ ... 401 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,35 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.16.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed provider defined tools for stream/generate vnext ([#7642](https://github.com/mastra-ai/mastra/pull/7642))
8
+
9
+ - Change to createRunAsync ([#7632](https://github.com/mastra-ai/mastra/pull/7632))
10
+
11
+ - Flatten loop config in stream options and pass to loop options ([#7643](https://github.com/mastra-ai/mastra/pull/7643))
12
+
13
+ - Fix issue with response message id consistency between stream/generate response and the message ids saveed in the DB. Also fixed the custom generatorId implementation to work with this. ([#7606](https://github.com/mastra-ai/mastra/pull/7606))
14
+
15
+ ## 0.16.1-alpha.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Fixed ai tracing for workflows nested directly in agents ([#7599](https://github.com/mastra-ai/mastra/pull/7599))
20
+
21
+ - Fixed ai tracing context propagation in tool calls ([#7531](https://github.com/mastra-ai/mastra/pull/7531))
22
+
23
+ - add usage and total usage to streamVNext onFinish callback ([#7598](https://github.com/mastra-ai/mastra/pull/7598))
24
+
25
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
26
+
27
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
28
+
29
+ - Fix InvalidDataContentError when using image messages with AI SDK ([#7542](https://github.com/mastra-ai/mastra/pull/7542))
30
+
31
+ Resolves an issue where passing image content in messages would throw an InvalidDataContentError. The fix properly handles multi-part content arrays containing both text and image parts when converting between Mastra and AI SDK message formats.
32
+
3
33
  ## 0.16.1-alpha.0
4
34
 
5
35
  ### Patch Changes
@@ -269,34 +299,4 @@
269
299
 
270
300
  ## 0.15.2
271
301
 
272
- ### Patch Changes
273
-
274
- - Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
275
- - @mastra/schema-compat@0.11.1
276
-
277
- ## 0.15.0
278
-
279
- ### Minor Changes
280
-
281
- - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
282
-
283
- ### Patch Changes
284
-
285
- - [#6938](https://github.com/mastra-ai/mastra/pull/6938) [`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
286
- - Updated dependency [`@opentelemetry/auto-instrumentations-node@^0.62.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node/v/0.62.1) (from `^0.62.0`, in `dependencies`)
287
-
288
- - [#6997](https://github.com/mastra-ai/mastra/pull/6997) [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56) Thanks [@wardpeet](https://github.com/wardpeet)! - Bundle/mastra speed improvements
289
-
290
- - [#6933](https://github.com/mastra-ai/mastra/pull/6933) [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b) Thanks [@NikAiyer](https://github.com/NikAiyer)! - Add util functions for workflow server handlers and made processor process function async
291
-
292
- - [#6954](https://github.com/mastra-ai/mastra/pull/6954) [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Add db schema and base storage apis for AI Tracing
293
-
294
- - [#6957](https://github.com/mastra-ai/mastra/pull/6957) [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement Tracing API for inmemory(mock) storage
295
-
296
- - [#6923](https://github.com/mastra-ai/mastra/pull/6923) [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae) Thanks [@rase-](https://github.com/rase-)! - Event based execution engine
297
-
298
- - [#6971](https://github.com/mastra-ai/mastra/pull/6971) [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246) Thanks [@epinzur](https://github.com/epinzur)! - "updated ai tracing in workflows"
299
-
300
- - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
301
-
302
- ... 3064 more lines hidden. See full changelog in package directory.
302
+ ... 3094 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.16.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
8
+ - @mastra/core@0.16.1-alpha.2
9
+ - @mastra/deployer@0.16.1-alpha.2
10
+
11
+ ## 0.16.1-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f36343e`](https://github.com/mastra-ai/mastra/commit/f36343e02935b9a112a45b2dc3de7b562cc3aa68)]:
16
+ - @mastra/core@0.16.1-alpha.1
17
+ - @mastra/deployer@0.16.1-alpha.1
18
+
3
19
  ## 0.16.1-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,23 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.16.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`81d1383`](https://github.com/mastra-ai/mastra/commit/81d13836fe81c5f02a86e6f40416005898a405ba), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
8
+ - @mastra/core@0.16.1-alpha.2
9
+ - @mastra/server@0.16.1-alpha.2
10
+
11
+ ## 0.16.1-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Add explicit `@opentelemetry/api` dependency to mastra server in bundler output ([#7518](https://github.com/mastra-ai/mastra/pull/7518))
16
+
17
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
18
+ - @mastra/core@0.16.1-alpha.1
19
+ - @mastra/server@0.16.1-alpha.1
20
+
3
21
  ## 0.16.1-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -281,22 +299,4 @@
281
299
 
282
300
  ### Patch Changes
283
301
 
284
- - [#6798](https://github.com/mastra-ai/mastra/pull/6798) [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
285
- - Updated dependency [`rollup@~4.46.4` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.4) (from `~4.46.2`, in `dependencies`)
286
-
287
- - [#6965](https://github.com/mastra-ai/mastra/pull/6965) [`2b38a60`](https://github.com/mastra-ai/mastra/commit/2b38a60da0c1153028d8241c7748b41c5fb81121) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
288
- - Updated dependency [`rollup@~4.47.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.47.1) (from `~4.46.4`, in `dependencies`)
289
-
290
- - [#6995](https://github.com/mastra-ai/mastra/pull/6995) [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
291
-
292
- - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
293
-
294
- - [#7017](https://github.com/mastra-ai/mastra/pull/7017) [`2a96802`](https://github.com/mastra-ai/mastra/commit/2a96802f76790ebb86a1bcb254398dccf27e5479) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Fix cloudflare deployer - disable esmShim for cloudflare
295
-
296
- - [#6924](https://github.com/mastra-ai/mastra/pull/6924) [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704) Thanks [@LekoArts](https://github.com/LekoArts)! - Improve internal mechanism to detect and handle workspace packages
297
-
298
- - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
299
-
300
- - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f), [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
301
-
302
- ... 3917 more lines hidden. See full changelog in package directory.
302
+ ... 3935 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/dynamodb
2
2
 
3
+ ## 0.15.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#7500](https://github.com/mastra-ai/mastra/pull/7500))
8
+ - Updated dependency [`electrodb@^3.4.5` ↗︎](https://www.npmjs.com/package/electrodb/v/3.4.5) (from `^3.4.3`, in `dependencies`)
9
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
10
+ - @mastra/core@0.16.1-alpha.1
11
+
3
12
  ## 0.15.0
4
13
 
5
14
  ### Minor Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [510e2c8]
290
299
  - Updated dependencies [2f72fb2]
291
300
  - Updated dependencies [27cc97a]
292
- - Updated dependencies [3f89307]
293
- - Updated dependencies [9eda7d4]
294
- - Updated dependencies [9d49408]
295
- - Updated dependencies [41daa63]
296
- - Updated dependencies [ad0a58b]
297
- - Updated dependencies [254a36b]
298
- - Updated dependencies [2ecf658]
299
- - Updated dependencies [7a7754f]
300
- - Updated dependencies [fc92d80]
301
-
302
- ... 551 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 560 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.19-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
8
+ - @mastra/core@0.16.1-alpha.2
9
+
10
+ ## 0.13.19-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - dependencies updates: ([#7527](https://github.com/mastra-ai/mastra/pull/7527))
15
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.17.5` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.5) (from `^1.17.3`, in `dependencies`)
16
+ - Updated dependencies [[`0f7b8c0`](https://github.com/mastra-ai/mastra/commit/0f7b8c0c22d2a677a0f71c35ad1bc2d60b063d39), [`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
17
+ - @mastra/mcp@0.12.0-alpha.1
18
+ - @mastra/core@0.16.1-alpha.1
19
+
3
20
  ## 0.13.19-alpha.0
4
21
 
5
22
  ### Patch Changes
@@ -281,22 +298,5 @@
281
298
 
282
299
  ### Patch Changes
283
300
 
284
- - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
285
- - @mastra/core@0.14.1-alpha.0
286
-
287
- ## 0.13.12
288
-
289
- ### Patch Changes
290
301
 
291
- - Updated dependencies [895d3b2]
292
- - Updated dependencies [227c7e6]
293
- - Updated dependencies [12cae67]
294
- - Updated dependencies [fd3a3eb]
295
- - Updated dependencies [6faaee5]
296
- - Updated dependencies [4232b14]
297
- - Updated dependencies [a89de7e]
298
- - Updated dependencies [5a37d0c]
299
- - Updated dependencies [4bde0cb]
300
- - Updated dependencies [e1aed55]
301
-
302
- ... 1653 more lines hidden. See full changelog in package directory.
302
+ ... 1670 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/mcp-registry-registry
2
2
 
3
+ ## 0.10.14-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#7527](https://github.com/mastra-ai/mastra/pull/7527))
8
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.17.5` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.5) (from `^1.17.3`, in `dependencies`)
9
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
10
+ - @mastra/core@0.16.1-alpha.1
11
+
3
12
  ## 0.10.13
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - 07d6d88: Bump MCP SDK version and add tool output schema support to MCPServer and MCPClient
290
299
  - Updated dependencies [15e9d26]
291
300
  - Updated dependencies [07d6d88]
292
- - Updated dependencies [5d74aab]
293
- - Updated dependencies [144eb0b]
294
- - @mastra/core@0.10.7-alpha.2
295
-
296
- ## 0.10.3
297
-
298
- ### Patch Changes
299
-
300
- - 6dacc4d: dependencies updates:
301
301
 
302
- ... 625 more lines hidden. See full changelog in package directory.
302
+ ... 634 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.12.0-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#7527](https://github.com/mastra-ai/mastra/pull/7527))
8
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.17.5` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.5) (from `^1.17.3`, in `dependencies`)
9
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
10
+ - @mastra/core@0.16.1-alpha.1
11
+
3
12
  ## 0.12.0-alpha.0
4
13
 
5
14
  ### Minor Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [8388649]
290
299
  - Updated dependencies [a239d41]
291
300
  - Updated dependencies [dd94a26]
292
- - Updated dependencies [3ba6772]
293
- - Updated dependencies [b5cf2a3]
294
- - Updated dependencies [2fff911]
295
- - Updated dependencies [b32c50d]
296
- - Updated dependencies [63449d0]
297
- - Updated dependencies [121a3f8]
298
- - Updated dependencies [ec510e7]
299
- - @mastra/core@0.13.2
300
-
301
301
 
302
- ... 2284 more lines hidden. See full changelog in package directory.
302
+ ... 2293 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.1.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
8
+
9
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
10
+
11
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`9ad094f`](https://github.com/mastra-ai/mastra/commit/9ad094fe813b115734a0c1f4859fe4191e05b186)]:
12
+ - @mastra/core@0.16.1-alpha.1
13
+ - @mastra/client-js@0.12.1-alpha.1
14
+
3
15
  ## 6.1.1-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -286,17 +298,5 @@
286
298
 
287
299
  ## 5.2.1-alpha.0
288
300
 
289
- ### Patch Changes
290
-
291
- - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
292
- - @mastra/core@0.14.1-alpha.0
293
- - @mastra/client-js@0.10.23-alpha.0
294
-
295
- ## 5.2.0
296
-
297
- ### Minor Changes
298
-
299
- - 03997ae: Update peer deps of core
300
-
301
301
 
302
- ... 2853 more lines hidden. See full changelog in package directory.
302
+ ... 2865 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.16.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Flatten loop config in stream options and pass to loop options ([#7643](https://github.com/mastra-ai/mastra/pull/7643))
8
+
9
+ - Fix a bug where `typescript` was bundled into `dist` ([#7585](https://github.com/mastra-ai/mastra/pull/7585))
10
+
11
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
12
+ - @mastra/core@0.16.1-alpha.2
13
+
14
+ ## 0.16.1-alpha.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
19
+ - @mastra/core@0.16.1-alpha.1
20
+
3
21
  ## 0.16.1-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -280,23 +298,5 @@
280
298
  - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
281
299
  - @mastra/core@0.14.2-alpha.1
282
300
 
283
- ## 0.14.2-alpha.0
284
-
285
- ### Patch Changes
286
-
287
- - [#6933](https://github.com/mastra-ai/mastra/pull/6933) [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b) Thanks [@NikAiyer](https://github.com/NikAiyer)! - Add util functions for workflow server handlers and made processor process function async
288
-
289
- - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
290
- - @mastra/core@0.14.2-alpha.0
291
-
292
- ## 0.14.1
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
297
- - @mastra/core@0.14.1
298
-
299
- ## 0.14.1-alpha.1
300
-
301
301
 
302
- ... 3213 more lines hidden. See full changelog in package directory.
302
+ ... 3231 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.12.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
8
+
3
9
  ## 0.12.1-alpha.0
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  - f9b1508: add the same agent table as in cloud and export it from the playground
293
299
  - dfbeec6: Fix navigation to vnext AgentNetwork agents
294
300
 
295
- ## 0.10.12-alpha.2
296
-
297
- ### Patch Changes
298
-
299
- - 794d9f3: Fix thread creation in playground
300
- - dfbeec6: Fix navigation to vnext AgentNetwork agents
301
301
 
302
- ... 1343 more lines hidden. See full changelog in package directory.
302
+ ... 1349 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,18 @@
1
1
  # mastra
2
2
 
3
+ ## 0.12.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
8
+
9
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
10
+
11
+ - Updated dependencies [[`0f7b8c0`](https://github.com/mastra-ai/mastra/commit/0f7b8c0c22d2a677a0f71c35ad1bc2d60b063d39), [`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f36343e`](https://github.com/mastra-ai/mastra/commit/f36343e02935b9a112a45b2dc3de7b562cc3aa68)]:
12
+ - @mastra/mcp@0.12.0-alpha.1
13
+ - @mastra/core@0.16.1-alpha.1
14
+ - @mastra/deployer@0.16.1-alpha.1
15
+
3
16
  ## 0.12.1-alpha.0
4
17
 
5
18
  ### Patch Changes
@@ -286,17 +299,4 @@
286
299
 
287
300
  - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
288
301
 
289
- ### Patch Changes
290
-
291
- - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
292
- - @mastra/deployer@0.15.0-alpha.4
293
- - @mastra/core@0.15.0-alpha.4
294
- - @mastra/mcp@0.11.0-alpha.3
295
-
296
- ## 0.10.24-alpha.2
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
301
-
302
- ... 5377 more lines hidden. See full changelog in package directory.
302
+ ... 5390 more lines hidden. See full changelog in package directory.
@@ -6,7 +6,7 @@
6
6
  "@ai-sdk/anthropic": "^1.2.12",
7
7
  "@ai-sdk/react": "^1.2.12",
8
8
  "@mastra/core": "latest",
9
- "next": "^15.3.1",
9
+ "next": "^15.4.7",
10
10
  "react": "^19.1.1",
11
11
  "react-dom": "^19.1.1",
12
12
  "zod": "^3.25.76"
@@ -95,6 +95,7 @@ const stepOne = createStep({
95
95
  doubledValue: z.number(),
96
96
  }),
97
97
  execute: async ({ inputData }) => {
98
+ await new Promise(resolve => setTimeout(resolve, 10_000));
98
99
  const doubledValue = inputData.inputValue * 2;
99
100
  return { doubledValue };
100
101
  },
@@ -5,7 +5,7 @@ description: Dynamically configure your agent's instruction, model, tools, and m
5
5
 
6
6
  # Dynamic Agents
7
7
 
8
- Dynamic agents use [runtime context](./runtime-variables), like user IDs and other important parameters, to adjust their settings in real-time.
8
+ Dynamic agents use [runtime context](./runtime-context), like user IDs and other important parameters, to adjust their settings in real-time.
9
9
 
10
10
  This means they can change the model they use, update their instructions, select different tools, and configure memory as needed.
11
11
 
@@ -25,12 +25,12 @@ const supportAgent = new Agent({
25
25
 
26
26
  return `You are a customer support agent for our SaaS platform.
27
27
  The current user is on the ${userTier} tier and prefers ${language} language.
28
-
28
+
29
29
  For ${userTier} tier users:
30
30
  ${userTier === "free" ? "- Provide basic support and documentation links" : ""}
31
31
  ${userTier === "pro" ? "- Offer detailed technical support and best practices" : ""}
32
32
  ${userTier === "enterprise" ? "- Provide priority support with custom solutions" : ""}
33
-
33
+
34
34
  Always respond in ${language} language.`;
35
35
  },
36
36
 
@@ -58,7 +58,7 @@ const supportAgent = new Agent({
58
58
 
59
59
  memory: ({ runtimeContext }) => {
60
60
  const userTier = runtimeContext.get("user-tier");
61
-
61
+
62
62
  if (userTier === "enterprise") {
63
63
  return new Memory({
64
64
  storage: new LibSQLStore({ url: "file:enterprise.db" }),
@@ -76,7 +76,7 @@ const supportAgent = new Agent({
76
76
  },
77
77
  });
78
78
  }
79
-
79
+
80
80
  // Basic memory for free tier
81
81
  return new Memory({
82
82
  storage: new LibSQLStore({ url: "file:free.db" }),