@mastra/mcp-docs-server 0.13.12-alpha.4 → 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 +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +18 -18
- 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,20 @@
|
|
|
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
|
+
|
|
12
|
+
## 0.10.22-alpha.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @mastra/core@0.14.0-alpha.5
|
|
17
|
+
|
|
3
18
|
## 0.10.22-alpha.4
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -284,19 +299,4 @@
|
|
|
284
299
|
|
|
285
300
|
### Patch Changes
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
- @mastra/core@0.12.0-alpha.4
|
|
289
|
-
|
|
290
|
-
## 0.10.17-alpha.3
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- 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
|
|
295
|
-
- 1ac8f6b: deduplicate message
|
|
296
|
-
- @mastra/core@0.12.0-alpha.3
|
|
297
|
-
|
|
298
|
-
## 0.10.17-alpha.2
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 2047 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2062 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
11
|
+
## 0.14.0-alpha.5
|
|
12
|
+
|
|
3
13
|
## 0.14.0-alpha.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -289,14 +299,4 @@
|
|
|
289
299
|
- Updates thread timestamps when messages are deleted
|
|
290
300
|
- Added comprehensive test coverage and documentation
|
|
291
301
|
|
|
292
|
-
|
|
293
|
-
- 0c99fbe: [Feature] Add ability to include input processors to Agent primitive in order to add guardrails to incoming messages.
|
|
294
|
-
|
|
295
|
-
## 0.12.0-alpha.5
|
|
296
|
-
|
|
297
|
-
## 0.12.0-alpha.4
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 2618 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2628 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
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
|
+
|
|
15
|
+
## 0.14.0-alpha.5
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [4908422]
|
|
20
|
+
- @mastra/server@0.14.0-alpha.5
|
|
21
|
+
- @mastra/core@0.14.0-alpha.5
|
|
22
|
+
|
|
3
23
|
## 0.14.0-alpha.4
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- Updated dependencies [33dcb07]
|
|
279
299
|
- Updated dependencies [d30b1a0]
|
|
280
300
|
- Updated dependencies [bff87f7]
|
|
281
|
-
- Updated dependencies [b4a8df0]
|
|
282
|
-
- @mastra/core@0.12.1-alpha.0
|
|
283
|
-
- @mastra/server@0.12.1-alpha.0
|
|
284
|
-
|
|
285
|
-
## 0.12.0
|
|
286
|
-
|
|
287
|
-
### Minor Changes
|
|
288
|
-
|
|
289
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- 832691b: dependencies updates:
|
|
294
|
-
- Updated dependency [`@babel/core@^7.28.0` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.0) (from `^7.27.7`, in `dependencies`)
|
|
295
|
-
- 557bb9d: dependencies updates:
|
|
296
|
-
- Updated dependency [`esbuild@^0.25.8` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.8) (from `^0.25.5`, in `dependencies`)
|
|
297
|
-
- 27cc97a: dependencies updates:
|
|
298
|
-
- Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
|
|
299
|
-
- bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
|
|
300
|
-
- a77c823: include PATCH method in default CORS configuration
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3468 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
12
|
+
## 0.13.12-alpha.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @mastra/core@0.14.0-alpha.5
|
|
17
|
+
|
|
3
18
|
## 0.13.12-alpha.4
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -283,20 +298,5 @@
|
|
|
283
298
|
- Updated dependencies [27cc97a]
|
|
284
299
|
- Updated dependencies [41daa63]
|
|
285
300
|
- Updated dependencies [254a36b]
|
|
286
|
-
- Updated dependencies [0b89602]
|
|
287
|
-
- Updated dependencies [4d37822]
|
|
288
|
-
- Updated dependencies [ff9c125]
|
|
289
|
-
- Updated dependencies [b8efbb9]
|
|
290
|
-
- Updated dependencies [71466e7]
|
|
291
|
-
- Updated dependencies [0c99fbe]
|
|
292
|
-
- @mastra/core@0.12.0-alpha.2
|
|
293
|
-
|
|
294
|
-
## 0.13.7-alpha.1
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [e0f73c6]
|
|
299
|
-
- Updated dependencies [cda801d]
|
|
300
|
-
- Updated dependencies [a77c823]
|
|
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,22 @@
|
|
|
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
|
+
|
|
13
|
+
## 0.14.0-alpha.5
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 4908422: Fix agent scorers page by correctly passing in agent name
|
|
18
|
+
- @mastra/core@0.14.0-alpha.5
|
|
19
|
+
|
|
3
20
|
## 0.14.0-alpha.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -281,22 +298,5 @@
|
|
|
281
298
|
|
|
282
299
|
- @mastra/core@0.12.0-alpha.5
|
|
283
300
|
|
|
284
|
-
## 0.12.0-alpha.4
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [ad0a58b]
|
|
289
|
-
- @mastra/core@0.12.0-alpha.4
|
|
290
|
-
|
|
291
|
-
## 0.12.0-alpha.3
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 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
|
|
296
|
-
- @mastra/core@0.12.0-alpha.3
|
|
297
|
-
|
|
298
|
-
## 0.12.0-alpha.2
|
|
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",
|