@mastra/mcp-docs-server 0.13.47 → 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.
@@ -1,5 +1,12 @@
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
+
3
10
  ## 0.17.1
4
11
 
5
12
  ### Patch Changes
@@ -492,11 +499,4 @@
492
499
 
493
500
  ## 0.16.0-alpha.3
494
501
 
495
- ### Patch Changes
496
-
497
- - Updated dependencies [[`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8)]:
498
- - @mastra/core@0.21.0-alpha.3
499
-
500
- ## 0.16.0-alpha.2
501
-
502
- ... 3169 more lines hidden. See full changelog in package directory.
502
+ ... 3176 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
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
+
3
9
  ## 0.24.8
4
10
 
5
11
  ## 0.24.8-alpha.0
@@ -492,11 +498,5 @@
492
498
  - `agent.ts` - `genTitle`, `generateTitleFromUserMessage`, `resolveTitleGenerationConfig`
493
499
  - `agent-legacy.ts` - `AgentLegacyCapabilities` interface
494
500
 
495
- - 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))
496
-
497
- Now metadata is properly preserved for all message input formats:
498
- - Simple CoreMessage format: `{role, content, metadata}`
499
- - Full UIMessage format: `{role, content, parts, metadata}`
500
- - AI SDK v5 ModelMessage format with metadata
501
501
 
502
- ... 5469 more lines hidden. See full changelog in package directory.
502
+ ... 5475 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.24.8
4
12
 
5
13
  ### Patch Changes
@@ -491,12 +499,4 @@
491
499
 
492
500
  - Add dynamic creation of peerdeps ([#8582](https://github.com/mastra-ai/mastra/pull/8582))
493
501
 
494
- - 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)]:
495
- - @mastra/core@0.20.1-alpha.1
496
- - @mastra/deployer@0.20.1-alpha.1
497
-
498
- ## 0.20.1-alpha.0
499
-
500
- ### Patch Changes
501
-
502
- ... 633 more lines hidden. See full changelog in package directory.
502
+ ... 641 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.14.25
4
12
 
5
13
  ### Patch Changes
@@ -490,13 +498,5 @@
490
498
 
491
499
  ### Patch Changes
492
500
 
493
- - 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)]:
494
- - @mastra/core@0.17.1-alpha.0
495
- - @mastra/deployer@0.17.1-alpha.0
496
-
497
- ## 0.14.0
498
-
499
- ### Minor Changes
500
-
501
501
 
502
- ... 3922 more lines hidden. See full changelog in package directory.
502
+ ... 3930 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.13.25
4
12
 
5
13
  ### Patch Changes
@@ -491,12 +499,4 @@
491
499
 
492
500
  ### Patch Changes
493
501
 
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
496
- - @mastra/deployer@0.17.1
497
-
498
- ## 0.13.1-alpha.0
499
-
500
- ### Patch Changes
501
-
502
- ... 3663 more lines hidden. See full changelog in package directory.
502
+ ... 3671 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.12.25
4
12
 
5
13
  ### Patch Changes
@@ -491,12 +499,4 @@
491
499
 
492
500
  ### Patch Changes
493
501
 
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
496
- - @mastra/deployer@0.17.1
497
-
498
- ## 0.12.1-alpha.0
499
-
500
- ### Patch Changes
501
-
502
- ... 3617 more lines hidden. See full changelog in package directory.
502
+ ... 3625 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.24.8
4
12
 
5
13
  ### Patch Changes
@@ -491,12 +499,4 @@
491
499
 
492
500
  ## 0.21.2-alpha.0
493
501
 
494
- ### Patch Changes
495
-
496
- - Fix edge case bug around transitive dependencies in monorepos ([#8977](https://github.com/mastra-ai/mastra/pull/8977))
497
-
498
- - 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)]:
499
- - @mastra/core@0.21.2-alpha.0
500
- - @mastra/server@0.21.2-alpha.0
501
-
502
- ... 5044 more lines hidden. See full changelog in package directory.
502
+ ... 5052 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
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
+
3
10
  ## 0.13.47
4
11
 
5
12
  ### Patch Changes
@@ -491,12 +498,5 @@
491
498
 
492
499
  ### Patch Changes
493
500
 
494
- - 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)]:
495
- - @mastra/core@0.18.0-alpha.2
496
- - @mastra/mcp@0.13.1-alpha.0
497
-
498
- ## 0.13.24-alpha.1
499
-
500
- ### Patch Changes
501
501
 
502
- ... 2132 more lines hidden. See full changelog in package directory.
502
+ ... 2139 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
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
+
3
12
  ## 7.0.1
4
13
 
5
14
  ### Patch Changes
@@ -490,13 +499,4 @@
490
499
 
491
500
  ## 6.5.2-alpha.0
492
501
 
493
- ### Patch Changes
494
-
495
- - Threads are not refreshing correctly after generate / stream / network ([#9015](https://github.com/mastra-ai/mastra/pull/9015))
496
-
497
- - fix template background image overflow ([#9011](https://github.com/mastra-ai/mastra/pull/9011))
498
-
499
- - 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)]:
500
- - @mastra/core@0.21.2-alpha.0
501
-
502
- ... 4010 more lines hidden. See full changelog in package directory.
502
+ ... 4019 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
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
+
3
10
  ## 0.0.23
4
11
 
5
12
  ### Patch Changes
@@ -492,11 +499,4 @@
492
499
 
493
500
  - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
494
501
 
495
- - Updated dependencies [[`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa)]:
496
- - @mastra/client-js@0.15.1-alpha.1
497
-
498
- ## 0.0.4-alpha.0
499
-
500
- ### Patch Changes
501
-
502
- ... 72 more lines hidden. See full changelog in package directory.
502
+ ... 79 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
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
+
3
10
  ## 0.24.8
