@mastra/mcp-docs-server 0.13.47-alpha.0 → 0.13.48-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fchangeset-cli.md +2 -0
  2. package/.docs/organized/changelogs/%40internal%2Fexternal-types.md +2 -0
  3. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
  4. package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +2 -0
  5. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +15 -15
  6. package/.docs/organized/changelogs/%40mastra%2Fcore.md +9 -9
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +17 -17
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +17 -17
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +17 -17
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +17 -17
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +19 -19
  12. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +15 -15
  13. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +19 -19
  14. package/.docs/organized/changelogs/%40mastra%2Freact.md +15 -15
  15. package/.docs/organized/changelogs/%40mastra%2Fserver.md +15 -15
  16. package/.docs/organized/changelogs/create-mastra.md +5 -5
  17. package/.docs/organized/changelogs/mastra.md +17 -17
  18. package/.docs/raw/getting-started/installation.mdx +16 -0
  19. package/.docs/raw/getting-started/studio.mdx +1 -1
  20. package/.docs/raw/memory/threads-and-resources.mdx +1 -1
  21. package/.docs/raw/memory/working-memory.mdx +1 -1
  22. package/.docs/raw/reference/core/listWorkflows.mdx +2 -2
  23. package/.docs/raw/reference/rag/rerankWithScorer.mdx +1 -1
  24. package/.docs/raw/workflows-legacy/suspend-and-resume.mdx +1 -1
  25. package/CHANGELOG.md +14 -0
  26. package/package.json +5 -5
@@ -1,5 +1,7 @@
1
1
  # @internal/changeset-cli
2
2
 
3
+ ## 0.0.18
4
+
3
5
  ## 0.0.17
4
6
 
5
7
  ## 0.0.16
@@ -1,5 +1,7 @@
1
1
  # @internal/external-types
2
2
 
3
+ ## 0.0.16
4
+
3
5
  ## 0.0.15
4
6
 
5
7
  ## 0.0.14
@@ -1,5 +1,12 @@
1
1
  # @internal/lint
2
2
 
3
+ ## 0.0.62
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/core@0.24.8
9
+
3
10
  ## 0.0.61
4
11
 
5
12
  ### Patch Changes
@@ -491,12 +498,5 @@
491
498
 
492
499
  ## 0.0.12
493
500
 
494
- ### Patch Changes
495
-
496
- - Updated dependencies [9dda1ac]
497
- - Updated dependencies [c984582]
498
- - Updated dependencies [7e801dd]
499
- - Updated dependencies [a606c75]
500
- - Updated dependencies [7aa70a4]
501
501
 
502
- ... 303 more lines hidden. See full changelog in package directory.
502
+ ... 310 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # @internal/types-builder
2
2
 
3
+ ## 0.0.41
4
+
3
5
  ## 0.0.40
4
6
 
5
7
  ## 0.0.39
@@ -1,5 +1,19 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.17.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+
10
+ ## 0.17.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @mastra/core@0.24.8
16
+
3
17
  ## 0.17.1-alpha.0
4
18
 
5
19
  ### Patch Changes
@@ -485,18 +499,4 @@
485
499
 
486
500
  ## 0.16.0-alpha.3
487
501
 
