@mastra/mcp-docs-server 0.13.40-alpha.0 → 0.13.41-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 (33) 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 +43 -43
  6. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +17 -17
  7. package/.docs/organized/changelogs/%40mastra%2Fcore.md +47 -47
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +19 -19
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +17 -17
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +17 -17
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +17 -17
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +21 -21
  13. package/.docs/organized/changelogs/%40mastra%2Fevals.md +11 -11
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +18 -18
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +11 -11
  16. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +11 -11
  17. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +10 -10
  18. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +21 -21
  19. package/.docs/organized/changelogs/%40mastra%2Freact.md +15 -15
  20. package/.docs/organized/changelogs/%40mastra%2Fserver.md +15 -15
  21. package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +12 -12
  22. package/.docs/organized/changelogs/create-mastra.md +5 -5
  23. package/.docs/organized/changelogs/mastra.md +23 -23
  24. package/.docs/raw/reference/vectors/pinecone.mdx +16 -1
  25. package/.docs/raw/reference/voice/azure.mdx +95 -80
  26. package/CHANGELOG.md +17 -0
  27. package/dist/index.d.ts.map +1 -1
  28. package/dist/prompts/migration.d.ts +3 -0
  29. package/dist/prompts/migration.d.ts.map +1 -0
  30. package/dist/stdio.js +148 -1
  31. package/dist/tools/migration.d.ts +40 -0
  32. package/dist/tools/migration.d.ts.map +1 -0
  33. package/package.json +5 -5
@@ -1,5 +1,22 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.41-alpha.0
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-alpha.0
11
+ - @mastra/core@0.24.2-alpha.0
12
+
13
+ ## 0.13.40
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`0a0aa87`](https://github.com/mastra-ai/mastra/commit/0a0aa87910dd9234ae11e8146fbf54d71f0b1516), [`56bbbd0`](https://github.com/mastra-ai/mastra/commit/56bbbd0eb4510455ff03d6bf2827fdbd307938be), [`d576fd8`](https://github.com/mastra-ai/mastra/commit/d576fd8f2a3c61bcf2f7d5d2bdfb496d442c46c2), [`5e48406`](https://github.com/mastra-ai/mastra/commit/5e48406766fa94e2b7c56b70fb7d6068cf7f3989), [`7fcce62`](https://github.com/mastra-ai/mastra/commit/7fcce62880c3525fbf752d59c0ac2c478cffe024), [`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6), [`26aee16`](https://github.com/mastra-ai/mastra/commit/26aee160149e7acb84a533bf45631aaed6dd7077), [`b063a81`](https://github.com/mastra-ai/mastra/commit/b063a8144176915a766ea15888e1e8a06a020776), [`5ff9462`](https://github.com/mastra-ai/mastra/commit/5ff9462691c80a6841b014bcc68f6a85c3fd3fbf)]:
18
+ - @mastra/core@0.24.1
19
+
3
20
  ## 0.13.40-alpha.0
4
21
 
5
22
  ### Patch Changes
@@ -282,21 +299,4 @@
282
299
 
283
300
  ## 0.13.26
284
301
 
285
- ### Patch Changes
286
-
287
- - 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)]:
288
- - @mastra/core@0.19.1
289
-
290
- ## 0.13.26-alpha.1
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead)]:
295
- - @mastra/core@0.19.1-alpha.1
296
-
297
- ## 0.13.26-alpha.0
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 2184 more lines hidden. See full changelog in package directory.
302
+ ... 2201 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.14.3-alpha.0
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-alpha.0
11
+
3
12
  ## 0.14.2
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [de3cbc6]
290
299
  - Updated dependencies [c19bcf7]
291
300
  - Updated dependencies [4474d04]
