@mastra/mcp-docs-server 0.13.41-alpha.0 → 0.13.41

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 (23) 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%2Fai-sdk.md +18 -18
  6. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
  7. package/.docs/organized/changelogs/%40mastra%2Fcore.md +16 -16
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +9 -9
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +9 -9
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +9 -9
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +9 -9
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +9 -9
  13. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +11 -11
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +11 -11
  15. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +10 -10
  16. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +12 -12
  17. package/.docs/organized/changelogs/%40mastra%2Freact.md +8 -8
  18. package/.docs/organized/changelogs/%40mastra%2Fserver.md +8 -8
  19. package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +13 -13
  20. package/.docs/organized/changelogs/create-mastra.md +3 -3
  21. package/.docs/organized/changelogs/mastra.md +11 -11
  22. package/CHANGELOG.md +10 -0
  23. package/package.json +5 -5
@@ -1,5 +1,7 @@
1
1
  # @internal/changeset-cli
2
2
 
3
+ ## 0.0.12
4
+
3
5
  ## 0.0.11
4
6
 
5
7
  ## 0.0.10
@@ -1,5 +1,7 @@
1
1
  # @internal/external-types
2
2
 
3
+ ## 0.0.10
4
+
3
5
  ## 0.0.9
4
6
 
5
7
  ## 0.0.8
@@ -1,5 +1,12 @@
1
1
  # @internal/lint
2
2
 
3
+ ## 0.0.56
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+
3
10
  ## 0.0.55
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [cd0042e]
296
- - @mastra/core@0.13.1
297
-
298
- ## 0.0.23
299
-
300
- ### Patch Changes
301
-
302
- ... 461 more lines hidden. See full changelog in package directory.
302
+ ... 468 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # @internal/types-builder
2
2
 
3
+ ## 0.0.35
4
+
3
5
  ## 0.0.34
4
6
 
5
7
  ## 0.0.33
