@mastra/mcp-docs-server 0.13.12-alpha.5 → 0.13.12-alpha.6
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 +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +13 -13
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +11 -11
- package/.docs/organized/changelogs/create-mastra.md +5 -5
- package/.docs/organized/changelogs/mastra.md +19 -19
- package/.docs/raw/reference/rag/chunk.mdx +3 -4
- package/package.json +3 -3
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ad888a2]
|
|
8
|
+
- Updated dependencies [481751d]
|
|
9
|
+
- Updated dependencies [194e395]
|
|
10
|
+
- @mastra/core@0.14.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.10.22-alpha.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
|
|
291
300
|
### Patch Changes
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
- @mastra/core@0.12.0-alpha.4
|
|
295
|
-
|
|
296
|
-
## 0.10.17-alpha.3
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
|
|
301
|
-
|
|
302
|
-
... 2053 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2062 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ad888a2: Stream vnext agent-network
|
|
8
|
+
- 481751d: Tests `mitt.off` event handler removal
|
|
9
|
+
- 194e395: exclude \_wrapToolsWithAITracing from agent trace
|
|
10
|
+
|
|
3
11
|
## 0.14.0-alpha.5
|
|
4
12
|
|
|
5
13
|
## 0.14.0-alpha.4
|
|
@@ -291,12 +299,4 @@
|
|
|
291
299
|
- Updates thread timestamps when messages are deleted
|
|
292
300
|
- Added comprehensive test coverage and documentation
|
|
293
301
|
|
|
294
|
-
|
|
295
|
-
- 0c99fbe: [Feature] Add ability to include input processors to Agent primitive in order to add guardrails to incoming messages.
|
|
296
|
-
|
|
297
|
-
## 0.12.0-alpha.5
|
|
298
|
-
|
|
299
|
-
## 0.12.0-alpha.4
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 2620 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2628 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a9916bd: Model switcher v5 support
|
|
8
|
+
- Updated dependencies [ad888a2]
|
|
9
|
+
- Updated dependencies [481751d]
|
|
10
|
+
- Updated dependencies [194e395]
|
|
11
|
+
- Updated dependencies [a9916bd]
|
|
12
|
+
- @mastra/core@0.14.0-alpha.6
|
|
13
|
+
- @mastra/server@0.14.0-alpha.6
|
|
14
|
+
|
|
3
15
|
## 0.14.0-alpha.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -286,17 +298,5 @@
|
|
|
286
298
|
- Updated dependencies [33dcb07]
|
|
287
299
|
- Updated dependencies [d30b1a0]
|
|
288
300
|
- Updated dependencies [bff87f7]
|
|
289
|
-
- Updated dependencies [b4a8df0]
|
|
290
|
-
- @mastra/core@0.12.1-alpha.0
|
|
291
|
-
- @mastra/server@0.12.1-alpha.0
|
|
292
|
-
|
|
293
|
-
## 0.12.0
|
|
294
|
-
|
|
295
|
-
### Minor Changes
|
|
296
|
-
|
|
297
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3468 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.12-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ad888a2]
|
|
8
|
+
- Updated dependencies [481751d]
|
|
9
|
+
- Updated dependencies [194e395]
|
|
10
|
+
- @mastra/core@0.14.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.13.12-alpha.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [27cc97a]
|
|
290
299
|
- Updated dependencies [41daa63]
|
|
291
300
|
- Updated dependencies [254a36b]
|
|
292
|
-
- Updated dependencies [0b89602]
|
|
293
|
-
- Updated dependencies [4d37822]
|
|
294
|
-
- Updated dependencies [ff9c125]
|
|
295
|
-
- Updated dependencies [b8efbb9]
|
|
296
|
-
- Updated dependencies [71466e7]
|
|
297
|
-
- Updated dependencies [0c99fbe]
|
|
298
|
-
- @mastra/core@0.12.0-alpha.2
|
|
299
|
-
|
|
300
|
-
## 0.13.7-alpha.1
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1334 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 5.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9ce22c5: Fix swagger-ui link
|
|
8
|
+
- Updated dependencies [ad888a2]
|
|
9
|
+
- Updated dependencies [481751d]
|
|
10
|
+
- Updated dependencies [194e395]
|
|
11
|
+
- @mastra/core@0.14.0-alpha.6
|
|
12
|
+
- @mastra/client-js@0.10.22-alpha.6
|
|
13
|
+
|
|
14
|
+
## 5.1.21-alpha.4
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- dd702eb: Fix default in playground
|
|
19
|
+
|
|
3
20
|
## 5.1.21-alpha.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -282,21 +299,4 @@
|
|
|
282
299
|
- @mastra/core@0.12.0-alpha.5
|
|
283
300
|
- @mastra/client-js@0.10.17-alpha.5
|
|
284
301
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- 6336993: Fix workflow input form overflow
|
|
290
|
-
- Updated dependencies [e0f73c6]
|
|
291
|
-
- Updated dependencies [cda801d]
|
|
292
|
-
- Updated dependencies [a77c823]
|
|
293
|
-
- @mastra/core@0.12.0-alpha.1
|
|
294
|
-
- @mastra/client-js@0.10.17-alpha.1
|
|
295
|
-
|
|
296
|
-
## 5.1.16-alpha.0
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- f873f3a: dependencies updates:
|
|
301
|
-
|
|
302
|
-
... 2495 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2512 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a9916bd: Model switcher v5 support
|
|
8
|
+
- Updated dependencies [ad888a2]
|
|
9
|
+
- Updated dependencies [481751d]
|
|
10
|
+
- Updated dependencies [194e395]
|
|
11
|
+
- @mastra/core@0.14.0-alpha.6
|
|
12
|
+
|
|
3
13
|
## 0.14.0-alpha.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
|
|
289
299
|
- @mastra/core@0.12.0-alpha.5
|
|
290
300
|
|
|
291
|
-
## 0.12.0-alpha.4
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [ad0a58b]
|
|
296
|
-
- @mastra/core@0.12.0-alpha.4
|
|
297
|
-
|
|
298
|
-
## 0.12.0-alpha.3
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2861 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.5
|
|
4
|
+
|
|
5
|
+
## 0.10.22-alpha.4
|
|
6
|
+
|
|
3
7
|
## 0.10.22-alpha.3
|
|
4
8
|
|
|
5
9
|
## 0.10.22-alpha.2
|
|
@@ -295,8 +299,4 @@
|
|
|
295
299
|
|
|
296
300
|
### Patch Changes
|
|
297
301
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
## 0.10.6
|
|
301
|
-
|
|
302
|
-
... 1214 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1218 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9ce22c5: Fix swagger-ui link
|
|
8
|
+
- Updated dependencies [ad888a2]
|
|
9
|
+
- Updated dependencies [481751d]
|
|
10
|
+
- Updated dependencies [194e395]
|
|
11
|
+
- Updated dependencies [a9916bd]
|
|
12
|
+
- @mastra/core@0.14.0-alpha.6
|
|
13
|
+
- @mastra/deployer@0.14.0-alpha.6
|
|
14
|
+
|
|
15
|
+
## 0.10.22-alpha.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- dd702eb: Fix default in playground
|
|
20
|
+
|
|
3
21
|
## 0.10.22-alpha.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
## 0.10.17-alpha.0
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- 33dcb07: dependencies updates:
|
|
287
|
-
- Updated dependency [`@opentelemetry/instrumentation@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/instrumentation/v/0.203.0) (from `^0.202.0`, in `dependencies`)
|
|
288
|
-
- Updated dependency [`@opentelemetry/auto-instrumentations-node@^0.62.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node/v/0.62.0) (from `^0.60.1`, in `dependencies`)
|
|
289
|
-
- Updated dependency [`@opentelemetry/exporter-trace-otlp-grpc@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-grpc/v/0.203.0) (from `^0.202.0`, in `dependencies`)
|
|
290
|
-
- Updated dependency [`@opentelemetry/exporter-trace-otlp-http@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-http/v/0.203.0) (from `^0.202.0`, in `dependencies`)
|
|
291
|
-
- Updated dependency [`@opentelemetry/sdk-node@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-node/v/0.203.0) (from `^0.202.0`, in `dependencies`)
|
|
292
|
-
- Updated dependency [`@opentelemetry/semantic-conventions@^1.36.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/semantic-conventions/v/1.36.0) (from `^1.34.0`, in `dependencies`)
|
|
293
|
-
- Updated dependencies [33dcb07]
|
|
294
|
-
- Updated dependencies [f90797b]
|
|
295
|
-
- Updated dependencies [d30b1a0]
|
|
296
|
-
- Updated dependencies [bff87f7]
|
|
297
|
-
- Updated dependencies [07fe7a2]
|
|
298
|
-
- Updated dependencies [b4a8df0]
|
|
299
|
-
- @mastra/core@0.12.1-alpha.0
|
|
300
|
-
- @mastra/mcp@0.10.9-alpha.0
|
|
301
|
-
|
|
302
|
-
... 4953 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 4971 more lines hidden. See full changelog in package directory.
|
|
@@ -186,11 +186,10 @@ The options documented below are passed directly at the top level of the configu
|
|
|
186
186
|
<PropertiesTable
|
|
187
187
|
content={[
|
|
188
188
|
{
|
|
189
|
-
name: "
|
|
190
|
-
type: "string",
|
|
189
|
+
name: "separators",
|
|
190
|
+
type: "string[]",
|
|
191
191
|
isOptional: true,
|
|
192
|
-
|
|
193
|
-
description: "Character(s) to split on. Defaults to double newline for text content.",
|
|
192
|
+
description: "Array of separators to try in order of preference. The strategy will attempt to split on the first separator, then fall back to subsequent ones.",
|
|
194
193
|
},
|
|
195
194
|
{
|
|
196
195
|
name: "isSeparatorRegex",
|
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.6",
|
|
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.6",
|
|
36
36
|
"@mastra/mcp": "^0.10.12-alpha.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"vitest": "^3.2.4",
|
|
51
51
|
"@internal/lint": "0.0.29",
|
|
52
|
-
"@mastra/core": "0.14.0-alpha.
|
|
52
|
+
"@mastra/core": "0.14.0-alpha.6"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",
|