@mastra/mcp-docs-server 0.13.28-alpha.2 → 0.13.28-alpha.4

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.
@@ -0,0 +1 @@
1
+ No changelog available.
@@ -1,5 +1,26 @@
1
1
  # @mastra/agent-builder
2
2
 
3
+ ## 0.1.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Added model router support to agent builder ([#8590](https://github.com/mastra-ai/mastra/pull/8590))
8
+
9
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
10
+ - @mastra/core@0.20.1-alpha.4
11
+
12
+ ## 0.1.1-alpha.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Fix TypeScript errors with provider-defined tools by updating ai-v5 and openai-v5 to matching provider-utils versions. This ensures npm deduplicates to a single provider-utils instance, resolving type incompatibility issues when passing provider tools to Agent. ([#8584](https://github.com/mastra-ai/mastra/pull/8584))
17
+
18
+ Also adds deprecation warning to Agent import from root path to encourage using the recommended subpath import.
19
+
20
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
21
+ - @mastra/core@0.20.1-alpha.3
22
+ - @mastra/memory@0.15.6-alpha.1
23
+
3
24
  ## 0.1.1-alpha.0
4
25
 
5
26
  ### Patch Changes
@@ -277,26 +298,5 @@
277
298
  - Updated dependencies [8387952]
278
299
  - Updated dependencies [7f3b8da]
279
300
  - Updated dependencies [905352b]
280
- - Updated dependencies [599d04c]
281
- - Updated dependencies [56041d0]
282
- - Updated dependencies [3412597]
283
- - Updated dependencies [5eca5d2]
284
- - Updated dependencies [f2cda47]
285
- - Updated dependencies [5de1555]
286
- - Updated dependencies [cfd377a]
287
- - Updated dependencies [1ed5a3e]
288
- - @mastra/core@0.15.3
289
- - @mastra/memory@0.14.3
290
-
291
- ## 0.0.1-alpha.5
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
296
- - @mastra/memory@0.14.3-alpha.4
297
- - @mastra/core@0.15.3-alpha.7
298
-
299
- ## 0.0.1-alpha.4
300
-
301
301
 
302
- ... 44 more lines hidden. See full changelog in package directory.
302
+ ... 65 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/ai-sdk
2
2
 
3
+ ## 0.1.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add support for streaming nested agent tools ([#8580](https://github.com/mastra-ai/mastra/pull/8580))
8
+
9
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
10
+ - @mastra/core@0.20.1-alpha.3
11
+
3
12
  ## 0.1.1-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.11.13-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#8554](https://github.com/mastra-ai/mastra/pull/8554))
