@mastra/mcp-docs-server 0.13.17-alpha.7 → 0.13.17-alpha.9
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/%40mastra%2Fclient-js.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +16 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +15 -15
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.11.3-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.9
|
|
9
|
+
|
|
10
|
+
## 0.11.3-alpha.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
15
|
+
- @mastra/core@0.15.3-alpha.8
|
|
16
|
+
|
|
3
17
|
## 0.11.3-alpha.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
- Updated dependencies [c30bca8]
|
|
285
299
|
- @mastra/core@0.13.3-alpha.0
|
|
286
300
|
|
|
287
|
-
## 0.10.21
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
- 96169cc: Create handler that returns providers user has keys for in their env
|
|
293
|
-
- ce04175: Add update agent model handler
|
|
294
|
-
- Updated dependencies [d5330bf]
|
|
295
|
-
- Updated dependencies [2e74797]
|
|
296
|
-
- Updated dependencies [8388649]
|
|
297
|
-
- Updated dependencies [a239d41]
|
|
298
|
-
- Updated dependencies [dd94a26]
|
|
299
|
-
- Updated dependencies [3ba6772]
|
|
300
|
-
- Updated dependencies [b5cf2a3]
|
|
301
|
-
|
|
302
|
-
... 2272 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2286 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7401](https://github.com/mastra-ai/mastra/pull/7401) [`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - follow up fix for scorers
|
|
8
|
+
|
|
9
|
+
## 0.15.3-alpha.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#7397](https://github.com/mastra-ai/mastra/pull/7397) [`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - fix: do not pass tracing context to score run
|
|
14
|
+
|
|
15
|
+
- [#7396](https://github.com/mastra-ai/mastra/pull/7396) [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb) Thanks [@TylerBarnes](https://github.com/TylerBarnes)! - Fix image handling for Google Gemini and other providers when using streamVNext (fixes #7362)
|
|
16
|
+
|
|
3
17
|
## 0.15.3-alpha.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
- 5a37d0c: Fix dev server bug related to p-map imports
|
|
285
299
|
- 4bde0cb: Allow renaming .map functions in workflows
|
|
286
300
|
- cf4f357: When using the Cloudflare deployer you might see a `[duplicate-case]` warning. The internal cause for this was fixed.
|
|
287
|
-
- ad888a2: Stream vnext agent-network
|
|
288
|
-
- 481751d: Tests `mitt.off` event handler removal
|
|
289
|
-
- 2454423: Agentic loop and streaming workflow: generateVNext and streamVNext
|
|
290
|
-
- 194e395: exclude \_wrapToolsWithAITracing from agent trace
|
|
291
|
-
- a722c0b: Added a patch to filter out system messages that were stored in the db via an old memory bug that was patched long ago (see issue 6689). Users upgrading from the old version that still had the bug would see errors when the memory messages were retrieved from the db
|
|
292
|
-
- c30bca8: Fix do while resume-suspend in simple workflow losing data
|
|
293
|
-
- a8f129d: initial addition of experimental ai observability tracing features.
|
|
294
|
-
|
|
295
|
-
## 0.14.0-alpha.7
|
|
296
|
-
|
|
297
|
-
## 0.14.0-alpha.6
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2936 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-cloud
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.9
|
|
9
|
+
- @mastra/deployer@0.15.3-alpha.9
|
|
10
|
+
|
|
11
|
+
## 0.15.3-alpha.8
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
16
|
+
- @mastra/core@0.15.3-alpha.8
|
|
17
|
+
- @mastra/deployer@0.15.3-alpha.8
|
|
18
|
+
|
|
3
19
|
## 0.15.3-alpha.7
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.9
|
|
9
|
+
- @mastra/server@0.15.3-alpha.9
|
|
10
|
+
|
|
11
|
+
## 0.15.3-alpha.8
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
16
|
+
- @mastra/core@0.15.3-alpha.8
|
|
17
|
+
- @mastra/server@0.15.3-alpha.8
|
|
18
|
+
|
|
3
19
|
## 0.15.3-alpha.7
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
|
|
283
299
|
### Minor Changes
|
|
284
300
|
|
|
285
|
-
- 03997ae: Update peer deps of core
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- Updated dependencies [03997ae]
|
|
290
|
-
- @mastra/server@0.14.0-alpha.7
|
|
291
|
-
- @mastra/core@0.14.0-alpha.7
|
|
292
|
-
|
|
293
|
-
## 0.14.0-alpha.6
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- a9916bd: Model switcher v5 support
|
|
298
|
-
- Updated dependencies [ad888a2]
|
|
299
|
-
- Updated dependencies [481751d]
|
|
300
|
-
- Updated dependencies [194e395]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3774 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.17-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.9
|
|
9
|
+
|
|
10
|
+
## 0.13.17-alpha.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
15
|
+
- @mastra/core@0.15.3-alpha.8
|
|
16
|
+
|
|
3
17
|
## 0.13.17-alpha.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
- Updated dependencies [b5cf2a3]
|
|
285
299
|
- Updated dependencies [2fff911]
|
|
286
300
|
- Updated dependencies [b32c50d]
|
|
287
|
-
- Updated dependencies [63449d0]
|
|
288
|
-
- Updated dependencies [121a3f8]
|
|
289
|
-
- Updated dependencies [ec510e7]
|
|
290
|
-
- @mastra/core@0.13.2
|
|
291
|
-
- @mastra/mcp@0.10.11
|
|
292
|
-
|
|
293
|
-
## 0.13.11-alpha.3
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [b5cf2a3]
|
|
298
|
-
- @mastra/core@0.13.2-alpha.3
|
|
299
|
-
|
|
300
|
-
## 0.13.11-alpha.2
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1545 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.9
|
|
9
|
+
|
|
10
|
+
## 0.15.3-alpha.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
15
|
+
- @mastra/core@0.15.3-alpha.8
|
|
16
|
+
|
|
3
17
|
## 0.15.3-alpha.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -285,18 +299,4 @@
|
|
|
285
299
|
|
|
286
300
|
### Patch Changes
|
|
287
301
|
|
|
288
|
-
|
|
289
|
-
- a89de7e: Adding a new agentic loop and streaming workflow system while working towards AI SDK v5 support.
|
|
290
|
-
- Updated dependencies [6faaee5]
|
|
291
|
-
- Updated dependencies [4232b14]
|
|
292
|
-
- Updated dependencies [a89de7e]
|
|
293
|
-
- Updated dependencies [cf4f357]
|
|
294
|
-
- Updated dependencies [a722c0b]
|
|
295
|
-
- Updated dependencies [3b5fec7]
|
|
296
|
-
- @mastra/core@0.14.0-alpha.1
|
|
297
|
-
|
|
298
|
-
## 0.13.3-alpha.0
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 3086 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 3100 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.17-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.9
|
|
9
|
+
|
|
10
|
+
## 0.13.17-alpha.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
15
|
+
- @mastra/core@0.15.3-alpha.8
|
|
16
|
+
|
|
3
17
|
## 0.13.17-alpha.7
|
|
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.17-alpha.
|
|
3
|
+
"version": "0.13.17-alpha.9",
|
|
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.15.3-alpha.
|
|
36
|
+
"@mastra/core": "0.15.3-alpha.9",
|
|
37
37
|
"@mastra/mcp": "^0.11.3-alpha.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"tsx": "^4.19.4",
|
|
50
50
|
"typescript": "^5.8.3",
|
|
51
51
|
"vitest": "^3.2.4",
|
|
52
|
-
"@mastra/core": "0.15.3-alpha.
|
|
52
|
+
"@mastra/core": "0.15.3-alpha.9",
|
|
53
53
|
"@internal/lint": "0.0.34"
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://mastra.ai",
|