@mastra/mcp-docs-server 0.13.22-alpha.3 → 0.13.22-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 (30) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +10 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +14 -14
  3. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +10 -10
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +17 -17
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +11 -11
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +10 -10
  7. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
  8. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +9 -9
  9. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +13 -13
  10. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +12 -12
  11. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +9 -9
  12. package/.docs/organized/changelogs/%40mastra%2Fserver.md +10 -10
  13. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +11 -11
  14. package/.docs/organized/changelogs/create-mastra.md +3 -3
  15. package/.docs/organized/changelogs/mastra.md +11 -11
  16. package/.docs/organized/code-examples/agent-network.md +2 -1
  17. package/.docs/organized/code-examples/quick-start.md +2 -1
  18. package/.docs/organized/code-examples/workflow-ai-recruiter.md +2 -1
  19. package/.docs/raw/course/04-workflows/08-running-workflows-programmatically.md +2 -2
  20. package/.docs/raw/reference/agents/network.mdx +258 -0
  21. package/.docs/raw/reference/storage/dynamodb.mdx +0 -4
  22. package/.docs/raw/reference/{agents → streaming}/ChunkType.mdx +5 -5
  23. package/.docs/raw/reference/{agents → streaming}/MastraModelOutput.mdx +10 -10
  24. package/.docs/raw/reference/tools/mcp-server.mdx +1 -1
  25. package/.docs/raw/server-db/snapshots.mdx +155 -114
  26. package/.docs/raw/workflows/inngest-workflow.mdx +82 -0
  27. package/CHANGELOG.md +8 -0
  28. package/package.json +4 -4
  29. /package/.docs/raw/reference/{agents → streaming}/stream.mdx +0 -0
  30. /package/.docs/raw/reference/{agents → streaming}/streamVNext.mdx +0 -0
@@ -1,5 +1,15 @@
1
1
  # @mastra/agent-builder
2
2
 
3
+ ## 0.0.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`c4dbd12`](https://github.com/mastra-ai/mastra/commit/c4dbd12a05e75db124c5d8abff3d893ea1b88c30), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
10
+ - @mastra/memory@0.15.2-alpha.1
11
+ - @mastra/core@0.17.0-alpha.4
12
+
3
13
  ## 0.0.5-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -1,5 +1,18 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.13.0-alpha.4
4
+
5
+ ### Minor Changes
6
+
7
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
8
+
9
+ ### Patch Changes
10
+
11
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
12
+
13
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
14
+ - @mastra/core@0.17.0-alpha.4
15
+
3
16
  ## 0.12.4-alpha.3
4
17
 
5
18
  ### Patch Changes
@@ -285,18 +298,5 @@
285
298
 
286
299
  - [#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
287
300
 
288
- - [#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
289
-
290
- - 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)]:
291
- - @mastra/core@0.15.3-alpha.4
292
-
293
- ## 0.11.3-alpha.3
294
-
295
- ### Patch Changes
296
-
297
- - 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)]:
298
- - @mastra/core@0.15.3-alpha.3
299
-
300
- ## 0.11.3-alpha.2
301
301
 
302
- ... 2523 more lines hidden. See full changelog in package directory.
302
+ ... 2536 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/cloud
2
2
 
3
+ ## 0.1.15-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
10
+ - @mastra/core@0.17.0-alpha.4
11
+
3
12
  ## 0.1.15-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [23a6a7c]
290
299
  - Updated dependencies [cda801d]
291
300
  - Updated dependencies [a77c823]
292
- - Updated dependencies [ff9c125]
293
- - Updated dependencies [09bca64]
294
- - Updated dependencies [b8efbb9]
295
- - Updated dependencies [71466e7]
296
- - Updated dependencies [0c99fbe]
297
- - @mastra/core@0.12.0
298
-
299
- ## 0.1.5-alpha.0
300
-
301
301
 