292
- - Updated dependencies [183dc95]
293
- - Updated dependencies [a1111e2]
294
- - Updated dependencies [b42a961]
295
- - Updated dependencies [61debef]
296
- - Updated dependencies [9beaeff]
297
- - Updated dependencies [29de0e1]
298
- - Updated dependencies [f643c65]
299
- - Updated dependencies [00c74e7]
300
- - Updated dependencies [fef7375]
301
-
302
- ... 2518 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2527 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/mssql
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Prevents double stringification for MSSQL jsonb columns by reusing incoming strings that already contain valid JSON while still stringifying other inputs as needed. ([#9935](https://github.com/mastra-ai/mastra/pull/9935))
8
+
9
+ - Updated dependencies [[`0a0aa87`](https://github.com/mastra-ai/mastra/commit/0a0aa87910dd9234ae11e8146fbf54d71f0b1516), [`56bbbd0`](https://github.com/mastra-ai/mastra/commit/56bbbd0eb4510455ff03d6bf2827fdbd307938be), [`d576fd8`](https://github.com/mastra-ai/mastra/commit/d576fd8f2a3c61bcf2f7d5d2bdfb496d442c46c2), [`5e48406`](https://github.com/mastra-ai/mastra/commit/5e48406766fa94e2b7c56b70fb7d6068cf7f3989), [`7fcce62`](https://github.com/mastra-ai/mastra/commit/7fcce62880c3525fbf752d59c0ac2c478cffe024), [`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6), [`26aee16`](https://github.com/mastra-ai/mastra/commit/26aee160149e7acb84a533bf45631aaed6dd7077), [`b063a81`](https://github.com/mastra-ai/mastra/commit/b063a8144176915a766ea15888e1e8a06a020776), [`5ff9462`](https://github.com/mastra-ai/mastra/commit/5ff9462691c80a6841b014bcc68f6a85c3fd3fbf)]:
10
+ - @mastra/core@0.24.1
11
+
3
12
  ## 0.5.2-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [ff89505]
290
299
  - Updated dependencies [637f323]
291
300
  - Updated dependencies [de3cbc6]
292
- - Updated dependencies [c19bcf7]
293
- - Updated dependencies [4474d04]
294
- - Updated dependencies [183dc95]
295
- - Updated dependencies [a1111e2]
296
- - Updated dependencies [b42a961]
297
- - Updated dependencies [61debef]
298
- - Updated dependencies [9beaeff]
299
- - Updated dependencies [29de0e1]
300
- - Updated dependencies [f643c65]
301
-
302
- ... 343 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 352 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.11.17-alpha.0
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-alpha.0
11
+
3
12
  ## 0.11.16
4
13
 
5
14
  ### Patch Changes
@@ -290,13 +299,4 @@
290
299
 
291
300
  ## 0.11.3
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 [d0496e6]
298
- - Updated dependencies [a82b851]
299
- - Updated dependencies [ea0c5f2]
300
- - Updated dependencies [41a0a0e]
301
-
302
- ... 1968 more lines hidden. See full changelog in package directory.
302
+ ... 1977 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,25 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.9.2-alpha.0
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-alpha.0
11
+ - @mastra/client-js@0.16.11-alpha.0
12
+ - @mastra/react@0.0.17-alpha.0
13
+
14
+ ## 6.9.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`082393c`](https://github.com/mastra-ai/mastra/commit/082393c002f3751113a48da28e4c0ed3db9824d7), [`0a0aa87`](https://github.com/mastra-ai/mastra/commit/0a0aa87910dd9234ae11e8146fbf54d71f0b1516), [`56bbbd0`](https://github.com/mastra-ai/mastra/commit/56bbbd0eb4510455ff03d6bf2827fdbd307938be), [`d576fd8`](https://github.com/mastra-ai/mastra/commit/d576fd8f2a3c61bcf2f7d5d2bdfb496d442c46c2), [`5e48406`](https://github.com/mastra-ai/mastra/commit/5e48406766fa94e2b7c56b70fb7d6068cf7f3989), [`7fcce62`](https://github.com/mastra-ai/mastra/commit/7fcce62880c3525fbf752d59c0ac2c478cffe024), [`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6), [`26aee16`](https://github.com/mastra-ai/mastra/commit/26aee160149e7acb84a533bf45631aaed6dd7077), [`b063a81`](https://github.com/mastra-ai/mastra/commit/b063a8144176915a766ea15888e1e8a06a020776), [`5ff9462`](https://github.com/mastra-ai/mastra/commit/5ff9462691c80a6841b014bcc68f6a85c3fd3fbf)]:
19
+ - @mastra/client-js@0.16.10
20
+ - @mastra/core@0.24.1
21
+ - @mastra/react@0.0.16
22
+
3
23
  ## 6.9.1-alpha.0
4
24
 
5
25
  ### Patch Changes
@@ -279,24 +299,4 @@
279
299
 
280
300
  ## 6.5.1-alpha.0
281
301
 
282
- ### Patch Changes
283
-
284
- - Add @mastra/react to peer deps ([#8857](https://github.com/mastra-ai/mastra/pull/8857))
285
-
286
- - 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)]:
287
- - @mastra/core@0.21.1-alpha.0
288
- - @mastra/react@0.0.7-alpha.0
289
- - @mastra/client-js@0.16.1-alpha.0
290
-
291
- ## 6.5.0
292
-
293
- ### Minor Changes
294
-
295
- - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
296
-
297
- ### Patch Changes
298
-
299
- - dependencies updates: ([#8685](https://github.com/mastra-ai/mastra/pull/8685))
300
- - Updated dependency [`zod@^4.1.12` ↗︎](https://www.npmjs.com/package/zod/v/4.1.12) (from `^4.1.9`, in `dependencies`)
301
-
302
- ... 3975 more lines hidden. See full changelog in package directory.
302
+ ... 3995 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/client-js@0.16.11-alpha.0
9
+
10
+ ## 0.0.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`082393c`](https://github.com/mastra-ai/mastra/commit/082393c002f3751113a48da28e4c0ed3db9824d7)]:
15
+ - @mastra/client-js@0.16.10
16
+
3
17
  ## 0.0.16-alpha.0
4
18
 
5
19
  ### Patch Changes
@@ -285,18 +299,4 @@
285
299
 
286
300
  ## 0.0.4-alpha.3
287
301
 
288
- ### Patch Changes
289
-
290
- - Updated dependencies []:
291
- - @mastra/client-js@0.15.1-alpha.3
292
-
293
- ## 0.0.4-alpha.2
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies []:
298
- - @mastra/client-js@0.15.1-alpha.2
299
-
300
- ## 0.0.4-alpha.1
301
-
302
- ... 89 more lines hidden. See full changelog in package directory.
302
+ ... 103 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.24.2-alpha.0
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-alpha.0
9
+
10
+ ## 0.24.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`0a0aa87`](https://github.com/mastra-ai/mastra/commit/0a0aa87910dd9234ae11e8146fbf54d71f0b1516), [`56bbbd0`](https://github.com/mastra-ai/mastra/commit/56bbbd0eb4510455ff03d6bf2827fdbd307938be), [`d576fd8`](https://github.com/mastra-ai/mastra/commit/d576fd8f2a3c61bcf2f7d5d2bdfb496d442c46c2), [`5e48406`](https://github.com/mastra-ai/mastra/commit/5e48406766fa94e2b7c56b70fb7d6068cf7f3989), [`7fcce62`](https://github.com/mastra-ai/mastra/commit/7fcce62880c3525fbf752d59c0ac2c478cffe024), [`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6), [`26aee16`](https://github.com/mastra-ai/mastra/commit/26aee160149e7acb84a533bf45631aaed6dd7077), [`b063a81`](https://github.com/mastra-ai/mastra/commit/b063a8144176915a766ea15888e1e8a06a020776), [`5ff9462`](https://github.com/mastra-ai/mastra/commit/5ff9462691c80a6841b014bcc68f6a85c3fd3fbf)]:
15
+ - @mastra/core@0.24.1
16
+
3
17
  ## 0.24.1-alpha.0
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
 
285
299
  ## 0.21.0-alpha.0
286
300
 
287
- ### Minor Changes
288
-
289
- - Update structuredOutput to use response format by default with an opt in to json prompt injection. ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
290
- Replaced internal usage of output with structuredOutput.
291
-
292
- - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
293
-
294
- ### Patch Changes
295
-
296
- - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
297
-
298
- - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
299
-
300
- - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
301
301
 
302
- ... 3972 more lines hidden. See full changelog in package directory.
302
+ ... 3986 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-alpha.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-alpha.0
13
+
3
14
  ## 0.10.18
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [4bde0cb]
288
299
  - Updated dependencies [cf4f357]
289
300
  - Updated dependencies [ad888a2]
290
- - Updated dependencies [481751d]
291
- - Updated dependencies [2454423]
292
- - Updated dependencies [194e395]
293
- - Updated dependencies [a722c0b]
294
- - Updated dependencies [c30bca8]
295
- - Updated dependencies [3b5fec7]
296
- - Updated dependencies [a8f129d]
297
- - @mastra/core@0.14.0
298
-
299
- ## 0.10.7-alpha.0
300
-
301
301
 
302
- ... 11 more lines hidden. See full changelog in package directory.
302
+ ... 22 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,9 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.18.2-alpha.0
4
+
5
+ ## 0.18.1
6
+
3
7
  ## 0.18.1-alpha.0
4
8
 
5
9
  ## 0.18.0
@@ -294,9 +298,5 @@
294
298
 
295
299
  - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
296
300
 
297
- - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
298
-
299
- ## 0.13.4
300
-
301
301
 
302
- ... 1818 more lines hidden. See full changelog in package directory.
302
+ ... 1822 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # mastra
2
2
 
3
+ ## 0.18.2-alpha.0
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-alpha.0
11
+ - @mastra/deployer@0.24.2-alpha.0
12
+
13
+ ## 0.18.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Add warning to `mastra dev` and `mastra build` about upcoming stable release of v1.0.0. ([#9524](https://github.com/mastra-ai/mastra/pull/9524))
18
+
19
+ - Use a shared `getAllToolPaths()` method from the bundler to discover tool paths. ([#10049](https://github.com/mastra-ai/mastra/pull/10049))
20
+
21
+ - Updated dependencies [[`0a0aa87`](https://github.com/mastra-ai/mastra/commit/0a0aa87910dd9234ae11e8146fbf54d71f0b1516), [`56bbbd0`](https://github.com/mastra-ai/mastra/commit/56bbbd0eb4510455ff03d6bf2827fdbd307938be), [`83b1ab1`](https://github.com/mastra-ai/mastra/commit/83b1ab13a44dd6733a401c9cf46bfbd40ae36e9f), [`d576fd8`](https://github.com/mastra-ai/mastra/commit/d576fd8f2a3c61bcf2f7d5d2bdfb496d442c46c2), [`5e48406`](https://github.com/mastra-ai/mastra/commit/5e48406766fa94e2b7c56b70fb7d6068cf7f3989), [`7fcce62`](https://github.com/mastra-ai/mastra/commit/7fcce62880c3525fbf752d59c0ac2c478cffe024), [`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6), [`26aee16`](https://github.com/mastra-ai/mastra/commit/26aee160149e7acb84a533bf45631aaed6dd7077), [`b063a81`](https://github.com/mastra-ai/mastra/commit/b063a8144176915a766ea15888e1e8a06a020776), [`5ff9462`](https://github.com/mastra-ai/mastra/commit/5ff9462691c80a6841b014bcc68f6a85c3fd3fbf)]:
22
+ - @mastra/core@0.24.1
23
+ - @mastra/deployer@0.24.1
24
+
3
25
  ## 0.18.1-alpha.0
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
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)]:
277
299
  - @mastra/deployer@0.21.0
278
300
  - @mastra/core@0.21.0
279
- - @mastra/loggers@0.10.16
280
- - @mastra/mcp@0.13.5
281
-
282
- ## 0.16.0-alpha.1
283
-
284
- ### Minor Changes
285
-
286
- - Update peer dependencies to match core package version bump (0.21.0) ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
287
-
288
- ### Patch Changes
289
-
290
- - Create unified Sidebar component to use on Playground and Cloud ([#8655](https://github.com/mastra-ai/mastra/pull/8655))
291
-
292
- - Use only zod validation in dynamic form ([#8802](https://github.com/mastra-ai/mastra/pull/8802))
293
-
294
- - Add support for --debug options to build/dev commands to add more logging ([#8792](https://github.com/mastra-ai/mastra/pull/8792))
295
-
296
- - Add div wrapper around entity tables to fix table vertical position ([#8758](https://github.com/mastra-ai/mastra/pull/8758))
297
-
298
- - Customize AITraces type to seamlessly work on Cloud too ([#8759](https://github.com/mastra-ai/mastra/pull/8759))
299
-
300
- - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
301
301
 
302
- ... 6425 more lines hidden. See full changelog in package directory.
302
+ ... 6447 more lines hidden. See full changelog in package directory.
@@ -20,7 +20,22 @@ It provides real-time vector search, with features like hybrid search, metadata
20
20
  {
21
21
  name: "environment",
22
22
  type: "string",
23
- description: 'Pinecone environment (e.g., "us-west1-gcp")',
23
+ isOptional: true,
24
+ description: "Pinecone environment controller host URL",
25
+ },
26
+ {
27
+ name: "cloud",
28
+ type: "'aws' | 'gcp' | 'azure'",
29
+ isOptional: true,
30
+ defaultValue: "aws",
31
+ description: "Cloud provider for Pinecone serverless",
32
+ },
33
+ {
34
+ name: "region",
35
+ type: "string",
36
+ isOptional: true,
37
+ defaultValue: "us-east-1",
38
+ description: "Region for Pinecone serverless",
24
39
  },
25
40
  ]}
26
41
  />