@@ -1,5 +1,22 @@
1
1
  # @mastra/ai-sdk
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Add sendStart, sendFinish, sendReasoning, and sendSources options to toAISdkV5Stream function, allowing fine-grained control over which message chunks are included in the converted stream. Previously, these values were hardcoded in the transformer. ([#10250](https://github.com/mastra-ai/mastra/pull/10250))
8
+
9
+ BREAKING CHANGE: AgentStreamToAISDKTransformer now accepts an options object instead of a single lastMessageId parameter
10
+
11
+ Also, add sendStart, sendFinish, sendReasoning, and sendSources parameters to
12
+ chatRoute function, enabling fine-grained control over which chunks are
13
+ included in the AI SDK stream output.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
18
+ - @mastra/core@0.24.2
19
+
3
20
  ## 1.0.0-alpha.0
4
21
 
5
22
  ### Major Changes
@@ -282,21 +299,4 @@
282
299
 
283
300
  ## 0.1.1-alpha.1
284
301
 
285
- ### Patch Changes
286
-
287
- - Add support for streaming nested agent tools ([#8580](https://github.com/mastra-ai/mastra/pull/8580))
288
-
289
- - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
290
- - @mastra/core@0.20.1-alpha.3
291
-
292
- ## 0.1.1-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
297
-
298
- - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`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), [`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)]:
299
- - @mastra/core@0.20.1-alpha.1
300
-
301
-
302
- ... 183 more lines hidden. See full changelog in package directory.
302
+ ... 200 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.16.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+
3
10
  ## 0.16.11-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
  - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
293
300
  - @mastra/core@0.20.1-alpha.3
294
301
 
295
- ## 0.15.1-alpha.2
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [[`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
300
- - @mastra/core@0.20.1-alpha.2
301
-
302
- ... 3091 more lines hidden. See full changelog in package directory.
302
+ ... 3098 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Only handle download image asset transformation if needed ([#10245](https://github.com/mastra-ai/mastra/pull/10245))
8
+
9
+ - Fix tool outputSchema validation to allow unsupported Zod types like ZodTuple. The outputSchema is only used for internal validation and never sent to the LLM, so model compatibility checks are not needed. ([#10123](https://github.com/mastra-ai/mastra/pull/10123))
10
+
11
+ - Fix vector definition to fix pinecone ([#10179](https://github.com/mastra-ai/mastra/pull/10179))
12
+
13
+ - Add type bailed to workflowRunStatus ([#10103](https://github.com/mastra-ai/mastra/pull/10103))
14
+
15
+ - Add support for doGenerate in LanguageModelV2. This change fixes issues with OpenAI stream permissions. ([#10268](https://github.com/mastra-ai/mastra/pull/10268))
16
+ - Added new abstraction over LanguageModelV2
17
+
3
18
  ## 0.24.2-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ## 0.23.1
285
300
 
286
- ### Patch Changes
287
-
288
- - Updated dependencies [[`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de)]:
289
- - @mastra/schema-compat@0.11.5
290
-
291
- ## 0.23.0
292
-
293
- ### Minor Changes
294
-
295
- - Rename LLM span types and attributes to use Model prefix ([#9105](https://github.com/mastra-ai/mastra/pull/9105))
296
-
297
- BREAKING CHANGE: This release renames AI tracing span types and attribute interfaces to use the "Model" prefix instead of "LLM":
298
- - `AISpanType.LLM_GENERATION` → `AISpanType.MODEL_GENERATION`
299
- - `AISpanType.LLM_STEP` → `AISpanType.MODEL_STEP`
300
- - `AISpanType.LLM_CHUNK` → `AISpanType.MODEL_CHUNK`
301
301
 
302
- ... 4860 more lines hidden. See full changelog in package directory.
302
+ ... 4875 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+ - @mastra/deployer@0.24.2
10
+
3
11
  ## 0.24.2-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
  - @mastra/core@0.20.2-alpha.0
292
300
  - @mastra/deployer@0.20.2-alpha.0
293
301
 
294
- ## 0.20.1
295
-
296
- ### Patch Changes
297
-
298
- - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
299
-
300
- - Add dynamic creation of peerdeps ([#8582](https://github.com/mastra-ai/mastra/pull/8582))
301
-
302
- ... 677 more lines hidden. See full changelog in package directory.
302
+ ... 685 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.14.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+ - @mastra/deployer@0.24.2
10
+
3
11
  ## 0.14.19-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead), [`0992b8b`](https://github.com/mastra-ai/mastra/commit/0992b8bf0f4f1ba7ad9940883ec4bb8d867d3105), [`283bea0`](https://github.com/mastra-ai/mastra/commit/283bea07adbaf04a27fa3ad2df611095e0825195)]:
294
- - @mastra/core@0.19.1
295
- - @mastra/deployer@0.19.1
296
-
297
- ## 0.14.4-alpha.0
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 4018 more lines hidden. See full changelog in package directory.
302
+ ... 4026 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.13.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+ - @mastra/deployer@0.24.2
10
+
3
11
  ## 0.13.19-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead), [`0992b8b`](https://github.com/mastra-ai/mastra/commit/0992b8bf0f4f1ba7ad9940883ec4bb8d867d3105), [`283bea0`](https://github.com/mastra-ai/mastra/commit/283bea07adbaf04a27fa3ad2df611095e0825195)]:
294
- - @mastra/core@0.19.1
295
- - @mastra/deployer@0.19.1
296
-
297
- ## 0.13.4-alpha.0
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 3759 more lines hidden. See full changelog in package directory.
302
+ ... 3767 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.12.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+ - @mastra/deployer@0.24.2
10
+
3
11
  ## 0.12.19-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead), [`0992b8b`](https://github.com/mastra-ai/mastra/commit/0992b8bf0f4f1ba7ad9940883ec4bb8d867d3105), [`283bea0`](https://github.com/mastra-ai/mastra/commit/283bea07adbaf04a27fa3ad2df611095e0825195)]:
294
- - @mastra/core@0.19.1
295
- - @mastra/deployer@0.19.1
296
-
297
- ## 0.12.4-alpha.0
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 3713 more lines hidden. See full changelog in package directory.
302
+ ... 3721 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+ - @mastra/server@0.24.2
10
+
3
11
  ## 0.24.2-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - @mastra/core@0.21.2-alpha.0
291
299
  - @mastra/server@0.21.2-alpha.0
292
300
 
293
- ## 0.21.1
294
-
295
- ### Patch Changes
296
-
297
- - Add undici to global external list ([#8877](https://github.com/mastra-ai/mastra/pull/8877))
298
-
299
- - Small fix for adding ESM shims when e.g. `__dirname` is used ([#8898](https://github.com/mastra-ai/mastra/pull/8898))
300
-
301
301
 
302
- ... 5035 more lines hidden. See full changelog in package directory.
302
+ ... 5043 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Add migration tool to mcp docs server for stable branch that will let users know to upgrade mcp docs server @latest to @beta to get the proper migration tool. ([#10200](https://github.com/mastra-ai/mastra/pull/10200))
8
+
9
+ - Updated dependencies [[`f21ed89`](https://github.com/mastra-ai/mastra/commit/f21ed89577cfa00d616f10eaf10d8feb096f283e), [`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
10
+ - @mastra/mcp@0.14.3
11
+ - @mastra/core@0.24.2
12
+
3
13
  ## 0.13.41-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -289,14 +299,4 @@
289
299
  - @mastra/core@0.20.0
290
300
  - @mastra/mcp@0.13.3
291
301
 
292
- ## 0.13.27-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`03622f8`](https://github.com/mastra-ai/mastra/commit/03622f86e9d7342197f80f95333ea3ff65c783ae), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
297
- - @mastra/core@0.20.0-alpha.0
298
- - @mastra/mcp@0.13.3-alpha.0
299
-
300
- ## 0.13.26
301
-
302
- ... 2201 more lines hidden. See full changelog in package directory.
302
+ ... 2211 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.14.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Add timeout configuration to mcp server config ([#10124](https://github.com/mastra-ai/mastra/pull/10124))
8
+
9
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
10
+ - @mastra/core@0.24.2
11
+
3
12
  ## 0.14.3-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - ad78bfc: "piped tracingContext through inngest and mcp packages"
290
299
  - 3b8972b: Turn MCPTool into a generic to get parameter typing
291
300
  - 6cffb99: Fix log level not being handled by server
292
- - 3e0153a: Fix mcp getTools when using Zod v4
293
- - Updated dependencies [ab48c97]
294
- - Updated dependencies [85ef90b]
295
- - Updated dependencies [aedbbfa]
296
- - Updated dependencies [ff89505]
297
- - Updated dependencies [637f323]
298
- - Updated dependencies [de3cbc6]
299
- - Updated dependencies [c19bcf7]
300
- - Updated dependencies [4474d04]
301
-
302
- ... 2527 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2536 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.11.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Adjust pinecone settings ([#10251](https://github.com/mastra-ai/mastra/pull/10251))
8
+
9
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
10
+ - @mastra/core@0.24.2
11
+
3
12
  ## 0.11.17-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -290,13 +299,4 @@
290
299
  - Updated dependencies [a8f129d]
291
300
  - @mastra/core@0.14.0
292
301
 
293
- ## 0.11.4-alpha.0
294
-
295
- ### Patch Changes
296
-
297
- - 03997ae: Update peerdeps
298
- - @mastra/core@0.14.0-alpha.7
299
-
300
- ## 0.11.3
301
-
302
- ... 1977 more lines hidden. See full changelog in package directory.
302
+ ... 1986 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix scorer filtering for SpanScoring, add error and info message for user ([#10164](https://github.com/mastra-ai/mastra/pull/10164))
8
+
9
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
10
+ - @mastra/core@0.24.2
11
+ - @mastra/client-js@0.16.11
12
+ - @mastra/react@0.0.17
13
+
3
14
  ## 6.9.2-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
 
289
300
  ## 6.5.1
290
301
 
291
- ### Patch Changes
292
-
293
- - Add @mastra/react to peer deps ([#8857](https://github.com/mastra-ai/mastra/pull/8857))
294
-
295
- - Updated dependencies [[`ca85c93`](https://github.com/mastra-ai/mastra/commit/ca85c932b232e6ad820c811ec176d98e68c59b0a), [`a1d40f8`](https://github.com/mastra-ai/mastra/commit/a1d40f88d4ce42c4508774ad22e38ac582157af2), [`01c4a25`](https://github.com/mastra-ai/mastra/commit/01c4a2506c514d5e861c004d3d2fb3791c6391f3), [`9ba695e`](https://github.com/mastra-ai/mastra/commit/9ba695e9ff977b8f13cc71df3b452775757361e5), [`cce8aad`](https://github.com/mastra-ai/mastra/commit/cce8aad878a0dd98e5647680f3765caba0b1701c)]:
296
- - @mastra/core@0.21.1
297
- - @mastra/react@0.0.7
298
- - @mastra/client-js@0.16.1
299
-
300
- ## 6.5.1-alpha.0
301
-
302
- ... 3995 more lines hidden. See full changelog in package directory.
302
+ ... 4006 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/client-js@0.16.11
9
+
3
10
  ## 0.0.17-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ## 0.0.4-alpha.4
294
301
 
295
- ### Patch Changes
296
-
297
- - Updated dependencies []:
298
- - @mastra/client-js@0.15.1-alpha.4
299
-
300
- ## 0.0.4-alpha.3
301
-
302
- ... 103 more lines hidden. See full changelog in package directory.
302
+ ... 110 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
8
+ - @mastra/core@0.24.2
9
+
3
10
  ## 0.24.2-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ## 0.21.0-alpha.1
293
300
 
294
- ### Patch Changes
295
-
296
- - Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`fb703b9`](https://github.com/mastra-ai/mastra/commit/fb703b9634eeaff1a6eb2b5531ce0f9e8fb04727), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`05a9dee`](https://github.com/mastra-ai/mastra/commit/05a9dee3d355694d28847bfffb6289657fcf7dfa), [`e3c1077`](https://github.com/mastra-ai/mastra/commit/e3c107763aedd1643d3def5df450c235da9ff76c), [`1bccdb3`](https://github.com/mastra-ai/mastra/commit/1bccdb33eb90cbeba2dc5ece1c2561fb774b26b6), [`5ef944a`](https://github.com/mastra-ai/mastra/commit/5ef944a3721d93105675cac2b2311432ff8cc393), [`d6b186f`](https://github.com/mastra-ai/mastra/commit/d6b186fb08f1caf1b86f73d3a5ee88fb999ca3be), [`65493b3`](https://github.com/mastra-ai/mastra/commit/65493b31c36f6fdb78f9679f7e1ecf0c250aa5ee), [`a998b8f`](https://github.com/mastra-ai/mastra/commit/a998b8f858091c2ec47683e60766cf12d03001e4), [`8a37bdd`](https://github.com/mastra-ai/mastra/commit/8a37bddb6d8614a32c5b70303d583d80c620ea61)]:
297
- - @mastra/core@0.21.0-alpha.1
298
-
299
- ## 0.21.0-alpha.0
300
-
301
301
 
302
- ... 3986 more lines hidden. See full changelog in package directory.
302
+ ... 3993 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-google-gemini-live
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Backport gemini fix to 0.x ([#10234](https://github.com/mastra-ai/mastra/pull/10234))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
12
+ - @mastra/core@0.24.2
13
+
3
14
  ## 0.11.0-alpha.0
4
15
 
5
16
  ### Minor Changes
@@ -287,16 +298,5 @@
287
298
 
288
299
  ### Patch Changes
289
300
 
290
- - dd512a2: Integrates Google Gemini Live API into the Mastra framework
291
- - Updated dependencies [227c7e6]
292
- - Updated dependencies [12cae67]
293
- - Updated dependencies [fd3a3eb]
294
- - Updated dependencies [6faaee5]
295
- - Updated dependencies [4232b14]
296
- - Updated dependencies [a89de7e]
297
- - Updated dependencies [5a37d0c]
298
- - Updated dependencies [4bde0cb]
299
- - Updated dependencies [cf4f357]
300
- - Updated dependencies [ad888a2]
301
-
302
- ... 22 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 33 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.18.2
4
+
3
5
  ## 0.18.2-alpha.0
4
6
 
5
7
  ## 0.18.1
@@ -296,7 +298,5 @@
296
298
 
297
299
  - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
298
300
 
299
- - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
300
-
301
301
 
302
- ... 1822 more lines hidden. See full changelog in package directory.
302
+ ... 1824 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # mastra
2
2
 
3
+ ## 0.18.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Add support to skip dotenv/env file loading by adding MASTRA_SKIP_DOTENV ([#10246](https://github.com/mastra-ai/mastra/pull/10246))
8
+
9
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
10
+ - @mastra/core@0.24.2
11
+ - @mastra/deployer@0.24.2
12
+
3
13
  ## 0.18.2-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -289,14 +299,4 @@
289
299
 
290
300
  - Refactor EntryList component and Scorer and Observability pages ([#8652](https://github.com/mastra-ai/mastra/pull/8652))
291
301
 
292
- - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
293
-
294
- - Improve README ([#8819](https://github.com/mastra-ai/mastra/pull/8819))
295
-
296
- - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
297
-
298
- - Updated dependencies [[`0fb6616`](https://github.com/mastra-ai/mastra/commit/0fb66169600ed2a3dc1297b1bfa8a7693ebb6e3c), [`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`1dbd76a`](https://github.com/mastra-ai/mastra/commit/1dbd76aff29cc764d3a1ac7bb01172fe59cb5992), [`f59fc1e`](https://github.com/mastra-ai/mastra/commit/f59fc1e406b8912e692f6bff6cfd4754cc8d165c), [`ca5a01f`](https://github.com/mastra-ai/mastra/commit/ca5a01f0dd4dabdbfde3beeaf92c7333e0f9bb39), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8), [`2ddb851`](https://github.com/mastra-ai/mastra/commit/2ddb8519c4b6f1d31be10ffd33b41d2b649a04ff), [`fb703b9`](https://github.com/mastra-ai/mastra/commit/fb703b9634eeaff1a6eb2b5531ce0f9e8fb04727), [`dfe856f`](https://github.com/mastra-ai/mastra/commit/dfe856f7f60ff4765b75930e7b5d82dd0f0f7d89), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`05a9dee`](https://github.com/mastra-ai/mastra/commit/05a9dee3d355694d28847bfffb6289657fcf7dfa), [`e3c1077`](https://github.com/mastra-ai/mastra/commit/e3c107763aedd1643d3def5df450c235da9ff76c), [`1908ca0`](https://github.com/mastra-ai/mastra/commit/1908ca0521f90e43779cc29ab590173ca560443c), [`1bccdb3`](https://github.com/mastra-ai/mastra/commit/1bccdb33eb90cbeba2dc5ece1c2561fb774b26b6), [`5ef944a`](https://github.com/mastra-ai/mastra/commit/5ef944a3721d93105675cac2b2311432ff8cc393), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`d6b186f`](https://github.com/mastra-ai/mastra/commit/d6b186fb08f1caf1b86f73d3a5ee88fb999ca3be), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`65493b3`](https://github.com/mastra-ai/mastra/commit/65493b31c36f6fdb78f9679f7e1ecf0c250aa5ee), [`a998b8f`](https://github.com/mastra-ai/mastra/commit/a998b8f858091c2ec47683e60766cf12d03001e4), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`8a37bdd`](https://github.com/mastra-ai/mastra/commit/8a37bddb6d8614a32c5b70303d583d80c620ea61), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`e0e1cf1`](https://github.com/mastra-ai/mastra/commit/e0e1cf1e37b9dc61099ab331a6d386e44b816310), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb)]:
299
- - @mastra/deployer@0.21.0
300
- - @mastra/core@0.21.0
301
-
302
- ... 6447 more lines hidden. See full changelog in package directory.
302
+ ... 6457 more lines hidden. See full changelog in package directory.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Add migration tool to mcp docs server for stable branch that will let users know to upgrade mcp docs server @latest to @beta to get the proper migration tool. ([#10200](https://github.com/mastra-ai/mastra/pull/10200))
8
+
9
+ - Updated dependencies [[`f21ed89`](https://github.com/mastra-ai/mastra/commit/f21ed89577cfa00d616f10eaf10d8feb096f283e), [`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
10
+ - @mastra/mcp@0.14.3
11
+ - @mastra/core@0.24.2
12
+
3
13
  ## 0.13.41-alpha.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.41-alpha.0",
3
+ "version": "0.13.41",
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.2-alpha.0",
37
- "@mastra/mcp": "^0.14.3-alpha.0"
36
+ "@mastra/core": "0.24.2",
37
+ "@mastra/mcp": "^0.14.3"
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
- "@internal/lint": "0.0.59",
53
- "@mastra/core": "0.24.2-alpha.0"
52
+ "@internal/lint": "0.0.60",
53
+ "@mastra/core": "0.24.2"
54
54
  },
55
55
  "homepage": "https://mastra.ai",
56
56
  "repository": {