@mastra/mcp-docs-server 0.13.17-alpha.1 → 0.13.17-alpha.2
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 +7 -7
- 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 +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +8 -8
- package/package.json +4 -4
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.11.3-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.2
|
|
9
|
+
|
|
3
10
|
## 0.11.3-alpha.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
- Updated dependencies [2fff911]
|
|
292
299
|
- @mastra/core@0.13.2-alpha.0
|
|
293
300
|
|
|
294
|
-
## 0.10.20
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [cd0042e]
|
|
299
|
-
- @mastra/core@0.13.1
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2226 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7129](https://github.com/mastra-ai/mastra/pull/7129) [`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix custom output (tool-output) in ai-sdk stream output
|
|
8
|
+
|
|
3
9
|
## 0.15.3-alpha.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -292,11 +298,5 @@
|
|
|
292
298
|
|
|
293
299
|
### Patch Changes
|
|
294
300
|
|
|
295
|
-
- d5330bf: Allow agent model to be updated after the agent is created
|
|
296
|
-
- a239d41: Updated A2A syntax to v0.3.0
|
|
297
|
-
- b32c50d: Filter scores by source
|
|
298
|
-
- 121a3f8: Fixed an issue where telemetry logs were displaying promise statuses when `agent.stream` is called
|
|
299
|
-
- ec510e7: Tool input validation now returns errors as tool results instead of throwing, allowing agents to understand validation failures and retry with corrected parameters.
|
|
300
|
-
- Updated dependencies [ae2eb63]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2832 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.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.2
|
|
9
|
+
- @mastra/deployer@0.15.3-alpha.2
|
|
10
|
+
|
|
3
11
|
## 0.15.3-alpha.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.2
|
|
9
|
+
- @mastra/server@0.15.3-alpha.2
|
|
10
|
+
|
|
3
11
|
## 0.15.3-alpha.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
## 0.14.0-alpha.1
|
|
292
300
|
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- bca2ba3: Fix issue where `.json` files couldn't be imported and used with deployers
|
|
296
|
-
- 6313063: Implement model switcher in playground
|
|
297
|
-
- 6dfc4a6: In a previous release analysis of the Mastra configuration was added. A bug was fixed to properly support TypeScript.
|
|
298
|
-
- Updated dependencies [6faaee5]
|
|
299
|
-
- Updated dependencies [4232b14]
|
|
300
|
-
- Updated dependencies [6313063]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3694 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.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.2
|
|
9
|
+
|
|
3
10
|
## 0.13.17-alpha.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
- Updated dependencies [cb36de0]
|
|
292
299
|
- Updated dependencies [d0496e6]
|
|
293
300
|
- Updated dependencies [a82b851]
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [2871020]
|
|
297
|
-
- Updated dependencies [9e792ef]
|
|
298
|
-
- Updated dependencies [94f4812]
|
|
299
|
-
- Updated dependencies [e202b82]
|
|
300
|
-
- Updated dependencies [e00f6a0]
|
|
301
|
-
|
|
302
|
-
... 1474 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 1481 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.2
|
|
9
|
+
|
|
3
10
|
## 0.15.3-alpha.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
### Patch Changes
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [63449d0]
|
|
297
|
-
- @mastra/core@0.13.2-alpha.1
|
|
298
|
-
|
|
299
|
-
## 0.13.2-alpha.0
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 3030 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 3037 more lines hidden. See full changelog in package directory.
|
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.2",
|
|
4
4
|
"description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"uuid": "^11.1.0",
|
|
33
33
|
"zod": "^3.25.67",
|
|
34
34
|
"zod-to-json-schema": "^3.24.5",
|
|
35
|
-
"@mastra/
|
|
36
|
-
"@mastra/
|
|
35
|
+
"@mastra/mcp": "^0.11.3-alpha.0",
|
|
36
|
+
"@mastra/core": "0.15.3-alpha.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@hono/node-server": "^1.17.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"vitest": "^3.2.4",
|
|
51
51
|
"@internal/lint": "0.0.34",
|
|
52
|
-
"@mastra/core": "0.15.3-alpha.
|
|
52
|
+
"@mastra/core": "0.15.3-alpha.2"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",
|