4
11
 
5
12
  ### Patch Changes
@@ -492,11 +499,4 @@
492
499
 
493
500
  ## 0.21.0-alpha.3
494
501
 
495
- ### Patch Changes
496
-
497
- - Updated dependencies [[`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8)]:
498
- - @mastra/core@0.21.0-alpha.3
499
-
500
- ## 0.21.0-alpha.2
501
-
502
- ... 4001 more lines hidden. See full changelog in package directory.
502
+ ... 4008 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.18.9-alpha.0
4
+
3
5
  ## 0.18.8
4
6
 
5
7
  ## 0.18.8-alpha.0
@@ -496,7 +498,5 @@
496
498
 
497
499
  ## 0.12.3-alpha.1
498
500
 
499
- ### Patch Changes
500
-
501
501
 
502
- ... 1674 more lines hidden. See full changelog in package directory.
502
+ ... 1676 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.18.8
4
12
 
5
13
  ### Patch Changes
@@ -491,12 +499,4 @@
491
499
  - @mastra/loggers@0.10.16-alpha.0
492
500
  - @mastra/mcp@0.13.5-alpha.0
493
501
 
494
- ## 0.15.1
495
-
496
- ### Patch Changes
497
-
498
- - Marked telemetry as disabled in the default template, in preperation for the Nov 4th deprecation. ([#8618](https://github.com/mastra-ai/mastra/pull/8618))
499
-
500
- - 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))
501
-
502
- ... 6387 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,12 @@
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
+
3
10
  ## 0.13.47
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.47",
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",
@@ -34,7 +34,7 @@
34
34
  "zod": "^3.25.76",
35
35
  "zod-to-json-schema": "^3.24.6",
36
36
  "@mastra/mcp": "^0.14.5",
37
- "@mastra/core": "0.24.8"
37
+ "@mastra/core": "0.24.9-alpha.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@hono/node-server": "^1.19.5",
@@ -50,7 +50,7 @@
50
50
  "typescript": "^5.8.3",
51
51
  "vitest": "^3.2.4",
52
52
  "@internal/lint": "0.0.66",
53
- "@mastra/core": "0.24.8"
53
+ "@mastra/core": "0.24.9-alpha.0"
54
54
  },
55
55
  "homepage": "https://mastra.ai",
56
56
  "repository": {