@mastra/mcp-docs-server 0.13.12-alpha.2 → 0.13.12-alpha.3
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 +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +10 -10
- package/.docs/organized/changelogs/create-mastra.md +7 -7
- package/.docs/organized/changelogs/mastra.md +14 -14
- package/.docs/organized/code-examples/agent.md +12 -9
- package/package.json +3 -3
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [227c7e6]
|
|
8
|
+
- Updated dependencies [fd3a3eb]
|
|
9
|
+
- Updated dependencies [a8f129d]
|
|
10
|
+
- @mastra/core@0.14.0-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.10.22-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
- Updated dependencies [0c99fbe]
|
|
291
300
|
- @mastra/core@0.12.0-alpha.2
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
|
|
298
|
-
- Updated dependencies [e0f73c6]
|
|
299
|
-
- Updated dependencies [cda801d]
|
|
300
|
-
- Updated dependencies [a77c823]
|
|
301
|
-
|
|
302
|
-
... 2014 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2023 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 227c7e6: replace console.log with logger.debug in inmemory operations
|
|
8
|
+
- fd3a3eb: Add runExperments to run scorers in a test suite or in CI
|
|
9
|
+
- a8f129d: "initial addition of experimental ai observability tracing features."
|
|
10
|
+
|
|
3
11
|
## 0.14.0-alpha.2
|
|
4
12
|
|
|
5
13
|
## 0.14.0-alpha.1
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
Fixes #6014
|
|
292
300
|
|
|
293
|
-
- 4d37822: Fix workflow input property preservation after resume from snapshot
|
|
294
|
-
|
|
295
|
-
Ensure that when resuming a workflow from a snapshot, the input property is correctly set from the snapshot's context input rather than from resume data. This prevents the loss of original workflow input data during suspend/resume cycles.
|
|
296
|
-
|
|
297
|
-
- ff9c125: enhance thread retrieval with sorting options in libsql and pg
|
|
298
|
-
- b8efbb9: feat: add flexible deleteMessages method to memory API
|
|
299
|
-
- Added `memory.deleteMessages(input)` method that accepts multiple input types:
|
|
300
|
-
- Single message ID as string: `deleteMessages('msg-123')`
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2598 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 04dcd66: Fix babel-preset-typescript import
|
|
8
|
+
- Updated dependencies [227c7e6]
|
|
9
|
+
- Updated dependencies [fd3a3eb]
|
|
10
|
+
- Updated dependencies [a8f129d]
|
|
11
|
+
- @mastra/core@0.14.0-alpha.3
|
|
12
|
+
- @mastra/server@0.14.0-alpha.3
|
|
13
|
+
|
|
3
14
|
## 0.14.0-alpha.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -287,16 +298,5 @@
|
|
|
287
298
|
- Updated dependencies [e0f73c6]
|
|
288
299
|
- Updated dependencies [0b89602]
|
|
289
300
|
- Updated dependencies [4d37822]
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [a77c823]
|
|
293
|
-
- Updated dependencies [ff9c125]
|
|
294
|
-
- Updated dependencies [09bca64]
|
|
295
|
-
- Updated dependencies [9802f42]
|
|
296
|
-
- Updated dependencies [f42c4c2]
|
|
297
|
-
- Updated dependencies [b8efbb9]
|
|
298
|
-
- Updated dependencies [71466e7]
|
|
299
|
-
- Updated dependencies [0c99fbe]
|
|
300
|
-
- @mastra/core@0.12.0
|
|
301
|
-
|
|
302
|
-
... 3406 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 3417 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.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [227c7e6]
|
|
8
|
+
- Updated dependencies [fd3a3eb]
|
|
9
|
+
- Updated dependencies [a8f129d]
|
|
10
|
+
- @mastra/core@0.14.0-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.13.12-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
### Patch Changes
|
|
290
299
|
|
|
291
300
|
- ce088f5: Update all peerdeps to latest core
|
|
292
|
-
- Updated dependencies [ce088f5]
|
|
293
|
-
- @mastra/mcp@0.10.7
|
|
294
|
-
- @mastra/core@0.11.1
|
|
295
|
-
|
|
296
|
-
## 0.13.5
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [2873c7f]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1296 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 5.1.21-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 36928f0: Use right icon for anthropic in model switcher
|
|
8
|
+
- Updated dependencies [227c7e6]
|
|
9
|
+
- Updated dependencies [fd3a3eb]
|
|
10
|
+
- Updated dependencies [a8f129d]
|
|
11
|
+
- @mastra/core@0.14.0-alpha.3
|
|
12
|
+
- @mastra/client-js@0.10.22-alpha.3
|
|
13
|
+
|
|
3
14
|
## 5.1.21-alpha.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -287,16 +298,5 @@
|
|
|
287
298
|
- @mastra/core@0.11.1
|
|
288
299
|
- @mastra/client-js@0.10.16
|
|
289
300
|
|
|
290
|
-
## 5.1.14
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- dd2a4c9: change the way we start the dev process of playground
|
|
295
|
-
- af1f902: share thread list between agent, network and cloud
|
|
296
|
-
- 8f89bcd: fix traces pagination + sharing trace view with cloud
|
|
297
|
-
- 0bf0bc8: fix link in shared components + add e2e tests
|
|
298
|
-
- f6c4d75: fix date picker on change
|
|
299
|
-
- 59f0dcd: Add light background color for step statuses
|
|
300
|
-
- 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2469 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [227c7e6]
|
|
8
|
+
- Updated dependencies [fd3a3eb]
|
|
9
|
+
- Updated dependencies [a8f129d]
|
|
10
|
+
- @mastra/core@0.14.0-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.14.0-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
- Updated dependencies [0c99fbe]
|
|
291
300
|
- @mastra/core@0.12.0-alpha.2
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [e0f73c6]
|
|
298
|
-
- Updated dependencies [cda801d]
|
|
299
|
-
- Updated dependencies [a77c823]
|
|
300
|
-
- @mastra/core@0.12.0-alpha.1
|
|
301
|
-
|
|
302
|
-
... 2811 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2820 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 36928f0: Use right icon for anthropic in model switcher
|
|
8
|
+
|
|
3
9
|
## 0.10.22-alpha.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -293,10 +299,4 @@
|
|
|
293
299
|
|
|
294
300
|
### Patch Changes
|
|
295
301
|
|
|
296
|
-
|
|
297
|
-
- 9102d89: Fix final output not showing on playground for previously suspended steps
|
|
298
|
-
- 21ffb97: Make dynamic form handle schema better
|
|
299
|
-
- f9b4350: fix icons not showing on all agents
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1206 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1212 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 36928f0: Use right icon for anthropic in model switcher
|
|
8
|
+
- Updated dependencies [227c7e6]
|
|
9
|
+
- Updated dependencies [fd3a3eb]
|
|
10
|
+
- Updated dependencies [04dcd66]
|
|
11
|
+
- Updated dependencies [a8f129d]
|
|
12
|
+
- @mastra/core@0.14.0-alpha.3
|
|
13
|
+
- @mastra/deployer@0.14.0-alpha.3
|
|
14
|
+
|
|
3
15
|
## 0.10.22-alpha.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -286,17 +298,5 @@
|
|
|
286
298
|
- Updated dependencies [ad0a58b]
|
|
287
299
|
- Updated dependencies [254a36b]
|
|
288
300
|
- Updated dependencies [2ecf658]
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [e0f73c6]
|
|
292
|
-
- Updated dependencies [0b89602]
|
|
293
|
-
- Updated dependencies [4d37822]
|
|
294
|
-
- Updated dependencies [23a6a7c]
|
|
295
|
-
- Updated dependencies [cda801d]
|
|
296
|
-
- Updated dependencies [a77c823]
|
|
297
|
-
- Updated dependencies [ff9c125]
|
|
298
|
-
- Updated dependencies [09bca64]
|
|
299
|
-
- Updated dependencies [9802f42]
|
|
300
|
-
- Updated dependencies [d5cc460]
|
|
301
|
-
|
|
302
|
-
... 4912 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 4924 more lines hidden. See full changelog in package directory.
|
|
@@ -511,8 +511,8 @@ export const chefAgent = new Agent({
|
|
|
511
511
|
description: 'A chef agent that can help you cook great meals with whatever ingredients you have available.',
|
|
512
512
|
instructions: `
|
|
513
513
|
YOU MUST USE THE TOOL cooking-tool
|
|
514
|
-
You are Michel, a practical and experienced home chef who helps people cook great meals with whatever
|
|
515
|
-
ingredients they have available. Your first priority is understanding what ingredients and equipment the user has access to, then suggesting achievable recipes.
|
|
514
|
+
You are Michel, a practical and experienced home chef who helps people cook great meals with whatever
|
|
515
|
+
ingredients they have available. Your first priority is understanding what ingredients and equipment the user has access to, then suggesting achievable recipes.
|
|
516
516
|
You explain cooking steps clearly and offer substitutions when needed, maintaining a friendly and encouraging tone throughout.
|
|
517
517
|
`,
|
|
518
518
|
model: openai('gpt-4o-mini'),
|
|
@@ -599,8 +599,8 @@ const moderationDetector = new ModerationProcessor({
|
|
|
599
599
|
export const chefAgentResponses = new Agent({
|
|
600
600
|
name: 'Chef Agent Responses',
|
|
601
601
|
instructions: `
|
|
602
|
-
You are Michel, a practical and experienced home chef who helps people cook great meals with whatever
|
|
603
|
-
ingredients they have available. Your first priority is understanding what ingredients and equipment the user has access to, then suggesting achievable recipes.
|
|
602
|
+
You are Michel, a practical and experienced home chef who helps people cook great meals with whatever
|
|
603
|
+
ingredients they have available. Your first priority is understanding what ingredients and equipment the user has access to, then suggesting achievable recipes.
|
|
604
604
|
You explain cooking steps clearly and offer substitutions when needed, maintaining a friendly and encouraging tone throughout.
|
|
605
605
|
`,
|
|
606
606
|
model: openai.responses('gpt-4o'),
|
|
@@ -608,6 +608,7 @@ export const chefAgentResponses = new Agent({
|
|
|
608
608
|
tools: async () => {
|
|
609
609
|
return {
|
|
610
610
|
web_search_preview: openai.tools.webSearchPreview(),
|
|
611
|
+
cooking_tool: cookingTool,
|
|
611
612
|
};
|
|
612
613
|
},
|
|
613
614
|
workflows: {
|
|
@@ -995,14 +996,14 @@ import { z } from 'zod';
|
|
|
995
996
|
|
|
996
997
|
export const cookingTool = createTool({
|
|
997
998
|
id: 'cooking-tool',
|
|
998
|
-
description: 'My tool description',
|
|
999
|
+
description: 'My cooking tool description',
|
|
999
1000
|
inputSchema: z.object({
|
|
1000
1001
|
ingredient: z.string(),
|
|
1001
1002
|
}),
|
|
1002
1003
|
execute: async ({ context }, options) => {
|
|
1003
|
-
console.log('My tool is running!', context.ingredient);
|
|
1004
|
+
console.log('My cooking tool is running!', context.ingredient);
|
|
1004
1005
|
if (options?.toolCallId) {
|
|
1005
|
-
console.log('
|
|
1006
|
+
console.log('Cooking tool call ID:', options.toolCallId);
|
|
1006
1007
|
}
|
|
1007
1008
|
return 'My tool result';
|
|
1008
1009
|
},
|
|
@@ -1051,9 +1052,11 @@ const step2 = createStep({
|
|
|
1051
1052
|
outputSchema: z.object({
|
|
1052
1053
|
result: z.string(),
|
|
1053
1054
|
}),
|
|
1054
|
-
execute: async ({ inputData, mastra }) => {
|
|
1055
|
+
execute: async ({ inputData, mastra, aiTracingContext }) => {
|
|
1055
1056
|
const agent = mastra.getAgent('chefAgentResponses');
|
|
1056
|
-
const response = await agent.generate(inputData.result
|
|
1057
|
+
const response = await agent.generate(inputData.result, {
|
|
1058
|
+
aiTracingContext,
|
|
1059
|
+
});
|
|
1057
1060
|
return {
|
|
1058
1061
|
result: 'suh',
|
|
1059
1062
|
};
|
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.3",
|
|
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.3",
|
|
36
36
|
"@mastra/mcp": "^0.10.12-alpha.0"
|
|
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.3"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",
|