8
+ - Updated dependency [`chromadb@^3.0.17` ↗︎](https://www.npmjs.com/package/chromadb/v/3.0.17) (from `^3.0.15`, in `dependencies`)
9
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
10
+ - @mastra/core@0.20.1-alpha.3
11
+
3
12
  ## 0.11.12
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  ### Patch Changes
291
300
 
292
- - f42c4c2: update peer deps for packages to latest core range
293
- - Updated dependencies [510e2c8]
294
- - Updated dependencies [2f72fb2]
295
- - Updated dependencies [27cc97a]
296
- - Updated dependencies [3f89307]
297
- - Updated dependencies [9eda7d4]
298
- - Updated dependencies [9d49408]
299
- - Updated dependencies [41daa63]
300
- - Updated dependencies [ad0a58b]
301
-
302
- ... 1977 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1986 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.15.1-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
8
+ - @mastra/core@0.20.1-alpha.4
9
+
10
+ ## 0.15.1-alpha.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
15
+ - @mastra/core@0.20.1-alpha.3
16
+
3
17
  ## 0.15.1-alpha.2
4
18
 
5
19
  ### Patch Changes
@@ -285,18 +299,4 @@
285
299
  - Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
286
300
  - @mastra/core@0.17.0-alpha.3
287
301
 
288
- ## 0.12.4-alpha.2
289
-
290
- ### Patch Changes
291
-
292
- - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
293
- - @mastra/core@0.16.4-alpha.2
294
-
295
- ## 0.12.4-alpha.1
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
300
- - @mastra/core@0.16.4-alpha.1
301
-
302
- ... 2799 more lines hidden. See full changelog in package directory.
302
+ ... 2813 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,24 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.20.1-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed an issue where model router was adding /chat/completions to API urls when it shouldn't. ([#8589](https://github.com/mastra-ai/mastra/pull/8589))
8
+ fixed an issue with provider ID rendering in playground UI
9
+
10
+ ## 0.20.1-alpha.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Marked OTEL based telemetry as deprecated. ([#8586](https://github.com/mastra-ai/mastra/pull/8586))
15
+
16
+ - Add support for streaming nested agent tools ([#8580](https://github.com/mastra-ai/mastra/pull/8580))
17
+
18
+ - Fix TypeScript errors with provider-defined tools by updating ai-v5 and openai-v5 to matching provider-utils versions. This ensures npm deduplicates to a single provider-utils instance, resolving type incompatibility issues when passing provider tools to Agent. ([#8584](https://github.com/mastra-ai/mastra/pull/8584))
19
+
20
+ Also adds deprecation warning to Agent import from root path to encourage using the recommended subpath import.
21
+
3
22
  ## 0.20.1-alpha.2
4
23
 
5
24
  ### Patch Changes
@@ -279,24 +298,5 @@
279
298
 
280
299
  - Fixed createTool types due totight coupling to Zod's internal structure, which changed between v3 and v4. Instead of checking for exact Zod types, we now use structural typing - checking for the presence of parse/safeParse methods ([#8150](https://github.com/mastra-ai/mastra/pull/8150))
281
300
 
282
- - Fixes agent.network() memory tools (working memory, vector search) as well as fixes tool calling and workflow calling in general. Various clean up for the agent.network() code path. ([#8157](https://github.com/mastra-ai/mastra/pull/8157))
283
-
284
- - Add input data validation to workflow step execution ([#7779](https://github.com/mastra-ai/mastra/pull/7779))
285
- Add resume data validation to resume workflow method
286
- Add input data validation to start workflow method
287
- Use default value from inputSchema/resumeSchema
288
-
289
- - Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
290
-
291
- - When step is created from agent or tool, add the description and component key to show that ([#8151](https://github.com/mastra-ai/mastra/pull/8151))
292
-
293
- ## 0.18.0
294
-
295
- ### Minor Changes
296
-
297
- - Allow agent instructions to accept SystemMessage types ([#7987](https://github.com/mastra-ai/mastra/pull/7987))
298
-
299
- Agents can now use rich instruction formats beyond simple strings:
300
- - CoreSystemMessage and SystemModelMessage objects with provider-specific options
301
301
 
302
- ... 3930 more lines hidden. See full changelog in package directory.
302
+ ... 3949 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.20.1-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
8
+ - @mastra/core@0.20.1-alpha.4
9
+ - @mastra/deployer@0.20.1-alpha.4
10
+
11
+ ## 0.20.1-alpha.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
16
+ - @mastra/core@0.20.1-alpha.3
17
+ - @mastra/deployer@0.20.1-alpha.3
18
+
3
19
  ## 0.20.1-alpha.2
4
20
 
5
21
  ### Patch Changes
@@ -282,21 +298,5 @@
282
298
 
283
299
  ## 0.16.4-alpha.2
284
300
 
285
- ### Patch Changes
286
-
287
- - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
288
- - @mastra/core@0.16.4-alpha.2
289
- - @mastra/deployer@0.16.4-alpha.2
290
-
291
- ## 0.16.4-alpha.1
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
296
- - @mastra/core@0.16.4-alpha.1
297
- - @mastra/deployer@0.16.4-alpha.1
298
-
299
- ## 0.16.4-alpha.0
300
-
301
301
 
302
- ... 358 more lines hidden. See full changelog in package directory.
302
+ ... 374 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.20.1-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
8
+ - @mastra/core@0.20.1-alpha.4
9
+ - @mastra/server@0.20.1-alpha.4
10
+
11
+ ## 0.20.1-alpha.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
16
+ - @mastra/core@0.20.1-alpha.3
17
+ - @mastra/server@0.20.1-alpha.3
18
+
3
19
  ## 0.20.1-alpha.2
4
20
 
5
21
  ### Patch Changes
@@ -283,20 +299,4 @@
283
299
 
284
300
  - fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
285
301
 
286
- - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
287
- - @mastra/core@0.17.1-alpha.0
288
- - @mastra/server@0.17.1-alpha.0
289
-
290
- ## 0.17.0
291
-
292
- ### Minor Changes
293
-
294
- - Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
295
-
296
- - The `IBundler` and subsequently the `IDeployer` interface changed, making the third argument of `bundle()` an object. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
297
-
298
- ```diff
299
- - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
300
- + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
301
-
302
- ... 4553 more lines hidden. See full changelog in package directory.
302
+ ... 4569 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.28-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
8
+ - @mastra/core@0.20.1-alpha.4
9
+
10
+ ## 0.13.28-alpha.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
15
+ - @mastra/core@0.20.1-alpha.3
16
+
3
17
  ## 0.13.28-alpha.2
4
18
 
5
19
  ### Patch Changes
@@ -285,18 +299,4 @@
285
299
 
286
300
  ### Patch Changes
287
301
 
288
- - dependencies updates: ([#7527](https://github.com/mastra-ai/mastra/pull/7527))
289
- - Updated dependency [`@modelcontextprotocol/sdk@^1.17.5` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.5) (from `^1.17.3`, in `dependencies`)
290
- - 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)]:
291
- - @mastra/mcp@0.12.0-alpha.1
292
- - @mastra/core@0.16.1-alpha.1
293
-
294
- ## 0.13.19-alpha.0
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`79b39c1`](https://github.com/mastra-ai/mastra/commit/79b39c1def3bbd5d6ee2d2cc1e89ea378a940477), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
299
- - @mastra/core@0.16.1-alpha.0
300
- - @mastra/mcp@0.12.0-alpha.0
301
-
302
- ... 1944 more lines hidden. See full changelog in package directory.
302
+ ... 1958 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.15.6-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix TypeScript errors with provider-defined tools by updating ai-v5 and openai-v5 to matching provider-utils versions. This ensures npm deduplicates to a single provider-utils instance, resolving type incompatibility issues when passing provider tools to Agent. ([#8584](https://github.com/mastra-ai/mastra/pull/8584))
8
+
9
+ Also adds deprecation warning to Agent import from root path to encourage using the recommended subpath import.
10
+
11
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
12
+ - @mastra/core@0.20.1-alpha.3
13
+
3
14
  ## 0.15.6-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
 
288
299
  - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
289
300
  - @mastra/core@0.15.3-alpha.5
290
- - @mastra/schema-compat@0.11.2-alpha.2
291
-
292
- ## 0.14.3-alpha.1
293
-
294
- ### Patch Changes
295
-
296
- - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
297
- - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
298
-
299
- - [#7219](https://github.com/mastra-ai/mastra/pull/7219) [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569) Thanks [@NikAiyer](https://github.com/NikAiyer)! - upgrade ai v5 versions to latest for core and memory
300
-
301
301
 
302
- ... 3112 more lines hidden. See full changelog in package directory.
302
+ ... 3123 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,29 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.4.0-alpha.4
4
+
5
+ ### Minor Changes
6
+
7
+ - Update peer dependencies to match core package version bump (0.20.1) ([#8589](https://github.com/mastra-ai/mastra/pull/8589))
8
+
9
+ ### Patch Changes
10
+
11
+ - Fixed an issue where model router was adding /chat/completions to API urls when it shouldn't. ([#8589](https://github.com/mastra-ai/mastra/pull/8589))
12
+ fixed an issue with provider ID rendering in playground UI
13
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
14
+ - @mastra/core@0.20.1-alpha.4
15
+ - @mastra/client-js@0.15.1-alpha.4
16
+ - @mastra/react@0.0.4-alpha.4
17
+
18
+ ## 6.3.1-alpha.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
23
+ - @mastra/core@0.20.1-alpha.3
24
+ - @mastra/client-js@0.15.1-alpha.3
25
+ - @mastra/react@0.0.4-alpha.3
26
+
3
27
  ## 6.3.1-alpha.2
4
28
 
5
29
  ### Patch Changes
@@ -275,28 +299,4 @@
275
299
 
276
300
  - show the tool-output stream in the playground for streamVNext ([#7983](https://github.com/mastra-ai/mastra/pull/7983))
277
301
 
278
- - Get rid off swr one for all ([#7931](https://github.com/mastra-ai/mastra/pull/7931))
279
-
280
- - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
281
-
282
- - Fix navigating between scores and entity types ([#8129](https://github.com/mastra-ai/mastra/pull/8129))
283
-
284
- - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
285
-
286
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
287
-
288
- - Add UI for scoring traces ([#8089](https://github.com/mastra-ai/mastra/pull/8089))
289
-
290
- - 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), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
291
- - @mastra/core@0.18.0
292
- - @mastra/client-js@0.13.2
293
-
294
- ## 6.2.2-alpha.4
295
-
296
- ### Patch Changes
297
-
298
- - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
299
-
300
- ## 6.2.2-alpha.3
301
-
302
- ... 3462 more lines hidden. See full changelog in package directory.
302
+ ... 3486 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.4-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/client-js@0.15.1-alpha.4
9
+
10
+ ## 0.0.4-alpha.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @mastra/client-js@0.15.1-alpha.3
16
+
3
17
  ## 0.0.4-alpha.2
4
18
 
5
19
  ### Patch Changes
@@ -1,5 +1,23 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.20.1-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
8
+ - @mastra/core@0.20.1-alpha.4
9
+
10
+ ## 0.20.1-alpha.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Fix TypeScript errors with provider-defined tools by updating ai-v5 and openai-v5 to matching provider-utils versions. This ensures npm deduplicates to a single provider-utils instance, resolving type incompatibility issues when passing provider tools to Agent. ([#8584](https://github.com/mastra-ai/mastra/pull/8584))
15
+
16
+ Also adds deprecation warning to Agent import from root path to encourage using the recommended subpath import.
17
+
18
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
19
+ - @mastra/core@0.20.1-alpha.3
20
+
3
21
  ## 0.20.1-alpha.2
4
22
 
5
23
  ### Patch Changes
@@ -280,23 +298,5 @@
280
298
  - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
281
299
  - @mastra/core@0.17.0-alpha.4
282
300
 
283
- ## 0.17.0-alpha.3
284
-
285
- ### Patch Changes
286
-
287
- - Add helpful error message when trying to import from top-level import ([#7762](https://github.com/mastra-ai/mastra/pull/7762))
288
-
289
- - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
290
-
291
- - Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
292
- - @mastra/core@0.17.0-alpha.3
293
-
294
- ## 0.16.4-alpha.2
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
299
- - @mastra/core@0.16.4-alpha.2
300
-
301
301
 
302
- ... 3614 more lines hidden. See full changelog in package directory.
302
+ ... 3632 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.15.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed an issue where model router was adding /chat/completions to API urls when it shouldn't. ([#8589](https://github.com/mastra-ai/mastra/pull/8589))
8
+ fixed an issue with provider ID rendering in playground UI
9
+
3
10
  ## 0.14.2-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ## 0.12.1-alpha.1
293
300
 
294
- ### Patch Changes
295
-
296
- - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
297
-
298
- ## 0.12.1-alpha.0
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1638 more lines hidden. See full changelog in package directory.
302
+ ... 1645 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # mastra
2
2
 
3
+ ## 0.15.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - Update peer dependencies to match core package version bump (0.20.1) ([#8589](https://github.com/mastra-ai/mastra/pull/8589))
8
+
9
+ ### Patch Changes
10
+
11
+ - Fixed an issue where model router was adding /chat/completions to API urls when it shouldn't. ([#8589](https://github.com/mastra-ai/mastra/pull/8589))
12
+ fixed an issue with provider ID rendering in playground UI
13
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
14
+ - @mastra/core@0.20.1-alpha.4
15
+ - @mastra/deployer@0.20.1-alpha.4
16
+
3
17
  ## 0.14.2-alpha.2
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
 
285
299
  - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`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), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
286
300
  - @mastra/deployer@0.18.0
287
- - @mastra/core@0.18.0
288
- - @mastra/loggers@0.10.13
289
- - @mastra/mcp@0.13.1
290
-
291
- ## 0.13.2-alpha.4
292
-
293
- ### Patch Changes
294
-
295
- - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
296
-
297
- ## 0.13.2-alpha.3
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 6008 more lines hidden. See full changelog in package directory.
302
+ ... 6022 more lines hidden. See full changelog in package directory.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.28-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b728a45`](https://github.com/mastra-ai/mastra/commit/b728a45ab3dba59da0f5ee36b81fe246659f305d)]:
8
+ - @mastra/core@0.20.1-alpha.4
9
+
10
+ ## 0.13.28-alpha.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
15
+ - @mastra/core@0.20.1-alpha.3
16
+
3
17
  ## 0.13.28-alpha.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.28-alpha.2",
3
+ "version": "0.13.28-alpha.4",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "uuid": "^11.1.0",
34
34
  "zod": "^3.25.76",
35
35
  "zod-to-json-schema": "^3.24.6",
36
- "@mastra/core": "0.20.1-alpha.2",
36
+ "@mastra/core": "0.20.1-alpha.4",
37
37
  "@mastra/mcp": "^0.13.4-alpha.0"
38
38
  },
39
39
  "devDependencies": {
@@ -49,8 +49,8 @@
49
49
  "tsx": "^4.19.4",
50
50
  "typescript": "^5.8.3",
51
51
  "vitest": "^3.2.4",
52
- "@internal/lint": "0.0.46",
53
- "@mastra/core": "0.20.1-alpha.2"
52
+ "@mastra/core": "0.20.1-alpha.4",
53
+ "@internal/lint": "0.0.46"
54
54
  },
55
55
  "homepage": "https://mastra.ai",
56
56
  "repository": {