302
- ... 443 more lines hidden. See full changelog in package directory.
302
+ ... 452 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.17.0-alpha.4
4
+
5
+ ### Minor Changes
6
+
7
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
8
+
9
+ ### Patch Changes
10
+
11
+ - Update dependencies ai-v5 and @ai-sdk/provider-utils-v5 to latest ([#7884](https://github.com/mastra-ai/mastra/pull/7884))
12
+
13
+ - refactored handling of internal ai spans to be more intelligent ([#7876](https://github.com/mastra-ai/mastra/pull/7876))
14
+
15
+ - prevent out-of-order span errors in ai-tracing DefaultExporter ([#7895](https://github.com/mastra-ai/mastra/pull/7895))
16
+
17
+ - Fixes multiple issues with stopWhen and step results. ([#7862](https://github.com/mastra-ai/mastra/pull/7862))
18
+
3
19
  ## 0.17.0-alpha.3
4
20
 
5
21
  ### Minor Changes
@@ -283,20 +299,4 @@
283
299
 
284
300
  - Execute tool calls in parallel in generate/stream VNext methods ([#7524](https://github.com/mastra-ai/mastra/pull/7524))
285
301
 
286
- - Revert "feat(mcp): add createMCPTool helper for proper execute types" ([#7513](https://github.com/mastra-ai/mastra/pull/7513))
287
-
288
- - Pass mastra instance into MCP Server tools ([#7520](https://github.com/mastra-ai/mastra/pull/7520))
289
-
290
- - Fix image input handling for Google Gemini models in AI SDK V5 ([#7490](https://github.com/mastra-ai/mastra/pull/7490))
291
-
292
- Resolves issue #7362 where Gemini threw `AI_InvalidDataContentError` when receiving URLs in image parts. The fix properly handles V3 message file parts that contain both URL and data fields, ensuring URLs are passed as URLs rather than being incorrectly treated as base64 data.
293
-
294
- - Vnext output schema injection ([#6990](https://github.com/mastra-ai/mastra/pull/6990))
295
-
296
- - removed duplicate 'float' switch case ([#7516](https://github.com/mastra-ai/mastra/pull/7516))
297
-
298
- ## 0.16.0
299
-
300
- ### Minor Changes
301
-
302
- ... 3337 more lines hidden. See full changelog in package directory.
302
+ ... 3353 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.17.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
10
+ - @mastra/core@0.17.0-alpha.4
11
+ - @mastra/deployer@0.17.0-alpha.4
12
+
3
13
  ## 0.17.0-alpha.3
4
14
 
5
15
  ### Minor Changes
@@ -289,14 +299,4 @@
289
299
  - @mastra/core@0.15.3-alpha.6
290
300
  - @mastra/deployer@0.15.3-alpha.6
291
301
 
292
- ## 0.15.3-alpha.5
293
-
294
- ### Patch Changes
295
-
296
- - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
297
-
298
- - Updated dependencies [[`2b64943`](https://github.com/mastra-ai/mastra/commit/2b64943a282c99988c2e5b6e1269bfaca60e6fe3), [`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
299
- - @mastra/deployer@0.15.3-alpha.5
300
- - @mastra/core@0.15.3-alpha.5
301
-
302
- ... 100 more lines hidden. See full changelog in package directory.
302
+ ... 110 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.17.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`c4dbd12`](https://github.com/mastra-ai/mastra/commit/c4dbd12a05e75db124c5d8abff3d893ea1b88c30), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
8
+ - @mastra/core@0.17.0-alpha.4
9
+ - @mastra/server@0.17.0-alpha.4
10
+
3
11
  ## 0.17.0-alpha.3
4
12
 
5
13
  ### Minor Changes
@@ -290,13 +298,5 @@
290
298
  - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
291
299
  - 71b657b: Excluding hono from being external
292
300
  - f0dfcac: updated core peerdep
293
- - 6d98856: Correct set the root span for telemetry traces
294
- - 6f715fe: Fix plyground baseUrl, default api baseUrl to playground baseUrl
295
- - 48f0742: add deployer, server and clientjs handlers for agent builder template
296
- - 12adcc8: add missing endpoint to get agent tool by ID
297
- - a6e2254: Do not export otel scoped traces
298
- - 8f22a2c: During package installation do not print audit, funding or any non-error logs
299
- - 03d0c39: temp disable agent-builder workflows import
300
- - Updated dependencies [ab48c97]
301
-
302
- ... 4121 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 4129 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/dynamodb
2
2
 
3
+ ## 0.15.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
10
+ - @mastra/core@0.17.0-alpha.4
11
+
3
12
  ## 0.15.2-alpha.1
4
13
 
5
14
  ### Patch Changes
@@ -290,13 +299,4 @@
290
299
 
291
300
  ## 0.14.0-alpha.1
292
301
 
293
- ### Patch Changes
294
-
295
- - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
296
- - Updated dependencies [cb36de0]
297
- - Updated dependencies [a82b851]
298
- - Updated dependencies [41a0a0e]
299
- - Updated dependencies [2871020]
300
- - Updated dependencies [4a406ec]
301
-
302
- ... 587 more lines hidden. See full changelog in package directory.
302
+ ... 596 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.22-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
8
+ - @mastra/core@0.17.0-alpha.4
9
+ - @mastra/mcp@0.13.0-alpha.1
10
+
3
11
  ## 0.13.22-alpha.3
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [[`637f323`](https://github.com/mastra-ai/mastra/commit/637f32371d79a8f78c52c0d53411af0915fcec67), [`29de0e1`](https://github.com/mastra-ai/mastra/commit/29de0e1b0a7173317ae7d1ab0c0993167c659f2b), [`6ac697e`](https://github.com/mastra-ai/mastra/commit/6ac697edcc2435482c247cba615277ec4765dcc4)]:
291
299
  - @mastra/core@0.15.3-alpha.1
292
300
 
293
- ## 0.13.17-alpha.0
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`3e0153a`](https://github.com/mastra-ai/mastra/commit/3e0153adcf2309f3ffb01c9ac9e0f5adc0caa259), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
298
- - @mastra/core@0.15.3-alpha.0
299
- - @mastra/mcp@0.11.3-alpha.0
300
-
301
301
 
302
- ... 1757 more lines hidden. See full changelog in package directory.
302
+ ... 1765 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.13.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
12
+ - @mastra/core@0.17.0-alpha.4
13
+
3
14
  ## 0.12.1-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [12cae67]
288
299
  - Updated dependencies [5a37d0c]
289
300
  - Updated dependencies [4bde0cb]
290
- - Updated dependencies [1a80071]
291
- - Updated dependencies [36a3be8]
292
- - Updated dependencies [361757b]
293
- - Updated dependencies [2bb9955]
294
- - Updated dependencies [2454423]
295
- - Updated dependencies [a44d91e]
296
- - Updated dependencies [dfb91e9]
297
- - Updated dependencies [a741dde]
298
- - Updated dependencies [7cb3fc0]
299
- - Updated dependencies [195eabb]
300
- - Updated dependencies [b78b95b]
301
-
302
- ... 2318 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2329 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.15.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update dependencies ai-v5 and @ai-sdk/provider-utils-v5 to latest ([#7884](https://github.com/mastra-ai/mastra/pull/7884))
8
+
9
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
10
+
11
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
12
+ - @mastra/core@0.17.0-alpha.4
13
+
3
14
  ## 0.15.2-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
 
289
300
  ## 0.13.1-alpha.0
290
301
 
291
- ### Patch Changes
292
-
293
- - [#6919](https://github.com/mastra-ai/mastra/pull/6919) [`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
294
- - Updated dependency [`ai@^4.3.19` ↗︎](https://www.npmjs.com/package/ai/v/4.3.19) (from `^4.3.16`, in `dependencies`)
295
- - Updated dependency [`ai-v5@npm:ai@5.0.15` ↗︎](https://www.npmjs.com/package/ai-v5/v/5.0.15) (from `npm:ai@5.0.0`, in `dependencies`)
296
-
297
- - [#6921](https://github.com/mastra-ai/mastra/pull/6921) [`c4f2605`](https://github.com/mastra-ai/mastra/commit/c4f2605fa00e796a26c6f5fc3cf8f5552f77d617) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
298
- - Updated dependency [`redis@^5.8.2` ↗︎](https://www.npmjs.com/package/redis/v/5.8.2) (from `^5.8.1`, in `dependencies`)
299
- - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
300
- - @mastra/core@0.14.1-alpha.0
301
-
302
- ... 2991 more lines hidden. See full changelog in package directory.
302
+ ... 3002 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.1.4-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`c4dbd12`](https://github.com/mastra-ai/mastra/commit/c4dbd12a05e75db124c5d8abff3d893ea1b88c30), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
8
+ - @mastra/core@0.17.0-alpha.4
9
+ - @mastra/client-js@0.13.0-alpha.4
10
+
3
11
  ## 6.1.4-alpha.1
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  ### Patch Changes
291
299
 
292
300
  - [#7351](https://github.com/mastra-ai/mastra/pull/7351) [`572acd0`](https://github.com/mastra-ai/mastra/commit/572acd0919479455ee654753877f2c1564d0b29e) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
293
- - Updated dependency [`@assistant-ui/react@^0.10.45` ↗︎](https://www.npmjs.com/package/@assistant-ui/react/v/0.10.45) (from `^0.10.44`, in `dependencies`)
294
- - Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
295
- - @mastra/core@0.15.3-alpha.6
296
- - @mastra/client-js@0.11.3-alpha.6
297
-
298
- ## 6.0.0-alpha.3
299
-
300
- ### Patch Changes
301
301
 
302
- ... 2985 more lines hidden. See full changelog in package directory.
302
+ ... 2993 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.17.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
10
+ - @mastra/core@0.17.0-alpha.4
11
+
3
12
  ## 0.17.0-alpha.3
4
13
 
5
14
  ### Patch Changes
@@ -290,13 +299,4 @@
290
299
  - 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)]:
291
300
  - @mastra/core@0.15.3-alpha.4
292
301
 
293
- ## 0.15.3-alpha.3
294
-
295
- ### Patch Changes
296
-
297
- - 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)]:
298
- - @mastra/core@0.15.3-alpha.3
299
-
300
- ## 0.15.3-alpha.2
301
-
302
- ... 3334 more lines hidden. See full changelog in package directory.
302
+ ... 3343 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-speechify
2
2
 
3
+ ## 0.11.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
10
+ - @mastra/core@0.17.0-alpha.4
11
+
3
12
  ## 0.11.5-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [2097952]
290
299
  - Updated dependencies [792c4c0]
291
300
  - Updated dependencies [5d74aab]
292
- - Updated dependencies [a8b194f]
293
- - Updated dependencies [4fb0cc2]
294
- - Updated dependencies [d2a7a31]
295
- - Updated dependencies [502fe05]
296
- - Updated dependencies [144eb0b]
297
- - Updated dependencies [8ba1b51]
298
- - Updated dependencies [4efcfa0]
299
- - Updated dependencies [0e17048]
300
- - @mastra/core@0.10.7
301
-
302
- ... 1260 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1269 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.13.0-alpha.2
4
+
3
5
  ## 0.13.0-alpha.1
4
6
 
5
7
  ### Patch Changes
@@ -296,7 +298,5 @@
296
298
  - 0bf0bc8: fix link in shared components + add e2e tests
297
299
  - 2affc57: Fix output type of network loop
298
300
  - f6c4d75: fix date picker on change
299
- - 59f0dcd: Add light background color for step statuses
300
- - 698518b: Allow external templates from github
301
301
 
302
- ... 1402 more lines hidden. See full changelog in package directory.
302
+ ... 1404 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # mastra
2
2
 
3
+ ## 0.13.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
8
+ - @mastra/core@0.17.0-alpha.4
9
+ - @mastra/mcp@0.13.0-alpha.1
10
+ - @mastra/deployer@0.17.0-alpha.4
11
+
3
12
  ## 0.13.0-alpha.1
4
13
 
5
14
  ### Minor Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [4106a58]
290
299
  - Updated dependencies [ad78bfc]
291
300
  - Updated dependencies [6f715fe]
292
- - Updated dependencies [48f0742]
293
- - Updated dependencies [0302f50]
294
- - Updated dependencies [12adcc8]
295
- - Updated dependencies [6ac697e]
296
- - Updated dependencies [74db265]
297
- - Updated dependencies [6cffb99]
298
- - Updated dependencies [0ce418a]
299
- - Updated dependencies [3e0153a]
300
- - Updated dependencies [af90672]
301
-
302
- ... 5534 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 5543 more lines hidden. See full changelog in package directory.
@@ -23,7 +23,8 @@ import { mastra } from './mastra';
23
23
  async function main() {
24
24
  const wflow = mastra.getWorkflow('agentWorkflow');
25
25
 
26
- const { runId, start } = wflow.createRun();
26
+ const run = await wflow.createRunAsync();
27
+ const { runId, start } = run;
27
28
 
28
29
  const result = await start({
29
30
  triggerData: {
@@ -42,7 +42,8 @@ const main = async () => {
42
42
 
43
43
  console.log(res.species);
44
44
 
45
- const { start } = mastra.getWorkflow('logCatWorkflow').createRun();
45
+ const run = await mastra.getWorkflow('logCatWorkflow').createRunAsync();
46
+ const { start } = run;
46
47
 
47
48
  await start({ triggerData: { name: res.species } });
48
49
  } catch (err) {
@@ -132,7 +132,8 @@ const mastra = new Mastra({
132
132
  });
133
133
 
134
134
  (async () => {
135
- const { runId, start } = mastra.getWorkflow('candidateWorkflow').createRun();
135
+ const run = await mastra.getWorkflow('candidateWorkflow').createRunAsync();
136
+ const { runId, start } = run;
136
137
 
137
138
  console.log('Run', runId);
138
139
 
@@ -22,7 +22,7 @@ async function runContentWorkflow() {
22
22
  }
23
23
 
24
24
  // Create a run instance
25
- const run = workflow.createRun();
25
+ const run = await workflow.createRunAsync();
26
26
 
27
27
  // Execute with test data
28
28
  const result = await run.start({
@@ -63,7 +63,7 @@ npx tsx src/run-workflow.ts
63
63
  ## Key Methods
64
64
 
65
65
  - **`mastra.getWorkflow(id)`**: Gets a registered workflow by ID
66
- - **`workflow.createRun()`**: Creates a new execution instance
66
+ - **`workflow.createRunAsync()`**: Creates a new execution instance
67
67
  - **`run.start(inputData)`**: Executes the workflow with provided data
68
68
 
69
69
  ## Return Value