@mastra/mcp-docs-server 0.13.22-alpha.3 → 0.13.22-alpha.5

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 +21 -21
  3. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +10 -10
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +23 -23
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +19 -19
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +18 -18
  7. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
  8. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +16 -16
  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 +17 -17
  13. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +11 -11
  14. package/.docs/organized/changelogs/create-mastra.md +5 -5
  15. package/.docs/organized/changelogs/mastra.md +21 -21
  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 +15 -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,25 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.13.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
8
+ - @mastra/core@0.17.0-alpha.5
9
+
10
+ ## 0.13.0-alpha.4
11
+
12
+ ### Minor Changes
13
+
14
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
15
+
16
+ ### Patch Changes
17
+
18
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
19
+
20
+ - 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)]:
21
+ - @mastra/core@0.17.0-alpha.4
22
+
3
23
  ## 0.12.4-alpha.3
4
24
 
5
25
  ### Patch Changes
@@ -278,25 +298,5 @@
278
298
 
279
299
  ### Patch Changes
280
300
 
281
- - [#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:
282
- - 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`)
283
-
284
- - [#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
285
-
286
- - [#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
-
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
+ ... 2543 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,27 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.17.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Only log stream/generate deprecation warning once ([#7905](https://github.com/mastra-ai/mastra/pull/7905))
8
+
9
+ ## 0.17.0-alpha.4
10
+
11
+ ### Minor Changes
12
+
13
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
14
+
15
+ ### Patch Changes
16
+
17
+ - Update dependencies ai-v5 and @ai-sdk/provider-utils-v5 to latest ([#7884](https://github.com/mastra-ai/mastra/pull/7884))
18
+
19
+ - refactored handling of internal ai spans to be more intelligent ([#7876](https://github.com/mastra-ai/mastra/pull/7876))
20
+
21
+ - prevent out-of-order span errors in ai-tracing DefaultExporter ([#7895](https://github.com/mastra-ai/mastra/pull/7895))
22
+
23
+ - Fixes multiple issues with stopWhen and step results. ([#7862](https://github.com/mastra-ai/mastra/pull/7862))
24
+
3
25
  ## 0.17.0-alpha.3
4
26
 
5
27
  ### Minor Changes
@@ -277,26 +299,4 @@
277
299
 
278
300
  ### Patch Changes
279
301
 
280
- - Made tracing context optional on tool execute() ([#7532](https://github.com/mastra-ai/mastra/pull/7532))
281
-
282
- - Call getMemoryMessages even during first turn in a thread when semantic recall scope is resource ([#7529](https://github.com/mastra-ai/mastra/pull/7529))
283
-
284
- - Execute tool calls in parallel in generate/stream VNext methods ([#7524](https://github.com/mastra-ai/mastra/pull/7524))
285
-
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
+ ... 3359 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.17.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
8
+ - @mastra/core@0.17.0-alpha.5
9
+ - @mastra/deployer@0.17.0-alpha.5
10
+
11
+ ## 0.17.0-alpha.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
16
+
17
+ - 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)]:
18
+ - @mastra/core@0.17.0-alpha.4
19
+ - @mastra/deployer@0.17.0-alpha.4
20
+
3
21
  ## 0.17.0-alpha.3
4
22
 
5
23
  ### Minor Changes
@@ -281,22 +299,4 @@
281
299
 
282
300
  ## 0.15.3-alpha.6
283
301
 
284
- ### Patch Changes
285
-
286
- - [#7040](https://github.com/mastra-ai/mastra/pull/7040) [`855135e`](https://github.com/mastra-ai/mastra/commit/855135e2a746742a3da8745a3c7d701b5d43d812) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
287
- - Updated dependency [`redis@^5.8.2` ↗︎](https://www.npmjs.com/package/redis/v/5.8.2) (from `^5.8.0`, in `dependencies`)
288
- - 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), [`03d0c39`](https://github.com/mastra-ai/mastra/commit/03d0c3963a748294577dd232a53ee01e1e5bcc12)]:
289
- - @mastra/core@0.15.3-alpha.6
290
- - @mastra/deployer@0.15.3-alpha.6
291
-
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
+ ... 118 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.17.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
8
+ - @mastra/core@0.17.0-alpha.5
9
+ - @mastra/server@0.17.0-alpha.5
10
+
11
+ ## 0.17.0-alpha.4
12
+
13
+ ### Patch Changes
14
+
15
+ - 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)]:
16
+ - @mastra/core@0.17.0-alpha.4
17
+ - @mastra/server@0.17.0-alpha.4
18
+
3
19
  ## 0.17.0-alpha.3
4
20
 
5
21
  ### Minor Changes
@@ -282,21 +298,5 @@
282
298
 
283
299
  ### Patch Changes
284
300
 
285
- - 3e0bd2a: dependencies updates:
286
- - Updated dependency [`rollup@~4.49.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.49.0) (from `~4.47.1`, in `dependencies`)
287
- - 2b64943: dependencies updates:
288
- - Updated dependency [`rollup@~4.50.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.50.0) (from `~4.49.0`, in `dependencies`)
289
- - ff89505: Add deprecation warnings and add legacy routes
290
- - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
291
- - 71b657b: Excluding hono from being external
292
- - 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
+ ... 4137 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,20 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.22-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
8
+ - @mastra/core@0.17.0-alpha.5
9
+
10
+ ## 0.13.22-alpha.4
11
+
12
+ ### Patch Changes
13
+
14
+ - 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)]:
15
+ - @mastra/core@0.17.0-alpha.4
16
+ - @mastra/mcp@0.13.0-alpha.1
17
+
3
18
  ## 0.13.22-alpha.3
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
  - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
284
299
  - @mastra/core@0.15.3-alpha.2
285
300
 
286
- ## 0.13.17-alpha.1
287
-
288
- ### Patch Changes
289
-
290
- - 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
- - @mastra/core@0.15.3-alpha.1
292
-
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
+ ... 1772 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,21 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.17.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
8
+ - @mastra/core@0.17.0-alpha.5
9
+
10
+ ## 0.17.0-alpha.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
15
+
16
+ - 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)]:
17
+ - @mastra/core@0.17.0-alpha.4
18
+
3
19
  ## 0.17.0-alpha.3
4
20
 
5
21
  ### Patch Changes
@@ -283,20 +299,4 @@
283
299
 
284
300
  - [#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
285
301
 
286
- - [#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
287
-
288
- - [#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
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.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
+ ... 3350 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,9 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.13.0-alpha.3
4
+
5
+ ## 0.13.0-alpha.2
6
+
3
7
  ## 0.13.0-alpha.1
4
8
 
5
9
  ### Patch Changes
@@ -294,9 +298,5 @@
294
298
  - af1f902: share thread list between agent, network and cloud
295
299
  - 8f89bcd: fix traces pagination + sharing trace view with cloud
296
300
  - 0bf0bc8: fix link in shared components + add e2e tests
297
- - 2affc57: Fix output type of network loop
298
- - 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
+ ... 1406 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,24 @@
1
1
  # mastra
2
2
 
3
+ ## 0.13.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - update playground workflows to use createRunAsync instead of createRun ([#7903](https://github.com/mastra-ai/mastra/pull/7903))
8
+
9
+ - Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
10
+ - @mastra/core@0.17.0-alpha.5
11
+ - @mastra/deployer@0.17.0-alpha.5
12
+
13
+ ## 0.13.0-alpha.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 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)]:
18
+ - @mastra/core@0.17.0-alpha.4
19
+ - @mastra/mcp@0.13.0-alpha.1
20
+ - @mastra/deployer@0.17.0-alpha.4
21
+
3
22
  ## 0.13.0-alpha.1
4
23
 
5
24
  ### Minor Changes
@@ -279,24 +298,5 @@
279
298
  - Updated dependencies [6d98856]
280
299
  - Updated dependencies [e3d8fea]
281
300
  - Updated dependencies [45e4d39]
282
- - Updated dependencies [ad78bfc]
283
- - Updated dependencies [9eee594]
284
- - Updated dependencies [7149d8d]
285
- - Updated dependencies [822c2e8]
286
- - Updated dependencies [3b8972b]
287
- - Updated dependencies [979912c]
288
- - Updated dependencies [7dcf4c0]
289
- - Updated dependencies [4106a58]
290
- - Updated dependencies [ad78bfc]
291
- - 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
+ ... 5553 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