@mastra/mcp-docs-server 0.13.12-alpha.1 → 0.13.12-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 +7 -7
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +3 -3
- 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 +7 -7
- package/.docs/organized/code-examples/agent.md +2 -2
- package/package.json +4 -4
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @mastra/core@0.14.0-alpha.2
|
|
8
|
+
|
|
3
9
|
## 0.10.22-alpha.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -292,11 +298,5 @@
|
|
|
292
298
|
- Updated dependencies [e0f73c6]
|
|
293
299
|
- Updated dependencies [cda801d]
|
|
294
300
|
- Updated dependencies [a77c823]
|
|
295
|
-
- @mastra/core@0.12.0-alpha.1
|
|
296
|
-
|
|
297
|
-
## 0.10.17-alpha.0
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2014 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.2
|
|
4
|
+
|
|
3
5
|
## 0.14.0-alpha.1
|
|
4
6
|
|
|
5
7
|
### Minor Changes
|
|
@@ -296,7 +298,5 @@
|
|
|
296
298
|
- b8efbb9: feat: add flexible deleteMessages method to memory API
|
|
297
299
|
- Added `memory.deleteMessages(input)` method that accepts multiple input types:
|
|
298
300
|
- Single message ID as string: `deleteMessages('msg-123')`
|
|
299
|
-
- Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
|
|
300
|
-
- Message object with id property: `deleteMessages({ id: 'msg-123' })`
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2590 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 022f3a2: Fix a bug for transpilePackages usage where sibling files inside transpiled packages didn't resolve correctly
|
|
8
|
+
- @mastra/core@0.14.0-alpha.2
|
|
9
|
+
- @mastra/server@0.14.0-alpha.2
|
|
10
|
+
|
|
3
11
|
## 0.14.0-alpha.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [71466e7]
|
|
291
299
|
- Updated dependencies [0c99fbe]
|
|
292
300
|
- @mastra/core@0.12.0
|
|
293
|
-
- @mastra/server@0.12.0
|
|
294
|
-
|
|
295
|
-
## 0.12.0-alpha.5
|
|
296
|
-
|
|
297
|
-
### Minor Changes
|
|
298
|
-
|
|
299
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3406 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.12-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @mastra/core@0.14.0-alpha.2
|
|
8
|
+
|
|
3
9
|
## 0.13.12-alpha.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -292,11 +298,5 @@
|
|
|
292
298
|
### Patch Changes
|
|
293
299
|
|
|
294
300
|
- Updated dependencies [2873c7f]
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [f8ce2cc]
|
|
298
|
-
- Updated dependencies [ab3bbff]
|
|
299
|
-
- Updated dependencies [8c846b6]
|
|
300
|
-
- Updated dependencies [c7bbf1e]
|
|
301
|
-
|
|
302
|
-
... 1281 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 1287 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @mastra/core@0.14.0-alpha.2
|
|
8
|
+
|
|
3
9
|
## 0.14.0-alpha.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -293,10 +299,4 @@
|
|
|
293
299
|
- Updated dependencies [a77c823]
|
|
294
300
|
- @mastra/core@0.12.0-alpha.1
|
|
295
301
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [510e2c8]
|
|
301
|
-
|
|
302
|
-
... 2805 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2811 more lines hidden. See full changelog in package directory.
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"name": "examples-agent",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@ai-sdk/google": "
|
|
7
|
-
"@ai-sdk/openai": "
|
|
6
|
+
"@ai-sdk/google": "^1.2.22",
|
|
7
|
+
"@ai-sdk/openai": "^1.3.23",
|
|
8
8
|
"@mastra/client-js": "latest",
|
|
9
9
|
"@mastra/core": "latest",
|
|
10
10
|
"@mastra/evals": "latest",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-docs-server",
|
|
3
|
-
"version": "0.13.12-alpha.
|
|
3
|
+
"version": "0.13.12-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,7 +32,7 @@
|
|
|
32
32
|
"uuid": "^11.1.0",
|
|
33
33
|
"zod": "^3.25.67",
|
|
34
34
|
"zod-to-json-schema": "^3.24.5",
|
|
35
|
-
"@mastra/core": "0.14.0-alpha.
|
|
35
|
+
"@mastra/core": "0.14.0-alpha.2",
|
|
36
36
|
"@mastra/mcp": "^0.10.12-alpha.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"tsx": "^4.19.4",
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"vitest": "^3.2.4",
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
51
|
+
"@internal/lint": "0.0.29",
|
|
52
|
+
"@mastra/core": "0.14.0-alpha.2"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",
|