@mastra/mcp-docs-server 0.13.24-alpha.0 → 0.13.24-alpha.2

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 (65) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +10 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +9 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fastra.md +10 -10
  4. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +11 -11
  5. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +10 -10
  6. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +15 -15
  7. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +10 -10
  8. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
  9. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +11 -11
  10. package/.docs/organized/changelogs/%40mastra%2Fcore.md +26 -26
  11. package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +10 -10
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +22 -22
  13. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +11 -11
  14. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +21 -21
  15. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +21 -21
  16. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +23 -23
  17. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
  18. package/.docs/organized/changelogs/%40mastra%2Fevals.md +19 -19
  19. package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
  20. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +10 -10
  21. package/.docs/organized/changelogs/%40mastra%2Floggers.md +10 -10
  22. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +16 -16
  23. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +10 -10
  24. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +11 -11
  25. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +10 -10
  26. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +10 -10
  27. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +10 -10
  28. package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +10 -10
  29. package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
  30. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +10 -10
  31. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +30 -30
  32. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +10 -10
  33. package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
  34. package/.docs/organized/changelogs/%40mastra%2Fs3vectors.md +9 -0
  35. package/.docs/organized/changelogs/%40mastra%2Fserver.md +25 -25
  36. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +10 -10
  37. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +10 -10
  38. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +11 -11
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +10 -10
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +10 -10
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +11 -11
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +11 -11
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +9 -0
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +9 -0
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +11 -11
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +10 -10
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +10 -10
  48. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +11 -11
  49. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +11 -11
  50. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +11 -11
  51. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +10 -10
  52. package/.docs/organized/changelogs/create-mastra.md +10 -10
  53. package/.docs/organized/changelogs/mastra.md +26 -26
  54. package/.docs/raw/agents/dynamic-agents.mdx +19 -0
  55. package/.docs/raw/agents/overview.mdx +46 -0
  56. package/.docs/raw/auth/auth0.mdx +235 -0
  57. package/.docs/raw/auth/index.mdx +2 -7
  58. package/.docs/raw/auth/workos.mdx +198 -0
  59. package/.docs/raw/reference/agents/agent.mdx +82 -5
  60. package/.docs/raw/reference/agents/getInstructions.mdx +2 -2
  61. package/.docs/raw/reference/auth/auth0.mdx +117 -0
  62. package/.docs/raw/reference/auth/workos.mdx +128 -0
  63. package/.docs/raw/reference/workflows/step.mdx +1 -1
  64. package/CHANGELOG.md +15 -0
  65. package/package.json +4 -4
@@ -1,5 +1,14 @@
1
1
  # @mastra/turbopuffer
2
2
 
3
+ ## 0.11.10-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.9
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [4fb0cc2]
290
299
  - Updated dependencies [d2a7a31]
291
300
  - Updated dependencies [0e17048]
