@mastra/mcp-docs-server 0.13.14-alpha.2 → 0.13.14-alpha.3

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 (30) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +12 -12
  2. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
  3. package/.docs/organized/changelogs/%40mastra%2Fcore.md +8 -8
  4. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +8 -0
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +13 -13
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +13 -13
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +9 -9
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +13 -13
  9. package/.docs/organized/changelogs/%40mastra%2Fevals.md +12 -12
  10. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +10 -10
  11. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +9 -9
  12. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +13 -13
  13. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +13 -13
  14. package/.docs/organized/changelogs/%40mastra%2Frag.md +13 -13
  15. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
  16. package/.docs/organized/changelogs/%40mastra%2Fserver.md +12 -12
  17. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +12 -12
  18. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +13 -13
  19. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +13 -13
  20. package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +11 -0
  21. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +12 -12
  22. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +12 -12
  23. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +13 -13
  24. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +12 -12
  25. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +12 -12
  26. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +12 -12
  27. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +13 -13
  28. package/.docs/organized/changelogs/create-mastra.md +3 -3
  29. package/.docs/organized/changelogs/mastra.md +10 -10
  30. package/package.json +4 -4
@@ -1,5 +1,16 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.14.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.13.3-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [4fb0cc2]
288
299
  - Updated dependencies [d2a7a31]
289
300
  - Updated dependencies [502fe05]
290
- - Updated dependencies [144eb0b]
291
- - Updated dependencies [8ba1b51]
292
- - Updated dependencies [4efcfa0]
293
- - Updated dependencies [0e17048]
294
- - @mastra/core@0.10.7
295
-
296
- ## 0.12.0-alpha.3
297
-
298
- ### Minor Changes
299
-
300
- - 8a3bfd2: Update peerdeps to latest core
301
301
 
302
- ... 843 more lines hidden. See full changelog in package directory.
302
+ ... 854 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.11.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/core@0.15.0-alpha.3
9
+
3
10
  ## 0.11.0-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ### Patch Changes
293
300
 
294
- - Updated dependencies [94f4812]
295
- - Updated dependencies [e202b82]
296
- - Updated dependencies [e00f6a0]
297
- - @mastra/core@0.12.2-alpha.0
298
-
299
- ## 0.10.18
300
-
301
301
 
302
- ... 2148 more lines hidden. See full changelog in package directory.
302
+ ... 2155 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.15.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
8
+ - @mastra/schema-compat@0.10.6-alpha.1
9
+
3
10
  ## 0.14.2-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - 2871020: update safelyParseJSON to check for value of param when handling parse
292
299
  - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
293
300
  - 5d377e5: Fix tracing of runtimeContext values"
294
- - Updated dependencies [4a406ec]
295
- - @mastra/schema-compat@0.10.6-alpha.0
296
-
297
- ## 0.13.0-alpha.1
298
-
299
- ### Minor Changes
300
-
301
301
 
302
- ... 2734 more lines hidden. See full changelog in package directory.
302
+ ... 2741 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.15.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
8
+ - @mastra/deployer@0.15.0-alpha.3
9
+ - @mastra/core@0.15.0-alpha.3
10
+
3
11
  ## 0.14.2-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,17 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.13.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
12
+ - @mastra/deployer@0.15.0-alpha.3
13
+ - @mastra/core@0.15.0-alpha.3
14
+
3
15
  ## 0.12.3-alpha.2
4
16
 
5
17
  ### Patch Changes
@@ -287,16 +299,4 @@
287
299
 
288
300
  ## 0.11.2
289
301
 
