@mastra/mcp-docs-server 1.0.0 → 1.0.1

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.
@@ -1,3 +1,3 @@
1
1
  # @internal/changeset-cli
2
2
 
3
- ## 0.0.8
3
+ ## 0.0.9
@@ -1,3 +1,3 @@
1
1
  # @internal/external-types
2
2
 
3
- ## 0.0.4
3
+ ## 0.0.5
@@ -1,5 +1,25 @@
1
1
  # @internal/playground
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @mastra/core@1.0.4
9
+ - @mastra/client-js@1.0.1
10
+ - @mastra/react@0.1.1
11
+ - @mastra/playground-ui@7.0.1
12
+
13
+ ## 1.0.1-alpha.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies:
18
+ - @mastra/playground-ui@7.0.1-alpha.0
19
+ - @mastra/core@1.0.4-alpha.0
20
+ - @mastra/client-js@1.0.1-alpha.0
21
+ - @mastra/react@0.1.1-alpha.0
22
+
3
23
  ## 1.0.0
4
24
 
5
25
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @internal/lint
2
2
 
3
+ ## 0.0.51
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @mastra/core@1.0.4
9
+
3
10
  ## 0.0.50
4
11
 
5
12
  ### Patch Changes
@@ -491,12 +498,5 @@
491
498
 
492
499
  ### Patch Changes
493
500
 
494
- - Updated dependencies [13c97f9]
495
- - @mastra/core@0.10.5
496
-
497
- ## 0.0.7
498
-
499
- ### Patch Changes
500
-
501
501
 
502
- ... 226 more lines hidden. See full changelog in package directory.
502
+ ... 233 more lines hidden. See full changelog in package directory.
@@ -1,3 +1,3 @@
1
1
  # @internal/types-builder
2
2
 
3
- ## 0.0.29
3
+ ## 0.0.30
@@ -1,5 +1,23 @@
1
1
  # @mastra/ai-sdk
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Release stable ([#12102](https://github.com/mastra-ai/mastra/pull/12102))
8
+
9
+ - Updated dependencies:
10
+ - @mastra/core@1.0.4
11
+
12
+ ## 1.0.2-alpha.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Release stable ([#12102](https://github.com/mastra-ai/mastra/pull/12102))
17
+
18
+ - Updated dependencies:
19
+ - @mastra/core@1.0.4-alpha.0
20
+
3
21
  ## 1.0.0
4
22
 
5
23
  ### Major Changes
@@ -481,22 +499,4 @@
481
499
 
482
500
  The stream exposes `.object` (Promise) and `.objectStream` (ReadableStream) getters, and emits `network-object` and `network-object-result` chunk types. The structured output is generated after task completion using the provided schema.
483
501
 
484
- ```typescript
485
- const stream = await agent.network('Research AI trends', {
486
- structuredOutput: {
487
- schema: z.object({
488
- summary: z.string(),
489
- recommendations: z.array(z.string()),
490
- }),
491
- },
492
- });
493
-
494
- const result = await stream.object;
495
- // result is typed: { summary: string; recommendations: string[] }
496
- ```
497
-
498
- - Updated dependencies [[`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c)]:
499
- - @mastra/core@1.0.0-beta.21
500
-
501
-
502
- ... 855 more lines hidden. See full changelog in package directory.
502
+ ... 873 more lines hidden. See full changelog in package directory.