292
- - @mastra/core@0.10.7-alpha.1
293
-
294
- ## 0.10.3
295
-
296
- ### Patch Changes
297
-
298
- - 63f6b7d: dependencies updates:
299
- - Updated dependency [`@turbopuffer/turbopuffer@^0.6.17` ↗︎](https://www.npmjs.com/package/@turbopuffer/turbopuffer/v/0.6.17) (from `^0.6.4`, in `dependencies`)
300
- - Updated dependencies [63f6b7d]
301
301
 
302
- ... 919 more lines hidden. See full changelog in package directory.
302
+ ... 928 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/upstash
2
2
 
3
+ ## 0.15.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.15.1
4
13
 
5
14
  ### Patch Changes
@@ -290,13 +299,4 @@
290
299
 
291
300
  ### Minor Changes
292
301
 
293
- - f42c4c2: update peer deps for packages to latest core range
294
-
295
- ### Patch Changes
296
-
297
- - 674a348: dependencies updates:
298
- - Updated dependency [`@upstash/redis@^1.35.1` ↗︎](https://www.npmjs.com/package/@upstash/redis/v/1.35.1) (from `^1.35.0`, in `dependencies`)
299
- - b92bc89: Added hybrid search support to @mastra/upstash vector store. Supports sparse vectors, fusion algorithm, and query mode.
300
- - b8efbb9: feat: add flexible deleteMessages method to memory API
301
-
302
- ... 2073 more lines hidden. See full changelog in package directory.
302
+ ... 2082 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/vectorize
2
2
 
3
+ ## 0.11.11-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.10
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [d1baedb]
290
299
  - Updated dependencies [d8f2d19]
291
300
  - Updated dependencies [4d21bf2]
292
- - Updated dependencies [07d6d88]
293
- - Updated dependencies [9d52b17]
294
- - Updated dependencies [2097952]
295
- - Updated dependencies [792c4c0]
296
- - Updated dependencies [5d74aab]
297
- - Updated dependencies [a8b194f]
298
- - Updated dependencies [4fb0cc2]
299
- - Updated dependencies [d2a7a31]
300
- - Updated dependencies [502fe05]
301
-
302
- ... 1908 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1917 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-azure
2
2
 
3
+ ## 0.10.13-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.10.12
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [63f6b7d]
290
299
  - Updated dependencies [36f1c36]
291
300
  - Updated dependencies [10d352e]
292
- - Updated dependencies [53d3c37]
293
- - @mastra/core@0.10.6-alpha.0
294
-
295
- ## 0.10.2
296
-
297
- ### Patch Changes
298
-
299
- - 8ce087f: dependencies updates:
300
- - Updated dependency [`microsoft-cognitiveservices-speech-sdk@^1.44.0` ↗︎](https://www.npmjs.com/package/microsoft-cognitiveservices-speech-sdk/v/1.44.0) (from `^1.43.0`, in `dependencies`)
301
301
 
302
- ... 768 more lines hidden. See full changelog in package directory.
302
+ ... 777 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-cloudflare
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [254a36b]
290
299
  - Updated dependencies [0b89602]
291
300
  - Updated dependencies [4d37822]
292
- - Updated dependencies [ff9c125]
293
- - Updated dependencies [b8efbb9]
294
- - Updated dependencies [71466e7]
295
- - Updated dependencies [0c99fbe]
296
- - @mastra/core@0.12.0-alpha.2
297
-
298
- ## 0.10.5
299
-
300
- ### Patch Changes
301
301
 
302
- ... 866 more lines hidden. See full changelog in package directory.
302
+ ... 875 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  - 8e1b6e9: dependencies updates:
291
300
  - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
292
- - Updated dependencies [15e9d26]
293
- - Updated dependencies [d1baedb]
294
- - Updated dependencies [d8f2d19]
295
- - Updated dependencies [4d21bf2]
296
- - Updated dependencies [07d6d88]
297
- - Updated dependencies [9d52b17]
298
- - Updated dependencies [2097952]
299
- - Updated dependencies [792c4c0]
300
- - Updated dependencies [5d74aab]
301
-
302
- ... 1268 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1277 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-elevenlabs
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  - 8e1b6e9: dependencies updates:
291
300
  - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
292
- - Updated dependencies [15e9d26]
293
- - Updated dependencies [d1baedb]
294
- - Updated dependencies [d8f2d19]
295
- - Updated dependencies [4d21bf2]
296
- - Updated dependencies [07d6d88]
297
- - Updated dependencies [9d52b17]
298
- - Updated dependencies [2097952]
299
- - Updated dependencies [792c4c0]
300
- - Updated dependencies [5d74aab]
301
-
302
- ... 1277 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1286 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-gladia
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-google-gemini-live
2
2
 
3
+ ## 0.10.12-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.10.11
4
13
 
5
14
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-google
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [41daa63]
290
299
  - Updated dependencies [ad0a58b]
291
300
  - Updated dependencies [254a36b]
292
- - Updated dependencies [2ecf658]
293
- - Updated dependencies [7a7754f]
294
- - Updated dependencies [fc92d80]
295
- - Updated dependencies [e0f73c6]
296
- - Updated dependencies [0b89602]
297
- - Updated dependencies [4d37822]
298
- - Updated dependencies [23a6a7c]
299
- - Updated dependencies [cda801d]
300
- - Updated dependencies [a77c823]
301
-
302
- ... 1314 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1323 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-murf
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [a77c823]
290
299
  - Updated dependencies [ff9c125]
291
300
  - Updated dependencies [09bca64]
292
- - Updated dependencies [b8efbb9]
293
- - Updated dependencies [71466e7]
294
- - Updated dependencies [0c99fbe]
295
- - @mastra/core@0.12.0
296
-
297
- ## 0.10.6-alpha.0
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1295 more lines hidden. See full changelog in package directory.
302
+ ... 1304 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [cda801d]
290
299
  - Updated dependencies [a77c823]
291
300
  - Updated dependencies [ff9c125]
292
- - Updated dependencies [09bca64]
293
- - Updated dependencies [b8efbb9]
294
- - Updated dependencies [71466e7]
295
- - Updated dependencies [0c99fbe]
296
- - @mastra/core@0.12.0
297
-
298
- ## 0.10.6-alpha.1
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1027 more lines hidden. See full changelog in package directory.
302
+ ... 1036 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-openai
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [fc92d80]
290
299
  - Updated dependencies [e0f73c6]
291
300
  - Updated dependencies [0b89602]
292
- - Updated dependencies [4d37822]
293
- - Updated dependencies [23a6a7c]
294
- - Updated dependencies [cda801d]
295
- - Updated dependencies [a77c823]
296
- - Updated dependencies [ff9c125]
297
- - Updated dependencies [09bca64]
298
- - Updated dependencies [b8efbb9]
299
- - Updated dependencies [71466e7]
300
- - Updated dependencies [0c99fbe]
301
-
302
- ... 1325 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1334 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-playai
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  - 8e1b6e9: dependencies updates:
291
300
  - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
292
- - Updated dependencies [15e9d26]
293
- - Updated dependencies [d1baedb]
294
- - Updated dependencies [d8f2d19]
295
- - Updated dependencies [4d21bf2]
296
- - Updated dependencies [07d6d88]
297
- - Updated dependencies [9d52b17]
298
- - Updated dependencies [2097952]
299
- - Updated dependencies [792c4c0]
300
- - Updated dependencies [5d74aab]
301
-
302
- ... 1265 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1274 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-sarvam
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  - 8e1b6e9: dependencies updates:
291
300
  - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
292
- - Updated dependencies [15e9d26]
293
- - Updated dependencies [d1baedb]
294
- - Updated dependencies [d8f2d19]
295
- - Updated dependencies [4d21bf2]
296
- - Updated dependencies [07d6d88]
297
- - Updated dependencies [9d52b17]
298
- - Updated dependencies [2097952]
299
- - Updated dependencies [792c4c0]
300
- - Updated dependencies [5d74aab]
301
-
302
- ... 915 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 924 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-speechify
2
2
 
3
+ ## 0.11.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+
3
12
  ## 0.11.5
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  ## 0.10.5
291
300
 
292
- ### Patch Changes
293
-
294
- - ce088f5: Update all peerdeps to latest core
295
- - @mastra/core@0.11.1
296
-
297
- ## 0.10.4
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1280 more lines hidden. See full changelog in package directory.
302
+ ... 1289 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.13.2-alpha.2
4
+
5
+ ## 0.13.2-alpha.1
6
+
7
+ ### Patch Changes
8
+
9
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
10
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
11
+
3
12
  ## 0.13.2-alpha.0
4
13
 
5
14
  ## 0.13.1
@@ -289,14 +298,5 @@
289
298
 
290
299
  - ad04455: Missed changeset in last release, needed to include create-mastra
291
300
 
292
- ## 0.10.15-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - ad04455: Missed changeset in last release, needed to include create-mastra
297
-
298
- ## 0.10.14
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1434 more lines hidden. See full changelog in package directory.
302
+ ... 1443 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,30 @@
1
1
  # mastra
2
2
 
3
+ ## 0.13.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
8
+
9
+ - 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), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
10
+ - @mastra/core@0.18.0-alpha.2
11
+ - @mastra/deployer@0.18.0-alpha.2
12
+ - @mastra/loggers@0.10.13-alpha.0
13
+ - @mastra/mcp@0.13.1-alpha.0
14
+
15
+ ## 0.13.2-alpha.1
16
+
17
+ ### Patch Changes
18
+
19
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
20
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
21
+
22
+ - show the tool-output stream in the playground for streamVNext ([#7983](https://github.com/mastra-ai/mastra/pull/7983))
23
+
24
+ - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
25
+ - @mastra/deployer@0.17.2-alpha.1
26
+ - @mastra/core@0.17.2-alpha.1
27
+
3
28
  ## 0.13.2-alpha.0
4
29
 
5
30
  ### Patch Changes
@@ -273,30 +298,5 @@
273
298
  - @mastra/mcp@0.12.0
274
299
  - @mastra/core@0.16.1
275
300
 
276
- ## 0.12.1-alpha.2
277
-
278
- ### Patch Changes
279
-
280
- - Fix template slug when getting template environment variables ([#7650](https://github.com/mastra-ai/mastra/pull/7650))
281
-
282
- - Updated dependencies [[`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b)]:
283
- - @mastra/core@0.16.1-alpha.3
284
- - @mastra/deployer@0.16.1-alpha.3
285
-
286
- ## 0.12.1-alpha.1
287
-
288
- ### Patch Changes
289
-
290
- - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
291
-
292
- - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
293
-
294
- - Updated dependencies [[`0f7b8c0`](https://github.com/mastra-ai/mastra/commit/0f7b8c0c22d2a677a0f71c35ad1bc2d60b063d39), [`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f36343e`](https://github.com/mastra-ai/mastra/commit/f36343e02935b9a112a45b2dc3de7b562cc3aa68)]:
295
- - @mastra/mcp@0.12.0-alpha.1
296
- - @mastra/core@0.16.1-alpha.1
297
- - @mastra/deployer@0.16.1-alpha.1
298
-
299
- ## 0.12.1-alpha.0
300
-
301
301
 
302
- ... 5673 more lines hidden. See full changelog in package directory.
302
+ ... 5698 more lines hidden. See full changelog in package directory.
@@ -23,6 +23,7 @@ const supportAgent = new Agent({
23
23
  const userTier = runtimeContext.get("user-tier");
24
24
  const language = runtimeContext.get("language");
25
25
 
26
+ // Can return a string
26
27
  return `You are a customer support agent for our SaaS platform.
27
28
  The current user is on the ${userTier} tier and prefers ${language} language.
28
29
 
@@ -32,6 +33,24 @@ const supportAgent = new Agent({
32
33
  ${userTier === "enterprise" ? "- Provide priority support with custom solutions" : ""}
33
34
 
34
35
  Always respond in ${language} language.`;
36
+
37
+ // Alternative: Return a system message object with provider options
38
+ // return {
39
+ // role: "system",
40
+ // content: `You are a customer support agent for ${userTier} tier...`,
41
+ // providerOptions: {
42
+ // openai: {
43
+ // reasoning_effort: userTier === "enterprise" ? "high" : "medium"
44
+ // }
45
+ // }
46
+ // };
47
+
48
+ // Alternative: Return an array of system messages for modular instructions
49
+ // return [
50
+ // { role: "system", content: "You are a customer support agent." },
51
+ // { role: "system", content: `User is on ${userTier} tier.` },
52
+ // { role: "system", content: `Respond in ${language} language.` }
53
+ // ];
35
54
  },
36
55
 
37
56
  model: ({ runtimeContext }) => {
@@ -64,6 +64,52 @@ export const testAgent = new Agent({
64
64
  });
65
65
  ```
66
66
 
67
+ #### Instruction formats
68
+
69
+ Instructions define the agent's behavior, personality, and capabilities.
70
+ They are system-level prompts that establish the agent's core identity and expertise.
71
+
72
+ Instructions can be provided in multiple formats for greater flexibility:
73
+
74
+ ```typescript showLineNumbers copy
75
+ // String (most common)
76
+ instructions: "You are a helpful assistant."
77
+
78
+ // System message object
79
+ instructions: {
80
+ role: "system",
81
+ content: "You are an expert programmer."
82
+ }
83
+
84
+ // Array of strings
85
+ instructions: [
86
+ "You are a helpful assistant.",
87
+ "Always be polite.",
88
+ "Provide detailed answers."
89
+ ]
90
+
91
+ // Array of system messages
92
+ instructions: [
93
+ { role: "system", content: "You are a helpful assistant." },
94
+ { role: "system", content: "You have expertise in TypeScript." }
95
+ ]
96
+
97
+ // With provider-specific options (e.g., caching, reasoning)
98
+ instructions: {
99
+ role: "system",
100
+ content: "You are an expert code reviewer. Analyze code for bugs, performance issues, and best practices.",
101
+ providerOptions: {
102
+ openai: { reasoning_effort: "high" }, // OpenAI's reasoning models
103
+ anthropic: { cache_control: { type: "ephemeral" } } // Anthropic's prompt caching
104
+ }
105
+ }
106
+ ```
107
+
108
+ Provider-specific options allow you to leverage unique features of different LLM providers:
109
+ - **Anthropic caching**: Reduce costs by caching frequently-used instructions
110
+ - **OpenAI reasoning**: Enable deeper analysis for complex tasks
111
+ - **Custom parameters**: Pass any provider-specific configuration
112
+
67
113
  > See [Agent](../../reference/agents/agent.mdx) for more information.
68
114
 
69
115