290
- ### Patch Changes
291
-
292
- - 832691b: dependencies updates:
293
- - Updated dependency [`@babel/core@^7.28.0` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.0) (from `^7.27.7`, in `dependencies`)
294
- - 9881232: dependencies updates:
295
- - Updated dependency [`cloudflare@^4.5.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.5.0) (from `^4.4.1`, in `dependencies`)
296
- - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
297
- - f42c4c2: update peer deps for packages to latest core range
298
- - Updated dependencies [510e2c8]
299
- - Updated dependencies [2f72fb2]
300
- - Updated dependencies [27cc97a]
301
-
302
- ... 3298 more lines hidden. See full changelog in package directory.
302
+ ... 3310 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.12.0-alpha.2
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
12
+ - @mastra/deployer@0.15.0-alpha.3
13
+ - @mastra/core@0.15.0-alpha.3
14
+
3
15
  ## 0.11.16-alpha.1
4
16
 
5
17
  ### Patch Changes
@@ -286,17 +298,5 @@
286
298
 
287
299
  - f42c4c2: update peer deps for packages to latest core range
288
300
  - Updated dependencies [f42c4c2]
289
- - @mastra/deployer@0.12.0-alpha.5
290
- - @mastra/core@0.12.0-alpha.5
291
-
292
- ## 0.11.9-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
297
- - Updated dependencies [510e2c8]
298
- - Updated dependencies [2f72fb2]
299
- - Updated dependencies [832691b]
300
- - Updated dependencies [557bb9d]
301
301
 
302
- ... 3063 more lines hidden. See full changelog in package directory.
302
+ ... 3075 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.11.16-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
8
+ - @mastra/deployer@0.15.0-alpha.3
9
+ - @mastra/core@0.15.0-alpha.3
10
+
3
11
  ## 0.11.16-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [557bb9d]
291
299
  - Updated dependencies [3f89307]
292
300
  - Updated dependencies [9eda7d4]
293
- - Updated dependencies [9d49408]
294
- - Updated dependencies [bc6b44a]
295
- - Updated dependencies [2ecf658]
296
- - Updated dependencies [7a7754f]
297
- - Updated dependencies [fc92d80]
298
- - Updated dependencies [23a6a7c]
299
- - Updated dependencies [09bca64]
300
- - @mastra/core@0.12.0-alpha.0
301
301
 
302
- ... 3035 more lines hidden. See full changelog in package directory.
302
+ ... 3043 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.15.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
12
+ - @mastra/server@0.15.0-alpha.3
13
+ - @mastra/core@0.15.0-alpha.3
14
+
3
15
  ## 0.14.2-alpha.2
4
16
 
5
17
  ### Patch Changes
@@ -287,16 +299,4 @@
287
299
 
288
300
  ## 0.13.2-alpha.0
289
301
 
290
- ### Patch Changes
291
-
292
- - Updated dependencies [8388649]
293
- - Updated dependencies [dd94a26]
294
- - Updated dependencies [3ba6772]
295
- - Updated dependencies [2fff911]
296
- - @mastra/core@0.13.2-alpha.0
297
- - @mastra/server@0.13.2-alpha.0
298
-
299
- ## 0.13.1
300
-
301
-
302
- ... 3592 more lines hidden. See full changelog in package directory.
302
+ ... 3604 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.13.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.12.2-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
 
288
299
  ## 0.10.4
289
300
 
290
- ### Patch Changes
291
301
 
292
- - 63f6b7d: dependencies updates:
293
- - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
294
- - Updated dependencies [63f6b7d]
295
- - Updated dependencies [12a95fc]
296
- - Updated dependencies [4b0f8a6]
297
- - Updated dependencies [51264a5]
298
- - Updated dependencies [8e6f677]
299
- - Updated dependencies [d70c420]
300
- - Updated dependencies [ee9af57]
301
-
302
- ... 1957 more lines hidden. See full changelog in package directory.
302
+ ... 1968 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.2.14-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
8
+ - @mastra/rag@1.2.0-alpha.1
9
+ - @mastra/core@0.15.0-alpha.3
10
+
3
11
  ## 1.2.14-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [2873c7f]
291
299
  - Updated dependencies [1c1c6a1]
292
300
  - Updated dependencies [f8ce2cc]
293
- - Updated dependencies [8c846b6]
294
- - Updated dependencies [c7bbf1e]
295
- - Updated dependencies [8722d53]
296
- - Updated dependencies [565cc0c]
297
- - Updated dependencies [43da563]
298
- - Updated dependencies [b790fd1]
299
- - Updated dependencies [132027f]
300
- - Updated dependencies [0c85311]
301
-
302
- ... 2680 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2688 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.14-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
8
+ - @mastra/mcp@0.11.0-alpha.2
9
+ - @mastra/core@0.15.0-alpha.3
10
+
3
11
  ## 0.13.14-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ## 0.13.8
292
300
 
293
- ### Patch Changes
294
-
295
- - Updated dependencies [33dcb07]
296
- - Updated dependencies [f90797b]
297
- - Updated dependencies [d0d9500]
298
- - Updated dependencies [d30b1a0]
299
- - Updated dependencies [bff87f7]
300
- - Updated dependencies [b4a8df0]
301
301
 
302
- ... 1415 more lines hidden. See full changelog in package directory.
302
+ ... 1423 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.11.0-alpha.2
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.13-alpha.1
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependency [`@modelcontextprotocol/sdk@^1.12.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.3) (from `^1.12.1`, in `dependencies`)
288
299
  - c00039d: dependencies updates:
289
300
  - Updated dependency [`@modelcontextprotocol/sdk@^1.13.0` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.13.0) (from `^1.12.3`, in `dependencies`)
290
- - 4d21bf2: throw mastra errors for MCP
291
- - 07d6d88: Bump MCP SDK version and add tool output schema support to MCPServer and MCPClient
292
- - dc93062: Add elicitation support to MCPServer and MCPClient. Also fixes connectivity issues between multiple MCPClient instances and an MCPServer.
293
- - Updated dependencies [15e9d26]
294
- - Updated dependencies [d1baedb]
295
- - Updated dependencies [d8f2d19]
296
- - Updated dependencies [4d21bf2]
297
- - Updated dependencies [07d6d88]
298
- - Updated dependencies [9d52b17]
299
- - Updated dependencies [2097952]
300
- - Updated dependencies [792c4c0]
301
-
302
- ... 2093 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2104 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.14.0-alpha.2
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
12
+ - @mastra/schema-compat@0.10.6-alpha.1
13
+ - @mastra/core@0.15.0-alpha.3
14
+
3
15
  ## 0.13.2-alpha.1
4
16
 
5
17
  ### Patch Changes
@@ -287,16 +299,4 @@
287
299
 
288
300
  ## 0.12.0-alpha.3
289
301
 
290
- ### Minor Changes
291
-
292
- - f42c4c2: update peer deps for packages to latest core range
293
-
294
- ### Patch Changes
295
-
296
- - @mastra/core@0.12.0-alpha.5
297
-
298
- ## 0.11.6-alpha.2
299
-
300
- ### Patch Changes
301
-
302
- ... 2739 more lines hidden. See full changelog in package directory.
302
+ ... 2751 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 1.2.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 1.1.1-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
 
288
299
  - 43da563: Refactor relevance provider
289
300
  - Updated dependencies [2873c7f]
290
- - Updated dependencies [1c1c6a1]
291
- - Updated dependencies [f8ce2cc]
292
- - Updated dependencies [8c846b6]
293
- - Updated dependencies [c7bbf1e]
294
- - Updated dependencies [8722d53]
295
- - Updated dependencies [565cc0c]
296
- - Updated dependencies [b790fd1]
297
- - Updated dependencies [132027f]
298
- - Updated dependencies [0c85311]
299
- - Updated dependencies [d7ed04d]
300
- - Updated dependencies [cb16baf]
301
-
302
- ... 2488 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2499 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # @mastra/schema-compat
2
2
 
3
+ ## 0.10.6-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix exportsmap
8
+
3
9
  ## 0.10.6-alpha.0
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,16 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.15.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.14.2-alpha.2
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
 
288
299
  ## 0.13.0-alpha.1
289
300
 
290
- ### Patch Changes
291
-
292
- - Updated dependencies [ea0c5f2]
293
- - Updated dependencies [b0e43c1]
294
- - Updated dependencies [1fb812e]
295
- - Updated dependencies [35c5798]
296
- - @mastra/core@0.13.0-alpha.1
297
-
298
- ## 0.12.2-alpha.0
299
-
300
- ### Patch Changes
301
301
 
302
- ... 2953 more lines hidden. See full changelog in package directory.
302
+ ... 2964 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-cloudflare
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
 
288
299
  ### Patch Changes
289
300
 
