@mastra/mcp-docs-server 0.13.23-alpha.0 → 0.13.24-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
- package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +2 -0
- package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +22 -22
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +22 -22
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +18 -18
- package/.docs/organized/changelogs/create-mastra.md +5 -5
- package/.docs/organized/changelogs/mastra.md +21 -21
- package/.docs/raw/reference/agents/generateVNext.mdx +1 -2
- package/.docs/raw/reference/streaming/agents/streamVNext.mdx +11 -14
- package/CHANGELOG.md +14 -0
- package/package.json +4 -4
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @internal/lint
|
|
2
2
|
|
|
3
|
+
## 0.0.37
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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)]:
|
|
8
|
+
- @mastra/core@0.17.1
|
|
9
|
+
|
|
3
10
|
## 0.0.36
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
- Updated dependencies [4d5583d]
|
|
293
300
|
- @mastra/core@0.10.12
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [2873c7f]
|
|
300
|
-
- Updated dependencies [1c1c6a1]
|
|
301
|
-
|
|
302
|
-
... 333 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 340 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
+
## 0.0.6-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: result object type inference when using structuredOutput and unify output/structuredOutput types with single OUTPUT generic ([#7969](https://github.com/mastra-ai/mastra/pull/7969))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
10
|
+
- @mastra/core@0.17.2-alpha.0
|
|
11
|
+
|
|
3
12
|
## 0.0.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/ai-sdk
|
|
2
2
|
|
|
3
|
+
## 0.0.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: result object type inference when using structuredOutput and unify output/structuredOutput types with single OUTPUT generic ([#7969](https://github.com/mastra-ai/mastra/pull/7969))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
10
|
+
- @mastra/core@0.17.2-alpha.0
|
|
11
|
+
|
|
3
12
|
## 0.0.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: result object type inference when using structuredOutput and unify output/structuredOutput types with single OUTPUT generic ([#7969](https://github.com/mastra-ai/mastra/pull/7969))
|
|
8
|
+
|
|
9
|
+
- Get rid off swr one for all ([#7931](https://github.com/mastra-ai/mastra/pull/7931))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
12
|
+
- @mastra/core@0.17.2-alpha.0
|
|
13
|
+
|
|
14
|
+
## 0.13.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
|
|
19
|
+
|
|
20
|
+
- 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)]:
|
|
21
|
+
- @mastra/core@0.17.1
|
|
22
|
+
|
|
3
23
|
## 0.13.1-alpha.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- 26b0d7c: Cleanup pkg output
|
|
279
299
|
- 48f0742: add deployer, server and clientjs handlers for agent builder template
|
|
280
300
|
- 5de1555: Fixed tracingContext on tool executions in AI tracing
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [aedbbfa]
|
|
284
|
-
- Updated dependencies [ff89505]
|
|
285
|
-
- Updated dependencies [637f323]
|
|
286
|
-
- Updated dependencies [de3cbc6]
|
|
287
|
-
- Updated dependencies [c19bcf7]
|
|
288
|
-
- Updated dependencies [4474d04]
|
|
289
|
-
- Updated dependencies [183dc95]
|
|
290
|
-
- Updated dependencies [a1111e2]
|
|
291
|
-
- Updated dependencies [b42a961]
|
|
292
|
-
- Updated dependencies [61debef]
|
|
293
|
-
- Updated dependencies [9beaeff]
|
|
294
|
-
- Updated dependencies [29de0e1]
|
|
295
|
-
- Updated dependencies [f643c65]
|
|
296
|
-
- Updated dependencies [00c74e7]
|
|
297
|
-
- Updated dependencies [fef7375]
|
|
298
|
-
- Updated dependencies [e3d8fea]
|
|
299
|
-
- Updated dependencies [45e4d39]
|
|
300
|
-
- Updated dependencies [9eee594]
|
|
301
|
-
|
|
302
|
-
... 2608 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2628 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.17.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: result object type inference when using structuredOutput and unify output/structuredOutput types with single OUTPUT generic ([#7969](https://github.com/mastra-ai/mastra/pull/7969))
|
|
8
|
+
|
|
9
|
+
- Fix selection of agent method based on model version ([#8001](https://github.com/mastra-ai/mastra/pull/8001))
|
|
10
|
+
|
|
11
|
+
- Get rid off swr one for all ([#7931](https://github.com/mastra-ai/mastra/pull/7931))
|
|
12
|
+
|
|
13
|
+
## 0.17.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Refactor agent.#execute fn workflow to make code easier to follow. ([#7964](https://github.com/mastra-ai/mastra/pull/7964))
|
|
18
|
+
|
|
19
|
+
- fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
|
|
20
|
+
|
|
21
|
+
- feat: Add system option support to VNext methods ([#7925](https://github.com/mastra-ai/mastra/pull/7925))
|
|
22
|
+
|
|
3
23
|
## 0.17.1-alpha.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
{
|
|
279
299
|
path: '/api/protected-endpoint',
|
|
280
300
|
method: 'GET',
|
|
281
|
-
requiresAuth: true, // Authentication required (default)
|
|
282
|
-
handler: async c => c.json({ message: 'Protected access' }),
|
|
283
|
-
},
|
|
284
|
-
];
|
|
285
|
-
```
|
|
286
|
-
|
|
287
|
-
This addresses issue #7674 where custom endpoints were not being protected by the authentication system.
|
|
288
|
-
|
|
289
|
-
- Network stream class when calling agent.network() ([#7763](https://github.com/mastra-ai/mastra/pull/7763))
|
|
290
|
-
|
|
291
|
-
- Deprecate "output" in generate and stream VNext in favour of structuredOutput. When structuredOutput is used in tandem with maxSteps = 1, the structuredOutput processor won't run, it'll generate the output using the main agent, similar to how "output" used to work. ([#7750](https://github.com/mastra-ai/mastra/pull/7750))
|
|
292
|
-
|
|
293
|
-
## 0.16.3
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- dependencies updates: ([#7545](https://github.com/mastra-ai/mastra/pull/7545))
|
|
298
|
-
- Updated dependency [`hono@^4.9.6` ↗︎](https://www.npmjs.com/package/hono/v/4.9.6) (from `^4.8.12`, in `dependencies`)
|
|
299
|
-
|
|
300
|
-
- Delayed deprecation notice for streamVNext() replacing stream() until Sept 23rd ([#7739](https://github.com/mastra-ai/mastra/pull/7739))
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3554 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-cloud
|
|
2
2
|
|
|
3
|
+
## 0.17.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
- @mastra/deployer@0.17.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.17.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 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)]:
|
|
16
|
+
- @mastra/core@0.17.1
|
|
17
|
+
- @mastra/deployer@0.17.1
|
|
18
|
+
|
|
3
19
|
## 0.17.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
- Updated dependencies [4474d04]
|
|
283
299
|
- Updated dependencies [183dc95]
|
|
284
300
|
- Updated dependencies [a1111e2]
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [61debef]
|
|
288
|
-
- Updated dependencies [9beaeff]
|
|
289
|
-
- Updated dependencies [29de0e1]
|
|
290
|
-
- Updated dependencies [f643c65]
|
|
291
|
-
- Updated dependencies [00c74e7]
|
|
292
|
-
- Updated dependencies [f0dfcac]
|
|
293
|
-
- Updated dependencies [fef7375]
|
|
294
|
-
- Updated dependencies [6d98856]
|
|
295
|
-
- Updated dependencies [e3d8fea]
|
|
296
|
-
- Updated dependencies [45e4d39]
|
|
297
|
-
- Updated dependencies [9eee594]
|
|
298
|
-
- Updated dependencies [7149d8d]
|
|
299
|
-
- Updated dependencies [822c2e8]
|
|
300
|
-
- Updated dependencies [979912c]
|
|
301
|
-
|
|
302
|
-
... 175 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 191 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.14.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
- @mastra/deployer@0.17.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.14.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 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)]:
|
|
16
|
+
- @mastra/core@0.17.1
|
|
17
|
+
- @mastra/deployer@0.17.1
|
|
18
|
+
|
|
3
19
|
## 0.14.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
|
|
283
299
|
## 0.13.1
|
|
284
300
|
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
|
|
288
|
-
|
|
289
|
-
- Updated dependencies [[`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298)]:
|
|
290
|
-
- @mastra/deployer@0.15.1
|
|
291
|
-
- @mastra/core@0.15.1
|
|
292
|
-
|
|
293
|
-
## 0.13.0
|
|
294
|
-
|
|
295
|
-
### Minor Changes
|
|
296
|
-
|
|
297
|
-
- [#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
|
|
298
|
-
|
|
299
|
-
- [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3652 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
- @mastra/deployer@0.17.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.13.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 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)]:
|
|
16
|
+
- @mastra/core@0.17.1
|
|
17
|
+
- @mastra/deployer@0.17.1
|
|
18
|
+
|
|
3
19
|
## 0.13.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -283,20 +299,4 @@
|
|
|
283
299
|
|
|
284
300
|
## 0.12.0-alpha.3
|
|
285
301
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
- [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
|
|
293
|
-
- @mastra/deployer@0.15.0-alpha.4
|
|
294
|
-
- @mastra/core@0.15.0-alpha.4
|
|
295
|
-
|
|
296
|
-
## 0.12.0-alpha.2
|
|
297
|
-
|
|
298
|
-
### Minor Changes
|
|
299
|
-
|
|
300
|
-
- [#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
|
|
301
|
-
|
|
302
|
-
... 3368 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 3384 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.12.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
- @mastra/deployer@0.17.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.12.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 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)]:
|
|
16
|
+
- @mastra/core@0.17.1
|
|
17
|
+
- @mastra/deployer@0.17.1
|
|
18
|
+
|
|
3
19
|
## 0.12.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -283,20 +299,4 @@
|
|
|
283
299
|
|
|
284
300
|
### Patch Changes
|
|
285
301
|
|
|
286
|
-
|
|
287
|
-
- @mastra/deployer@0.15.0-alpha.3
|
|
288
|
-
- @mastra/core@0.15.0-alpha.3
|
|
289
|
-
|
|
290
|
-
## 0.11.16-alpha.0
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
|
|
295
|
-
- @mastra/core@0.14.2-alpha.0
|
|
296
|
-
- @mastra/deployer@0.14.2-alpha.0
|
|
297
|
-
|
|
298
|
-
## 0.11.15
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 3322 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 3338 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.17.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
- @mastra/server@0.17.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.17.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
|
|
16
|
+
|
|
17
|
+
- 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)]:
|
|
18
|
+
- @mastra/core@0.17.1
|
|
19
|
+
- @mastra/server@0.17.1
|
|
20
|
+
|
|
3
21
|
## 0.17.1-alpha.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
- Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
- @mastra/server@0.16.3-alpha.1
|
|
286
|
-
- @mastra/core@0.16.3-alpha.1
|
|
287
|
-
|
|
288
|
-
## 0.16.3-alpha.0
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- dependencies updates: ([#7545](https://github.com/mastra-ai/mastra/pull/7545))
|
|
293
|
-
- Updated dependency [`hono@^4.9.6` ↗︎](https://www.npmjs.com/package/hono/v/4.9.6) (from `^4.8.12`, in `dependencies`)
|
|
294
|
-
|
|
295
|
-
- AN packages ([#7711](https://github.com/mastra-ai/mastra/pull/7711))
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`4a2e636`](https://github.com/mastra-ai/mastra/commit/4a2e636719b410b25cdae46fb40d4a9c575d3ed0), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
|
|
298
|
-
- @mastra/core@0.16.3-alpha.0
|
|
299
|
-
- @mastra/server@0.16.3-alpha.0
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 4276 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 4294 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.24-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
|
|
10
|
+
## 0.13.23
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 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)]:
|
|
15
|
+
- @mastra/core@0.17.1
|
|
16
|
+
|
|
3
17
|
## 0.13.23-alpha.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -285,18 +299,4 @@
|
|
|
285
299
|
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
286
300
|
- @mastra/core@0.15.3-alpha.8
|
|
287
301
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
293
|
-
- @mastra/core@0.15.3-alpha.7
|
|
294
|
-
|
|
295
|
-
## 0.13.17-alpha.6
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- [#7349](https://github.com/mastra-ai/mastra/pull/7349) [`6cffb99`](https://github.com/mastra-ai/mastra/commit/6cffb99030dc46256e4c3c0e6730565a2825d7a4) Thanks [@adeleke5140](https://github.com/adeleke5140)! - Fix log level not being handled by server
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1816 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1830 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 6.2.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dependencies updates: ([#7980](https://github.com/mastra-ai/mastra/pull/7980))
|
|
8
|
+
- Updated dependency [`zod@^4.1.8` ↗︎](https://www.npmjs.com/package/zod/v/4.1.8) (from `^4.1.5`, in `dependencies`)
|
|
9
|
+
|
|
10
|
+
- Get rid off swr one for all ([#7931](https://github.com/mastra-ai/mastra/pull/7931))
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
13
|
+
- @mastra/client-js@0.13.2-alpha.0
|
|
14
|
+
- @mastra/core@0.17.2-alpha.0
|
|
15
|
+
|
|
16
|
+
## 6.2.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 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)]:
|
|
21
|
+
- @mastra/core@0.17.1
|
|
22
|
+
- @mastra/client-js@0.13.1
|
|
23
|
+
|
|
3
24
|
## 6.2.1-alpha.0
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -277,26 +298,5 @@
|
|
|
277
298
|
- Updated dependencies [a01cf14]
|
|
278
299
|
- Updated dependencies [a9e50ee]
|
|
279
300
|
- Updated dependencies [5397eb4]
|
|
280
|
-
- Updated dependencies [c9f4e4a]
|
|
281
|
-
- Updated dependencies [0acbc80]
|
|
282
|
-
- @mastra/core@0.16.0
|
|
283
|
-
- @mastra/client-js@0.12.0
|
|
284
|
-
|
|
285
|
-
## 6.1.0-alpha.1
|
|
286
|
-
|
|
287
|
-
### Minor Changes
|
|
288
|
-
|
|
289
|
-
- 376913a: Update peerdeps of @mastra/core
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- Updated dependencies [8fbf79e]
|
|
294
|
-
- @mastra/core@0.16.0-alpha.1
|
|
295
|
-
- @mastra/client-js@0.12.0-alpha.1
|
|
296
|
-
|
|
297
|
-
## 6.1.0-alpha.0
|
|
298
|
-
|
|
299
|
-
### Minor Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3122 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/qdrant
|
|
2
2
|
|
|
3
|
+
## 0.11.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Pass qdrant client params ([#7972](https://github.com/mastra-ai/mastra/pull/7972))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.17.1
|
|
11
|
+
|
|
3
12
|
## 0.11.12-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
|
|
291
300
|
## 0.11.2-alpha.0
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
296
|
-
- @mastra/core@0.12.0-alpha.5
|
|
297
|
-
|
|
298
|
-
## 0.11.1
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 1935 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1944 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.17.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
|
|
10
|
+
## 0.17.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
|
|
15
|
+
|
|
16
|
+
- 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)]:
|
|
17
|
+
- @mastra/core@0.17.1
|
|
18
|
+
|
|
3
19
|
## 0.17.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
- Updated dependencies [fef7375]
|
|
283
299
|
- Updated dependencies [e3d8fea]
|
|
284
300
|
- Updated dependencies [45e4d39]
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [822c2e8]
|
|
288
|
-
- Updated dependencies [979912c]
|
|
289
|
-
- Updated dependencies [7dcf4c0]
|
|
290
|
-
- Updated dependencies [4106a58]
|
|
291
|
-
- Updated dependencies [ad78bfc]
|
|
292
|
-
- Updated dependencies [0302f50]
|
|
293
|
-
- Updated dependencies [6ac697e]
|
|
294
|
-
- Updated dependencies [74db265]
|
|
295
|
-
- Updated dependencies [0ce418a]
|
|
296
|
-
- Updated dependencies [af90672]
|
|
297
|
-
- Updated dependencies [8387952]
|
|
298
|
-
- Updated dependencies [7f3b8da]
|
|
299
|
-
- Updated dependencies [905352b]
|
|
300
|
-
- Updated dependencies [599d04c]
|
|
301
|
-
|
|
302
|
-
... 3407 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 3423 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.0
|
|
4
|
+
|
|
5
|
+
## 0.13.1
|
|
6
|
+
|
|
3
7
|
## 0.13.1-alpha.0
|
|
4
8
|
|
|
5
9
|
## 0.13.0
|
|
@@ -295,8 +299,4 @@
|
|
|
295
299
|
|
|
296
300
|
### Patch Changes
|
|
297
301
|
|
|
298
|
-
|
|
299
|
-
- d8dec5e: add a cta to invite to deploy to cloud
|
|
300
|
-
- 6336993: Fix workflow input form overflow
|
|
301
|
-
|
|
302
|
-
... 1430 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1434 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Get rid off swr one for all ([#7931](https://github.com/mastra-ai/mastra/pull/7931))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
10
|
+
- @mastra/core@0.17.2-alpha.0
|
|
11
|
+
- @mastra/deployer@0.17.2-alpha.0
|
|
12
|
+
|
|
13
|
+
## 0.13.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
|
|
18
|
+
|
|
19
|
+
- 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)]:
|
|
20
|
+
- @mastra/core@0.17.1
|
|
21
|
+
- @mastra/deployer@0.17.1
|
|
22
|
+
|
|
3
23
|
## 0.13.1-alpha.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
|
|
279
299
|
## 0.12.1-alpha.0
|
|
280
300
|
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
|
|
284
|
-
- Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
|
|
285
|
-
|
|
286
|
-
- Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [[`6d6e5dd`](https://github.com/mastra-ai/mastra/commit/6d6e5dd00edd5f4d2f310d347c615aef3ed7f609), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`90cab34`](https://github.com/mastra-ai/mastra/commit/90cab347db71359dc5f3d001b1e8d63fd958879a), [`e75360a`](https://github.com/mastra-ai/mastra/commit/e75360a134d722df969777abcf36092fadad1f12), [`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)]:
|
|
289
|
-
- @mastra/deployer@0.16.1-alpha.0
|
|
290
|
-
- @mastra/core@0.16.1-alpha.0
|
|
291
|
-
- @mastra/mcp@0.12.0-alpha.0
|
|
292
|
-
|
|
293
|
-
## 0.12.0
|
|
294
|
-
|
|
295
|
-
### Minor Changes
|
|
296
|
-
|
|
297
|
-
- a01cf14: Add workflow graph in agent (workflow as tool in agent)
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 5673 more lines hidden. See full changelog in package directory.
|
|
@@ -230,8 +230,7 @@ const aiSdkResult = await agent.generateVNext("message for agent", {
|
|
|
230
230
|
name: "output",
|
|
231
231
|
type: "Zod schema | JsonSchema7",
|
|
232
232
|
isOptional: true,
|
|
233
|
-
description:
|
|
234
|
-
"**Deprecated.** Use structuredOutput with maxSteps:1 to achieve the same thing. Defines the expected structure of the output. Can be a JSON Schema object or a Zod schema.",
|
|
233
|
+
description: "**Deprecated.** Use structuredOutput with maxSteps:1 to achieve the same thing. Defines the expected structure of the output. Can be a JSON Schema object or a Zod schema.",
|
|
235
234
|
},
|
|
236
235
|
{
|
|
237
236
|
name: "memory",
|
|
@@ -13,7 +13,7 @@ The `.streamVNext()` method enables real-time streaming of responses from an age
|
|
|
13
13
|
|
|
14
14
|
## Usage example
|
|
15
15
|
|
|
16
|
-
```
|
|
16
|
+
```ts filename="index.ts" copy
|
|
17
17
|
// Default Mastra format
|
|
18
18
|
const mastraStream = await agent.streamVNext("message for agent");
|
|
19
19
|
|
|
@@ -116,31 +116,31 @@ const aiSdkStream = await agent.streamVNext("message for agent", {
|
|
|
116
116
|
name: "onChunk",
|
|
117
117
|
type: "(chunk: ChunkType) => Promise<void> | void",
|
|
118
118
|
isOptional: true,
|
|
119
|
-
description: "Callback function called for each chunk during streaming."
|
|
119
|
+
description: "Callback function called for each chunk during streaming.",
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
name: "onError",
|
|
123
123
|
type: "({ error }: { error: Error | string }) => Promise<void> | void",
|
|
124
124
|
isOptional: true,
|
|
125
|
-
description: "Callback function called when an error occurs during streaming."
|
|
125
|
+
description: "Callback function called when an error occurs during streaming.",
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
name: "onAbort",
|
|
129
129
|
type: "(event: any) => Promise<void> | void",
|
|
130
130
|
isOptional: true,
|
|
131
|
-
description: "Callback function called when the stream is aborted."
|
|
131
|
+
description: "Callback function called when the stream is aborted.",
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
name: "abortSignal",
|
|
135
135
|
type: "AbortSignal",
|
|
136
136
|
isOptional: true,
|
|
137
|
-
description: "Signal object that allows you to abort the agent's execution. When the signal is aborted, all ongoing operations will be terminated."
|
|
137
|
+
description: "Signal object that allows you to abort the agent's execution. When the signal is aborted, all ongoing operations will be terminated.",
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
name: "activeTools",
|
|
141
141
|
type: "Array<keyof ToolSet> | undefined",
|
|
142
142
|
isOptional: true,
|
|
143
|
-
description: "Array of active tool names that can be used during execution."
|
|
143
|
+
description: "Array of active tool names that can be used during execution.",
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
name: "prepareStep",
|
|
@@ -199,7 +199,7 @@ const aiSdkStream = await agent.streamVNext("message for agent", {
|
|
|
199
199
|
isOptional: true,
|
|
200
200
|
description: "Custom instructions for the structuring agent."
|
|
201
201
|
}]
|
|
202
|
-
}
|
|
202
|
+
}
|
|
203
203
|
]
|
|
204
204
|
},
|
|
205
205
|
{
|
|
@@ -534,7 +534,7 @@ const aiSdkStream = await agent.streamVNext("message for agent", {
|
|
|
534
534
|
|
|
535
535
|
### Mastra Format (Default)
|
|
536
536
|
|
|
537
|
-
```
|
|
537
|
+
```ts filename="index.ts" showLineNumbers copy
|
|
538
538
|
import { stepCountIs } from 'ai-v5';
|
|
539
539
|
|
|
540
540
|
const stream = await agent.streamVNext("Tell me a story", {
|
|
@@ -555,7 +555,7 @@ const fullText = await stream.text;
|
|
|
555
555
|
|
|
556
556
|
### AI SDK v5 Format
|
|
557
557
|
|
|
558
|
-
```
|
|
558
|
+
```ts filename="index.ts" showLineNumbers copy
|
|
559
559
|
import { stepCountIs } from 'ai-v5';
|
|
560
560
|
|
|
561
561
|
const stream = await agent.streamVNext("Tell me a story", {
|
|
@@ -581,7 +581,7 @@ return stream.toUIMessageStreamResponse();
|
|
|
581
581
|
|
|
582
582
|
All callback functions are now available as top-level properties for a cleaner API experience.
|
|
583
583
|
|
|
584
|
-
```
|
|
584
|
+
```ts filename="index.ts" showLineNumbers copy
|
|
585
585
|
const stream = await agent.streamVNext("Tell me a story", {
|
|
586
586
|
onFinish: (result) => {
|
|
587
587
|
console.log('Streaming finished:', result);
|
|
@@ -608,15 +608,13 @@ for await (const chunk of stream.textStream) {
|
|
|
608
608
|
|
|
609
609
|
### Advanced Example with Options
|
|
610
610
|
|
|
611
|
-
```
|
|
611
|
+
```ts filename="index.ts" showLineNumbers copy
|
|
612
612
|
import { z } from "zod";
|
|
613
613
|
import { stepCountIs } from 'ai-v5';
|
|
614
614
|
|
|
615
615
|
await agent.streamVNext("message for agent", {
|
|
616
616
|
format: 'aisdk', // Enable AI SDK v5 compatibility
|
|
617
617
|
stopWhen: stepCountIs(3), // Stop after 3 steps
|
|
618
|
-
modelSettings: {
|
|
619
|
-
temperature: 0.7,
|
|
620
618
|
modelSettings: {
|
|
621
619
|
temperature: 0.7,
|
|
622
620
|
},
|
|
@@ -624,7 +622,6 @@ await agent.streamVNext("message for agent", {
|
|
|
624
622
|
thread: "user-123",
|
|
625
623
|
resource: "test-app"
|
|
626
624
|
},
|
|
627
|
-
},
|
|
628
625
|
toolChoice: "auto",
|
|
629
626
|
// Structured output with better DX
|
|
630
627
|
structuredOutput: {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.24-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad)]:
|
|
8
|
+
- @mastra/core@0.17.2-alpha.0
|
|
9
|
+
|
|
10
|
+
## 0.13.23
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 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)]:
|
|
15
|
+
- @mastra/core@0.17.1
|
|
16
|
+
|
|
3
17
|
## 0.13.23-alpha.0
|
|
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.
|
|
3
|
+
"version": "0.13.24-alpha.0",
|
|
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.17.
|
|
36
|
+
"@mastra/core": "0.17.2-alpha.0",
|
|
37
37
|
"@mastra/mcp": "^0.13.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.
|
|
53
|
-
"@mastra/core": "0.17.
|
|
52
|
+
"@internal/lint": "0.0.41",
|
|
53
|
+
"@mastra/core": "0.17.2-alpha.0"
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://mastra.ai",
|
|
56
56
|
"repository": {
|