@mastra/mcp-docs-server 0.13.17-alpha.8 → 0.13.17
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 +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +8 -8
- package/CHANGELOG.md +67 -0
- package/package.json +5 -5
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 0.11.3-alpha.8
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
- Updated dependencies [c30bca8]
|
|
292
299
|
- @mastra/core@0.13.3-alpha.0
|
|
293
300
|
|
|
294
|
-
## 0.10.21
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- a239d41: Updated A2A syntax to v0.3.0
|
|
299
|
-
- 96169cc: Create handler that returns providers user has keys for in their env
|
|
300
|
-
- ce04175: Add update agent model handler
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2286 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
## 0.15.3-alpha.8
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -292,11 +298,5 @@
|
|
|
292
298
|
- 5a37d0c: Fix dev server bug related to p-map imports
|
|
293
299
|
- 4bde0cb: Allow renaming .map functions in workflows
|
|
294
300
|
- cf4f357: When using the Cloudflare deployer you might see a `[duplicate-case]` warning. The internal cause for this was fixed.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- 2454423: Agentic loop and streaming workflow: generateVNext and streamVNext
|
|
298
|
-
- 194e395: exclude \_wrapToolsWithAITracing from agent trace
|
|
299
|
-
- 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
|
|
300
|
-
- c30bca8: Fix do while resume-suspend in simple workflow losing data
|
|
301
|
-
|
|
302
|
-
... 2930 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2936 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 0.15.3-alpha.8
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 0.15.3-alpha.8
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
### Minor Changes
|
|
292
300
|
|
|
293
|
-
- 03997ae: Update peer deps of core
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [03997ae]
|
|
298
|
-
- @mastra/server@0.14.0-alpha.7
|
|
299
|
-
- @mastra/core@0.14.0-alpha.7
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3774 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 0.13.17-alpha.8
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
- Updated dependencies [b5cf2a3]
|
|
292
299
|
- Updated dependencies [2fff911]
|
|
293
300
|
- Updated dependencies [b32c50d]
|
|
294
|
-
- Updated dependencies [63449d0]
|
|
295
|
-
- Updated dependencies [121a3f8]
|
|
296
|
-
- Updated dependencies [ec510e7]
|
|
297
|
-
- @mastra/core@0.13.2
|
|
298
|
-
- @mastra/mcp@0.10.11
|
|
299
|
-
|
|
300
|
-
## 0.13.11-alpha.3
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1545 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 0.15.3-alpha.8
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
### Patch Changes
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
- a89de7e: Adding a new agentic loop and streaming workflow system while working towards AI SDK v5 support.
|
|
297
|
-
- Updated dependencies [6faaee5]
|
|
298
|
-
- Updated dependencies [4232b14]
|
|
299
|
-
- Updated dependencies [a89de7e]
|
|
300
|
-
- Updated dependencies [cf4f357]
|
|
301
|
-
|
|
302
|
-
... 3093 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,72 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ab48c97: dependencies updates:
|
|
8
|
+
- Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
|
|
9
|
+
- 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`)
|
|
10
|
+
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
11
|
+
- 9a98f3c: Validate file path after `path.join()`
|
|
12
|
+
- 6cffb99: Fix log level not being handled by server
|
|
13
|
+
- ff81788: Add validation to blog URLs
|
|
14
|
+
- Updated dependencies [ab48c97]
|
|
15
|
+
- Updated dependencies [85ef90b]
|
|
16
|
+
- Updated dependencies [aedbbfa]
|
|
17
|
+
- Updated dependencies [ff89505]
|
|
18
|
+
- Updated dependencies [637f323]
|
|
19
|
+
- Updated dependencies [de3cbc6]
|
|
20
|
+
- Updated dependencies [c19bcf7]
|
|
21
|
+
- Updated dependencies [4474d04]
|
|
22
|
+
- Updated dependencies [183dc95]
|
|
23
|
+
- Updated dependencies [a1111e2]
|
|
24
|
+
- Updated dependencies [b42a961]
|
|
25
|
+
- Updated dependencies [61debef]
|
|
26
|
+
- Updated dependencies [9beaeff]
|
|
27
|
+
- Updated dependencies [29de0e1]
|
|
28
|
+
- Updated dependencies [f643c65]
|
|
29
|
+
- Updated dependencies [00c74e7]
|
|
30
|
+
- Updated dependencies [fef7375]
|
|
31
|
+
- Updated dependencies [e3d8fea]
|
|
32
|
+
- Updated dependencies [45e4d39]
|
|
33
|
+
- Updated dependencies [ad78bfc]
|
|
34
|
+
- Updated dependencies [9eee594]
|
|
35
|
+
- Updated dependencies [7149d8d]
|
|
36
|
+
- Updated dependencies [822c2e8]
|
|
37
|
+
- Updated dependencies [3b8972b]
|
|
38
|
+
- Updated dependencies [979912c]
|
|
39
|
+
- Updated dependencies [7dcf4c0]
|
|
40
|
+
- Updated dependencies [4106a58]
|
|
41
|
+
- Updated dependencies [ad78bfc]
|
|
42
|
+
- Updated dependencies [0302f50]
|
|
43
|
+
- Updated dependencies [6ac697e]
|
|
44
|
+
- Updated dependencies [74db265]
|
|
45
|
+
- Updated dependencies [6cffb99]
|
|
46
|
+
- Updated dependencies [0ce418a]
|
|
47
|
+
- Updated dependencies [3e0153a]
|
|
48
|
+
- Updated dependencies [af90672]
|
|
49
|
+
- Updated dependencies [8387952]
|
|
50
|
+
- Updated dependencies [7f3b8da]
|
|
51
|
+
- Updated dependencies [905352b]
|
|
52
|
+
- Updated dependencies [599d04c]
|
|
53
|
+
- Updated dependencies [56041d0]
|
|
54
|
+
- Updated dependencies [3412597]
|
|
55
|
+
- Updated dependencies [5eca5d2]
|
|
56
|
+
- Updated dependencies [f2cda47]
|
|
57
|
+
- Updated dependencies [5de1555]
|
|
58
|
+
- Updated dependencies [cfd377a]
|
|
59
|
+
- Updated dependencies [1ed5a3e]
|
|
60
|
+
- @mastra/core@0.15.3
|
|
61
|
+
- @mastra/mcp@0.11.3
|
|
62
|
+
|
|
63
|
+
## 0.13.17-alpha.9
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
|
|
68
|
+
- @mastra/core@0.15.3-alpha.9
|
|
69
|
+
|
|
3
70
|
## 0.13.17-alpha.8
|
|
4
71
|
|
|
5
72
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-docs-server",
|
|
3
|
-
"version": "0.13.17
|
|
3
|
+
"version": "0.13.17",
|
|
4
4
|
"description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
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
|
|
37
|
-
"@mastra/mcp": "^0.11.3
|
|
36
|
+
"@mastra/core": "0.15.3",
|
|
37
|
+
"@mastra/mcp": "^0.11.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@hono/node-server": "^1.17.1",
|
|
@@ -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.15.3
|
|
52
|
+
"@internal/lint": "0.0.35",
|
|
53
|
+
"@mastra/core": "0.15.3"
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://mastra.ai",
|
|
56
56
|
"repository": {
|