290
- - f0d559f: Fix peerdeps for alpha channel
291
- - Updated dependencies [1e8bb40]
292
- - @mastra/core@0.10.2-alpha.2
293
-
294
- ## 0.10.0
295
-
296
- ### Minor Changes
297
-
298
- - 83da932: Move @mastra/core to peerdeps
299
-
300
- ### Patch Changes
301
301
 
302
- ... 701 more lines hidden. See full changelog in package directory.
302
+ ... 712 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [b3a3d63]
288
299
  - Updated dependencies [344f453]
289
300
  - Updated dependencies [0a3ae6d]
290
- - Updated dependencies [95911be]
291
- - Updated dependencies [f53a6ac]
292
- - Updated dependencies [5eb5a99]
293
- - Updated dependencies [7e632c5]
294
- - Updated dependencies [1e9fbfa]
295
- - Updated dependencies [eabdcd9]
296
- - Updated dependencies [90be034]
297
- - Updated dependencies [99f050a]
298
- - Updated dependencies [d0ee3c6]
299
- - Updated dependencies [b2ae5aa]
300
- - Updated dependencies [23f258c]
301
-
302
- ... 1103 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1114 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-elevenlabs
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [b3a3d63]
288
299
  - Updated dependencies [344f453]
289
300
  - Updated dependencies [0a3ae6d]
290
- - Updated dependencies [95911be]
291
- - Updated dependencies [f53a6ac]
292
- - Updated dependencies [5eb5a99]
293
- - Updated dependencies [7e632c5]
294
- - Updated dependencies [1e9fbfa]
295
- - Updated dependencies [eabdcd9]
296
- - Updated dependencies [90be034]
297
- - Updated dependencies [99f050a]
298
- - Updated dependencies [d0ee3c6]
299
- - Updated dependencies [b2ae5aa]
300
- - Updated dependencies [23f258c]
301
-
302
- ... 1112 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1123 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-gladia
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.4-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-google
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [c5bf1ce]
288
299
  - Updated dependencies [add596e]
289
300
  - Updated dependencies [8dc94d8]
290
- - Updated dependencies [ecebbeb]
291
- - Updated dependencies [79d5145]
292
- - Updated dependencies [12b7002]
293
- - Updated dependencies [2901125]
294
- - @mastra/core@0.10.2
295
-
296
- ## 0.10.1-alpha.0
297
-
298
- ### Patch Changes
299
-
300
- - f0d559f: Fix peerdeps for alpha channel
301
301
 
302
- ... 1138 more lines hidden. See full changelog in package directory.
302
+ ... 1149 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-murf
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.10-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
 
289
300
  ## 0.10.0
290
301
 
291
- ### Minor Changes
292
-
293
- - 83da932: Move @mastra/core to peerdeps
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [b3a3d63]
298
- - Updated dependencies [344f453]
299
- - Updated dependencies [0a3ae6d]
300
- - Updated dependencies [95911be]
301
-
302
- ... 1130 more lines hidden. See full changelog in package directory.
302
+ ... 1141 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [ab5adbe]
288
299
  - Updated dependencies [1e8bb40]
289
300
  - Updated dependencies [1b5fc55]
290
- - Updated dependencies [195c428]
291
- - Updated dependencies [f73e11b]
292
- - Updated dependencies [37643b8]
293
- - Updated dependencies [99fd6cf]
294
- - Updated dependencies [c5bf1ce]
295
- - Updated dependencies [add596e]
296
- - Updated dependencies [8dc94d8]
297
- - Updated dependencies [ecebbeb]
298
- - Updated dependencies [79d5145]
299
- - Updated dependencies [12b7002]
300
- - Updated dependencies [2901125]
301
-
302
- ... 840 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 851 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-openai
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.10-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [d1ed912]
288
299
  - Updated dependencies [f1f1f1b]
289
300
  - Updated dependencies [f9816ae]
290
- - Updated dependencies [82090c1]
291
- - Updated dependencies [1b443fd]
292
- - Updated dependencies [ce97900]
293
- - Updated dependencies [14a2566]
294
- - @mastra/core@0.10.4-alpha.0
295
-
296
- ## 0.10.1
297
-
298
- ### Patch Changes
299
-
300
- - f0d559f: Fix peerdeps for alpha channel
301
301
 
