@mastra/mcp-docs-server 0.13.12-alpha.1 → 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 +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +16 -16
- package/.docs/organized/changelogs/create-mastra.md +7 -7
- package/.docs/organized/changelogs/mastra.md +14 -14
- package/.docs/organized/code-examples/agent.md +14 -11
- package/package.json +4 -4
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
12
|
+
## 0.10.22-alpha.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @mastra/core@0.14.0-alpha.2
|
|
17
|
+
|
|
3
18
|
## 0.10.22-alpha.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -284,19 +299,4 @@
|
|
|
284
299
|
- Updated dependencies [0c99fbe]
|
|
285
300
|
- @mastra/core@0.12.0-alpha.2
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
|
|
292
|
-
- Updated dependencies [e0f73c6]
|
|
293
|
-
- Updated dependencies [cda801d]
|
|
294
|
-
- Updated dependencies [a77c823]
|
|
295
|
-
- @mastra/core@0.12.0-alpha.1
|
|
296
|
-
|
|
297
|
-
## 0.10.17-alpha.0
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 2008 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2023 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
11
|
+
## 0.14.0-alpha.2
|
|
12
|
+
|
|
3
13
|
## 0.14.0-alpha.1
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
|
|
289
299
|
Fixes #6014
|
|
290
300
|
|
|
291
|
-
- 4d37822: Fix workflow input property preservation after resume from snapshot
|
|
292
|
-
|
|
293
|
-
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.
|
|
294
|
-
|
|
295
|
-
- ff9c125: enhance thread retrieval with sorting options in libsql and pg
|
|
296
|
-
- b8efbb9: feat: add flexible deleteMessages method to memory API
|
|
297
|
-
- Added `memory.deleteMessages(input)` method that accepts multiple input types:
|
|
298
|
-
- 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
|
+
... 2598 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
14
|
+
## 0.14.0-alpha.2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 022f3a2: Fix a bug for transpilePackages usage where sibling files inside transpiled packages didn't resolve correctly
|
|
19
|
+
- @mastra/core@0.14.0-alpha.2
|
|
20
|
+
- @mastra/server@0.14.0-alpha.2
|
|
21
|
+
|
|
3
22
|
## 0.14.0-alpha.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -279,24 +298,5 @@
|
|
|
279
298
|
- Updated dependencies [e0f73c6]
|
|
280
299
|
- Updated dependencies [0b89602]
|
|
281
300
|
- Updated dependencies [4d37822]
|
|
282
|
-
- Updated dependencies [23a6a7c]
|
|
283
|
-
- Updated dependencies [cda801d]
|
|
284
|
-
- Updated dependencies [a77c823]
|
|
285
|
-
- Updated dependencies [ff9c125]
|
|
286
|
-
- Updated dependencies [09bca64]
|
|
287
|
-
- Updated dependencies [9802f42]
|
|
288
|
-
- Updated dependencies [f42c4c2]
|
|
289
|
-
- Updated dependencies [b8efbb9]
|
|
290
|
-
- Updated dependencies [71466e7]
|
|
291
|
-
- Updated dependencies [0c99fbe]
|
|
292
|
-
- @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
|
+
... 3417 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.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
|
+
|
|
12
|
+
## 0.13.12-alpha.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @mastra/core@0.14.0-alpha.2
|
|
17
|
+
|
|
3
18
|
## 0.13.12-alpha.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -283,20 +298,5 @@
|
|
|
283
298
|
### Patch Changes
|
|
284
299
|
|
|
285
300
|
- ce088f5: Update all peerdeps to latest core
|
|
286
|
-
- Updated dependencies [ce088f5]
|
|
287
|
-
- @mastra/mcp@0.10.7
|
|
288
|
-
- @mastra/core@0.11.1
|
|
289
|
-
|
|
290
|
-
## 0.13.5
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [2873c7f]
|
|
295
|
-
- Updated dependencies [1c1c6a1]
|
|
296
|
-
- Updated dependencies [f5ec3a4]
|
|
297
|
-
- Updated dependencies [f8ce2cc]
|
|
298
|
-
- Updated dependencies [ab3bbff]
|
|
299
|
-
- Updated dependencies [8c846b6]
|
|
300
|
-
- Updated dependencies [c7bbf1e]
|
|
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,20 @@
|
|
|
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
|
+
|
|
12
|
+
## 0.14.0-alpha.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @mastra/core@0.14.0-alpha.2
|
|
17
|
+
|
|
3
18
|
## 0.14.0-alpha.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -284,19 +299,4 @@
|
|
|
284
299
|
- Updated dependencies [0c99fbe]
|
|
285
300
|
- @mastra/core@0.12.0-alpha.2
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [e0f73c6]
|
|
292
|
-
- Updated dependencies [cda801d]
|
|
293
|
-
- Updated dependencies [a77c823]
|
|
294
|
-
- @mastra/core@0.12.0-alpha.1
|
|
295
|
-
|
|
296
|
-
## 0.12.0-alpha.0
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [510e2c8]
|
|
301
|
-
|
|
302
|
-
... 2805 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.
|
|
@@ -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",
|
|
@@ -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": {
|
|
@@ -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.3"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",
|