488
- ### Patch Changes
489
-
490
- - Updated dependencies [[`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8)]:
491
- - @mastra/core@0.21.0-alpha.3
492
-
493
- ## 0.16.0-alpha.2
494
-
495
- ### Patch Changes
496
-
497
- - Updated dependencies [[`f59fc1e`](https://github.com/mastra-ai/mastra/commit/f59fc1e406b8912e692f6bff6cfd4754cc8d165c)]:
498
- - @mastra/core@0.21.0-alpha.2
499
-
500
- ## 0.16.0-alpha.1
501
-
502
- ... 3162 more lines hidden. See full changelog in package directory.
502
+ ... 3176 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.24.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix memory leak in telemetry decorators when processing large payloads. The `@withSpan` decorator now uses bounded serialization utilities to prevent unbounded memory growth when tracing agents with large inputs like base64 images. ([#11231](https://github.com/mastra-ai/mastra/pull/11231))
8
+
9
+ ## 0.24.8
10
+
3
11
  ## 0.24.8-alpha.0
4
12
 
5
13
  ## 0.24.7
@@ -490,13 +498,5 @@
490
498
  - `agent.ts` - `genTitle`, `generateTitleFromUserMessage`, `resolveTitleGenerationConfig`
491
499
  - `agent-legacy.ts` - `AgentLegacyCapabilities` interface
492
500
 
493
- - Fix message metadata not persisting when using simple message format. Previously, custom metadata passed in messages (e.g., `{role: 'user', content: 'text', metadata: {userId: '123'}}`) was not being saved to the database. This occurred because the CoreMessage conversion path didn't preserve metadata fields. ([#10571](https://github.com/mastra-ai/mastra/pull/10571))
494
-
495
- Now metadata is properly preserved for all message input formats:
496
- - Simple CoreMessage format: `{role, content, metadata}`
497
- - Full UIMessage format: `{role, content, parts, metadata}`
498
- - AI SDK v5 ModelMessage format with metadata
499
-
500
- Fixes #8556
501
501
 
502
- ... 5467 more lines hidden. See full changelog in package directory.
502
+ ... 5475 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.24.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/deployer@0.24.9-alpha.0
10
+
11
+ ## 0.24.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`32ff95a`](https://github.com/mastra-ai/mastra/commit/32ff95ab1f5cdd3b21a460f58db466b77e58dfbd)]:
16
+ - @mastra/deployer@0.24.8
17
+ - @mastra/core@0.24.8
18
+
3
19
  ## 0.24.8-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -483,20 +499,4 @@
483
499
 
484
500
  - Add dynamic creation of peerdeps ([#8582](https://github.com/mastra-ai/mastra/pull/8582))
485
501
 
486
- - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`ee17cec`](https://github.com/mastra-ai/mastra/commit/ee17cec065f4454740c9cc8f8a841027a5990f57), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`a9c4cb7`](https://github.com/mastra-ai/mastra/commit/a9c4cb7d6a35de23ca51066f166a66e0e4cca418), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
487
- - @mastra/core@0.20.1-alpha.1
488
- - @mastra/deployer@0.20.1-alpha.1
489
-
490
- ## 0.20.1-alpha.0
491
-
492
- ### Patch Changes
493
-
494
- - Updated dependencies [[`10e633a`](https://github.com/mastra-ai/mastra/commit/10e633a07d333466d9734c97acfc3dbf757ad2d0)]:
495
- - @mastra/core@0.20.1-alpha.0
496
- - @mastra/deployer@0.20.1-alpha.0
497
-
498
- ## 0.20.0
499
-
500
- ### Patch Changes
501
-
502
- ... 625 more lines hidden. See full changelog in package directory.
502
+ ... 641 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.14.26-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/deployer@0.24.9-alpha.0
10
+
11
+ ## 0.14.25
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`32ff95a`](https://github.com/mastra-ai/mastra/commit/32ff95ab1f5cdd3b21a460f58db466b77e58dfbd)]:
16
+ - @mastra/deployer@0.24.8
17
+ - @mastra/core@0.24.8
18
+
3
19
  ## 0.14.25-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -482,21 +498,5 @@
482
498
 
483
499
  ### Patch Changes
484
500
 
485
- - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
486
- - @mastra/core@0.17.1-alpha.0
487
- - @mastra/deployer@0.17.1-alpha.0
488
-
489
- ## 0.14.0
490
-
491
- ### Minor Changes
492
-
493
- - The `IBundler` and subsequently the `IDeployer` interface changed, making the third argument of `bundle()` an object. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
494
-
495
- ```diff
496
- - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
497
- + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
498
- ```
499
-
500
- If you're just using the deployer inside `src/mastra/index.ts` you're safe to upgrade, no changes needed.
501
501
 
502
- ... 3914 more lines hidden. See full changelog in package directory.
502
+ ... 3930 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.13.26-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/deployer@0.24.9-alpha.0
10
+
11
+ ## 0.13.25
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`32ff95a`](https://github.com/mastra-ai/mastra/commit/32ff95ab1f5cdd3b21a460f58db466b77e58dfbd)]:
16
+ - @mastra/deployer@0.24.8
17
+ - @mastra/core@0.24.8
18
+
3
19
  ## 0.13.25-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -483,20 +499,4 @@
483
499
 
484
500
  ### Patch Changes
485
501
 
486
- - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
487
- - @mastra/core@0.17.1
488
- - @mastra/deployer@0.17.1
489
-
490
- ## 0.13.1-alpha.0
491
-
492
- ### Patch Changes
493
-
494
- - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
495
- - @mastra/core@0.17.1-alpha.0
496
- - @mastra/deployer@0.17.1-alpha.0
497
-
498
- ## 0.13.0
499
-
500
- ### Minor Changes
501
-
502
- ... 3655 more lines hidden. See full changelog in package directory.
502
+ ... 3671 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.12.26-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/deployer@0.24.9-alpha.0
10
+
11
+ ## 0.12.25
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`32ff95a`](https://github.com/mastra-ai/mastra/commit/32ff95ab1f5cdd3b21a460f58db466b77e58dfbd)]:
16
+ - @mastra/deployer@0.24.8
17
+ - @mastra/core@0.24.8
18
+
3
19
  ## 0.12.25-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -483,20 +499,4 @@
483
499
 
484
500
  ### Patch Changes
485
501
 
486
- - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
487
- - @mastra/core@0.17.1
488
- - @mastra/deployer@0.17.1
489
-
490
- ## 0.12.1-alpha.0
491
-
492
- ### Patch Changes
493
-
494
- - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
495
- - @mastra/core@0.17.1-alpha.0
496
- - @mastra/deployer@0.17.1-alpha.0
497
-
498
- ## 0.12.0
499
-
500
- ### Minor Changes
501
-
502
- ... 3609 more lines hidden. See full changelog in package directory.
502
+ ... 3625 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.24.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/server@0.24.9-alpha.0
10
+
11
+ ## 0.24.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Add simple virtual check for tsconfigpaths plugin, misbehaves on CI ([#11072](https://github.com/mastra-ai/mastra/pull/11072))
16
+
17
+ - Updated dependencies []:
18
+ - @mastra/core@0.24.8
19
+ - @mastra/server@0.24.8
20
+
3
21
  ## 0.24.8-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -481,22 +499,4 @@
481
499
 
482
500
  ## 0.21.2-alpha.0
483
501
 
484
- ### Patch Changes
485
-
486
- - Fix edge case bug around transitive dependencies in monorepos ([#8977](https://github.com/mastra-ai/mastra/pull/8977))
487
-
488
- - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
489
- - @mastra/core@0.21.2-alpha.0
490
- - @mastra/server@0.21.2-alpha.0
491
-
492
- ## 0.21.1
493
-
494
- ### Patch Changes
495
-
496
- - Add undici to global external list ([#8877](https://github.com/mastra-ai/mastra/pull/8877))
497
-
498
- - Small fix for adding ESM shims when e.g. `__dirname` is used ([#8898](https://github.com/mastra-ai/mastra/pull/8898))
499
-
500
- - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
501
-
502
- ... 5034 more lines hidden. See full changelog in package directory.
502
+ ... 5052 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.48-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+
10
+ ## 0.13.47
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @mastra/core@0.24.8
16
+
3
17
  ## 0.13.47-alpha.0
4
18
 
5
19
  ### Patch Changes
@@ -484,19 +498,5 @@
484
498
 
485
499
  ### Patch Changes
486
500
 
487
- - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
488
- - @mastra/core@0.18.0-alpha.2
489
- - @mastra/mcp@0.13.1-alpha.0
490
-
491
- ## 0.13.24-alpha.1
492
-
493
- ### Patch Changes
494
-
495
- - Updated dependencies [[`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
496
- - @mastra/core@0.17.2-alpha.1
497
-
498
- ## 0.13.24-alpha.0
499
-
500
- ### Patch Changes
501
501
 
502
- ... 2125 more lines hidden. See full changelog in package directory.
502
+ ... 2139 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 7.0.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/client-js@0.17.2-alpha.0
10
+ - @mastra/react@0.0.24-alpha.0
11
+
12
+ ## 7.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies []:
17
+ - @mastra/core@0.24.8
18
+ - @mastra/client-js@0.17.1
19
+ - @mastra/react@0.0.23
20
+
3
21
  ## 7.0.1-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -481,22 +499,4 @@
481
499
 
482
500
  ## 6.5.2-alpha.0
483
501
 
484
- ### Patch Changes
485
-
486
- - Threads are not refreshing correctly after generate / stream / network ([#9015](https://github.com/mastra-ai/mastra/pull/9015))
487
-
488
- - fix template background image overflow ([#9011](https://github.com/mastra-ai/mastra/pull/9011))
489
-
490
- - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
491
- - @mastra/core@0.21.2-alpha.0
492
- - @mastra/client-js@0.16.2-alpha.0
493
- - @mastra/react@0.0.8-alpha.0
494
-
495
- ## 6.5.1
496
-
497
- ### Patch Changes
498
-
499
- - Add @mastra/react to peer deps ([#8857](https://github.com/mastra-ai/mastra/pull/8857))
500
-
501
-
502
- ... 4001 more lines hidden. See full changelog in package directory.
502
+ ... 4019 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.24-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/client-js@0.17.2-alpha.0
9
+
10
+ ## 0.0.23
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @mastra/client-js@0.17.1
16
+
3
17
  ## 0.0.23-alpha.0
4
18
 
5
19
  ### Patch Changes
@@ -485,18 +499,4 @@
485
499
 
486
500
  - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
487
501
 
488
- - Updated dependencies [[`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa)]:
489
- - @mastra/client-js@0.15.1-alpha.1
490
-
491
- ## 0.0.4-alpha.0
492
-
493
- ### Patch Changes
494
-
495
- - Updated dependencies []:
496
- - @mastra/client-js@0.15.1-alpha.0
497
-
498
- ## 0.0.3
499
-
500
- ### Patch Changes
501
-
502
- ... 65 more lines hidden. See full changelog in package directory.
502
+ ... 79 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.24.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+
10
+ ## 0.24.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @mastra/core@0.24.8
16
+
3
17
  ## 0.24.8-alpha.0
4
18
 
5
19
  ### Patch Changes
@@ -485,18 +499,4 @@
485
499
 
486
500
  ## 0.21.0-alpha.3
487
501
 
488
- ### Patch Changes
489
-
490
- - Updated dependencies [[`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8)]:
491
- - @mastra/core@0.21.0-alpha.3
492
-
493
- ## 0.21.0-alpha.2
494
-
495
- ### Patch Changes
496
-
497
- - Updated dependencies [[`f59fc1e`](https://github.com/mastra-ai/mastra/commit/f59fc1e406b8912e692f6bff6cfd4754cc8d165c)]:
498
- - @mastra/core@0.21.0-alpha.2
499
-
500
- ## 0.21.0-alpha.1
501
-
502
- ... 3994 more lines hidden. See full changelog in package directory.
502
+ ... 4008 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,9 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.18.9-alpha.0
4
+
5
+ ## 0.18.8
6
+
3
7
  ## 0.18.8-alpha.0
4
8
 
5
9
  ## 0.18.7
@@ -494,9 +498,5 @@
494
498
 
495
499
  ## 0.12.3-alpha.1
496
500
 
497
- ### Patch Changes
498
-
499
- - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
500
-
501
501
 
502
- ... 1672 more lines hidden. See full changelog in package directory.
502
+ ... 1676 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # mastra
2
2
 
3
+ ## 0.18.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/deployer@0.24.9-alpha.0
10
+
11
+ ## 0.18.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`32ff95a`](https://github.com/mastra-ai/mastra/commit/32ff95ab1f5cdd3b21a460f58db466b77e58dfbd)]:
16
+ - @mastra/deployer@0.24.8
17
+ - @mastra/core@0.24.8
18
+
3
19
  ## 0.18.8-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -483,20 +499,4 @@
483
499
  - @mastra/loggers@0.10.16-alpha.0
484
500
  - @mastra/mcp@0.13.5-alpha.0
485
501
 
486
- ## 0.15.1
487
-
488
- ### Patch Changes
489
-
490
- - Marked telemetry as disabled in the default template, in preperation for the Nov 4th deprecation. ([#8618](https://github.com/mastra-ai/mastra/pull/8618))
491
-
492
- - Improve the overall flow of the `create-mastra` CLI by first asking all questions and then creating the project structure. If you skip entering an API key during the wizard, the `your-api-key` placeholder will now be added to an `.env.example` file instead of `.env`. ([#8603](https://github.com/mastra-ai/mastra/pull/8603))
493
-
494
- - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
495
- - @mastra/core@0.20.2
496
- - @mastra/deployer@0.20.2
497
-
498
- ## 0.15.1-alpha.1
499
-
500
- ### Patch Changes
501
-
502
- ... 6379 more lines hidden. See full changelog in package directory.
502
+ ... 6395 more lines hidden. See full changelog in package directory.
@@ -15,6 +15,14 @@ The `create mastra` CLI command is the quickest way to start a new Mastra projec
15
15
 
16
16
  For more control over setup, or to add Mastra to an existing project, see the [manual installation guide](#install-manually). You can also use [`mastra init`](/reference/cli/mastra#mastra-init) for existing projects.
17
17
 
18
+ :::warning[Use v1 Beta]
19
+
20
+ For new projects, we recommend starting with the [Mastra v1 Beta](https://mastra.ai/docs/v1/getting-started/start).
21
+
22
+ It includes the latest features, improvements, and bug fixes. A stable version of Mastra v1 will be released soon.
23
+
24
+ :::
25
+
18
26
  ## Before you start
19
27
 
20
28
  - You'll need an API key from a [model provider](/models) to complete setup. We suggest starting with [OpenAI](https://platform.openai.com/api-keys), but if you need a provider that doesn't require a credit card, Google's [Gemini](https://aistudio.google.com/app/api-keys) is also an option.
@@ -90,6 +98,14 @@ If you encounter an error, your API key may not be configured correctly. Double-
90
98
 
91
99
  If you prefer not to use our automatic `create mastra` CLI tool, you can set up your project yourself by following the guide below.
92
100
 
101
+ :::warning[Use v1 Beta]
102
+
103
+ For new projects, we recommend starting with the [Mastra v1 Beta](https://mastra.ai/docs/v1/getting-started/manual-install).
104
+
105
+ It includes the latest features, improvements, and bug fixes. A stable version of Mastra v1 will be released soon.
106
+
107
+ :::
108
+
93
109
  <Steps>
94
110
 
95
111
  <StepItem>
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Studio | Getting Started"
3
- description: Guide on installing Mastra and setting up the necessary prerequisites for running it with various LLM providers.
3
+ description: Get started with Mastra Studio, a local UI and API to build, test, debug, and inspect agents and workflows in real time.
4
4
  ---
5
5
 
6
6
  import YouTube from "@site/src/components/YouTube-player";
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Memory threads and resources | Memory"
3
- description: "Learn how Mastra's memory system works with working memory, conversation history, and semantic recall."
3
+ description: "Use memory threads and resources in Mastra to control conversation scope, persistence, and recall behavior."
4
4
  ---
5
5
 
6
6
  # Memory threads and resources
@@ -90,7 +90,7 @@ const memory = new Memory({
90
90
  options: {
91
91
  workingMemory: {
92
92
  enabled: true,
93
- scope: "thread", // Memory is isolated per thread
93
+ scope: "resource", // Memory is isolated per thread
94
94
  template: `# User Profile
95
95
  - **Name**:
96
96
  - **Interests**:
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: "Reference: Mastra.getWorkflows() | Core"
3
- description: "Documentation for the `Mastra.getWorkflows()` method in Mastra, which retrieves all configured workflows."
2
+ title: "Reference: Mastra.listWorkflows() | Core"
3
+ description: "Documentation for the `Mastra.listWorkflows()` method in Mastra, which retrieves all configured workflows."
4
4
  ---
5
5
 
6
6
  # Mastra.getWorkflows()
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Reference: rerankWithScorer() | RAG"
3
- description: Documentation for the rerank function in Mastra, which provides advanced reranking capabilities for vector search results.
3
+ description: Documentation for the rerankWithScorer function in Mastra, which provides advanced reranking capabilities for vector search results.
4
4
  ---
5
5
 
6
6
  # rerankWithScorer()
@@ -2,7 +2,7 @@
2
2
  title: "Suspend and Resume in Workflows (Legacy) | Workflows (Legacy)"
3
3
  sidebar_position: 9
4
4
  sidebar_label: "Suspend & Resume"
5
- description: "Suspend and resume in Mastra workflows allows you to pause execution while waiting for external input or resources."
5
+ description: "Suspend and resume in Mastra workflows (Legacy) allows you to pause execution while waiting for external input or resources."
6
6
  ---
7
7
 
8
8
  # Suspend and Resume in Workflows (Legacy)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.48-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+
10
+ ## 0.13.47
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @mastra/core@0.24.8
16
+
3
17
  ## 0.13.47-alpha.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.47-alpha.0",
3
+ "version": "0.13.48-alpha.0",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,8 +33,8 @@
33
33
  "uuid": "^11.1.0",
34
34
  "zod": "^3.25.76",
35
35
  "zod-to-json-schema": "^3.24.6",
36
- "@mastra/core": "0.24.8-alpha.0",
37
- "@mastra/mcp": "^0.14.5"
36
+ "@mastra/mcp": "^0.14.5",
37
+ "@mastra/core": "0.24.9-alpha.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@hono/node-server": "^1.19.5",
@@ -49,8 +49,8 @@
49
49
  "tsx": "^4.19.4",
50
50
  "typescript": "^5.8.3",
51
51
  "vitest": "^3.2.4",
52
- "@mastra/core": "0.24.8-alpha.0",
53
- "@internal/lint": "0.0.65"
52
+ "@internal/lint": "0.0.66",
53
+ "@mastra/core": "0.24.9-alpha.0"
54
54
  },
55
55
  "homepage": "https://mastra.ai",
56
56
  "repository": {