302
- ... 1160 more lines hidden. See full changelog in package directory.
302
+ ... 1171 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-playai
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
 
289
300
  ## 0.2.0-alpha.1
290
301
 
291
- ### Minor Changes
292
-
293
- - 83da932: Move @mastra/core to peerdeps
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [b3a3d63]
298
- - Updated dependencies [344f453]
299
- - Updated dependencies [0a3ae6d]
300
- - Updated dependencies [95911be]
301
-
302
- ... 1100 more lines hidden. See full changelog in package directory.
302
+ ... 1111 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-sarvam
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
 
289
300
  ## 0.2.0-alpha.1
290
301
 
291
- ### Minor Changes
292
-
293
- - 83da932: Move @mastra/core to peerdeps
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [b3a3d63]
298
- - Updated dependencies [344f453]
299
- - Updated dependencies [0a3ae6d]
300
- - Updated dependencies [95911be]
301
-
302
- ... 750 more lines hidden. See full changelog in package directory.
302
+ ... 761 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/voice-speechify
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
3
14
  ## 0.10.9-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [b3a3d63]
288
299
  - Updated dependencies [344f453]
289
300
  - Updated dependencies [0a3ae6d]
290
- - Updated dependencies [95911be]
291
- - Updated dependencies [f53a6ac]
292
- - Updated dependencies [5eb5a99]
293
- - Updated dependencies [7e632c5]
294
- - Updated dependencies [1e9fbfa]
295
- - Updated dependencies [eabdcd9]
296
- - Updated dependencies [90be034]
297
- - Updated dependencies [99f050a]
298
- - Updated dependencies [d0ee3c6]
299
- - Updated dependencies [b2ae5aa]
300
- - Updated dependencies [23f258c]
301
-
302
- ... 1104 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1115 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.10.24-alpha.2
4
+
3
5
  ## 0.10.24-alpha.1
4
6
 
5
7
  ## 0.10.24-alpha.0
@@ -296,7 +298,5 @@
296
298
  - 976a62b: remove persistence capabilities in model settings components
297
299
  - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
298
300
  - f78f399: Make AgentModelSettings shareable between cloud and playground
299
- - 57929df: agent network display
300
-
301
301
 
302
- ... 1242 more lines hidden. See full changelog in package directory.
302
+ ... 1244 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # mastra
2
2
 
3
+ ## 0.10.24-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
8
+ - @mastra/deployer@0.15.0-alpha.3
9
+ - @mastra/mcp@0.11.0-alpha.2
10
+ - @mastra/core@0.15.0-alpha.3
11
+
3
12
  ## 0.10.24-alpha.1
4
13
 
5
14
  ### Patch Changes
@@ -290,13 +299,4 @@
290
299
 
291
300
  ### Patch Changes
292
301
 
293
- - ea0c5f2: Update to support new scorer api
294
- - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
295
- - 35c5798: Add support for transpilePackages option
296
- - Updated dependencies [cb36de0]
297
- - Updated dependencies [d0496e6]
298
- - Updated dependencies [7b8172f]
299
- - Updated dependencies [cb36de0]
300
- - Updated dependencies [d0496e6]
301
-
302
- ... 5075 more lines hidden. See full changelog in package directory.
302
+ ... 5084 more lines hidden. See full changelog in package directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.14-alpha.2",
3
+ "version": "0.13.14-alpha.3",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "uuid": "^11.1.0",
33
33
  "zod": "^3.25.67",
34
34
  "zod-to-json-schema": "^3.24.5",
35
- "@mastra/core": "0.14.2-alpha.2",
36
- "@mastra/mcp": "^0.10.13-alpha.1"
35
+ "@mastra/core": "0.15.0-alpha.3",
36
+ "@mastra/mcp": "^0.11.0-alpha.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@hono/node-server": "^1.17.1",
@@ -49,7 +49,7 @@
49
49
  "typescript": "^5.8.3",
50
50
  "vitest": "^3.2.4",
51
51
  "@internal/lint": "0.0.31",
52
- "@mastra/core": "0.14.2-alpha.2"
52
+ "@mastra/core": "0.15.0-alpha.3"
53
53
  },
54
54
  "scripts": {
55
55
  "prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",