@mastra/mcp-docs-server 1.2.8-alpha.7 → 1.2.8-alpha.9
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/docs/evals/multi-turn.md +1 -1
- package/.docs/models/environment-variables.md +1 -0
- package/.docs/models/gateways/openrouter.md +3 -1
- package/.docs/models/gateways/vercel.md +6 -1
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/ambient.md +2 -2
- package/.docs/models/providers/baseten.md +1 -1
- package/.docs/models/providers/evroc.md +3 -2
- package/.docs/models/providers/kimi-for-coding.md +2 -1
- package/.docs/models/providers/moonshotai-cn.md +3 -2
- package/.docs/models/providers/moonshotai.md +3 -2
- package/.docs/models/providers/opencode-go.md +3 -1
- package/.docs/models/providers/thinkingmachines.md +73 -0
- package/.docs/models/providers.md +1 -0
- package/CHANGELOG.md +7 -0
- package/package.json +4 -4
|
@@ -113,7 +113,7 @@ Semantics:
|
|
|
113
113
|
- `result.turnResults[i]` reports each turn's `gateResults`, `thresholdResults`, and `scores`, so a failure points at the exact turn. Across multiple conversations, turn results are averaged by turn index.
|
|
114
114
|
- A turn with no `gates`/`scorers` just advances the conversation.
|
|
115
115
|
- Top-level `scorers`/`gates` still run holistically over the accumulated output, so you can combine "this turn must call the tool" with "the overall answer mentions Brooklyn."
|
|
116
|
-
- When the agent has storage configured, each per-turn scorer/gate result is persisted like top-level scores, so per-turn outcomes appear in your scores store.
|
|
116
|
+
- When the agent has storage configured, each per-turn scorer/gate result is persisted like top-level scores, so per-turn outcomes appear in your scores store. Each stored per-turn score is labeled with its turn index (`metadata.turnIndex`), shares the conversation's `threadId`, and links to that turn's own trace span.
|
|
117
117
|
|
|
118
118
|
Use `inputs` when a single holistic score over the whole conversation is enough; use `turns` when correctness depends on individual turns. `turns` cannot be combined with `input` or `inputs` in the same data item.
|
|
119
119
|
|
|
@@ -132,6 +132,7 @@ List of required environment variables for each model provider and gateway suppo
|
|
|
132
132
|
| [Tencent Token Plan](https://mastra.ai/models/providers/tencent-token-plan) | `tencent-token-plan/*` | `TENCENT_TOKEN_PLAN_API_KEY` |
|
|
133
133
|
| [Tencent TokenHub](https://mastra.ai/models/providers/tencent-tokenhub) | `tencent-tokenhub/*` | `TENCENT_TOKENHUB_API_KEY` |
|
|
134
134
|
| [The Grid AI](https://mastra.ai/models/providers/the-grid-ai) | `the-grid-ai/*` | `THEGRIDAI_API_KEY` |
|
|
135
|
+
| [Thinking Machines](https://mastra.ai/models/providers/thinkingmachines) | `thinkingmachines/*` | `TINKER_API_KEY` |
|
|
135
136
|
| [Tinfoil](https://mastra.ai/models/providers/tinfoil) | `tinfoil/*` | `TINFOIL_API_KEY` |
|
|
136
137
|
| [Together AI](https://mastra.ai/models/providers/togetherai) | `togetherai/*` | `TOGETHER_API_KEY` |
|
|
137
138
|
| [TrustedRouter](https://mastra.ai/models/providers/trustedrouter) | `trustedrouter/*` | `TRUSTEDROUTER_API_KEY` |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# OpenRouter
|
|
4
4
|
|
|
5
|
-
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access
|
|
5
|
+
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 343 models through Mastra's model router.
|
|
6
6
|
|
|
7
7
|
Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
|
|
8
8
|
|
|
@@ -152,6 +152,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
152
152
|
| `meta-llama/llama-4-maverick` |
|
|
153
153
|
| `meta-llama/llama-4-scout` |
|
|
154
154
|
| `meta-llama/llama-guard-4-12b` |
|
|
155
|
+
| `meta/muse-spark-1.1` |
|
|
155
156
|
| `microsoft/phi-4` |
|
|
156
157
|
| `microsoft/wizardlm-2-8x22b` |
|
|
157
158
|
| `minimax/minimax-01` |
|
|
@@ -186,6 +187,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
186
187
|
| `moonshotai/kimi-k2.5` |
|
|
187
188
|
| `moonshotai/kimi-k2.6` |
|
|
188
189
|
| `moonshotai/kimi-k2.7-code` |
|
|
190
|
+
| `moonshotai/kimi-k3` |
|
|
189
191
|
| `morph/morph-v3-fast` |
|
|
190
192
|
| `morph/morph-v3-large` |
|
|
191
193
|
| `nex-agi/nex-n2-mini` |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Vercel
|
|
4
4
|
|
|
5
|
-
Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access
|
|
5
|
+
Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 305 models through Mastra's model router.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Vercel documentation](https://ai-sdk.dev/providers/ai-sdk-providers).
|
|
8
8
|
|
|
@@ -83,7 +83,9 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
83
83
|
| `anthropic/claude-opus-4.5` |
|
|
84
84
|
| `anthropic/claude-opus-4.6` |
|
|
85
85
|
| `anthropic/claude-opus-4.7` |
|
|
86
|
+
| `anthropic/claude-opus-4.7-fast` |
|
|
86
87
|
| `anthropic/claude-opus-4.8` |
|
|
88
|
+
| `anthropic/claude-opus-4.8-fast` |
|
|
87
89
|
| `anthropic/claude-sonnet-4` |
|
|
88
90
|
| `anthropic/claude-sonnet-4.5` |
|
|
89
91
|
| `anthropic/claude-sonnet-4.6` |
|
|
@@ -207,6 +209,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
207
209
|
| `moonshotai/kimi-k2.6` |
|
|
208
210
|
| `moonshotai/kimi-k2.7-code` |
|
|
209
211
|
| `moonshotai/kimi-k2.7-code-highspeed` |
|
|
212
|
+
| `moonshotai/kimi-k3` |
|
|
210
213
|
| `morph/morph-v3-fast` |
|
|
211
214
|
| `morph/morph-v3-large` |
|
|
212
215
|
| `nvidia/nemotron-3-nano-30b-a3b` |
|
|
@@ -261,6 +264,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
261
264
|
| `openai/gpt-realtime-2` |
|
|
262
265
|
| `openai/gpt-realtime-2.1` |
|
|
263
266
|
| `openai/gpt-realtime-mini` |
|
|
267
|
+
| `openai/gpt-realtime-whisper` |
|
|
264
268
|
| `openai/o1` |
|
|
265
269
|
| `openai/o3` |
|
|
266
270
|
| `openai/o3-deep-research` |
|
|
@@ -289,6 +293,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
289
293
|
| `sakana/fugu-ultra` |
|
|
290
294
|
| `stepfun/step-3.5-flash` |
|
|
291
295
|
| `stepfun/step-3.7-flash` |
|
|
296
|
+
| `thinkingmachines/inkling` |
|
|
292
297
|
| `voyage/rerank-2.5` |
|
|
293
298
|
| `voyage/rerank-2.5-lite` |
|
|
294
299
|
| `voyage/voyage-3-large` |
|
package/.docs/models/index.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Model Providers
|
|
4
4
|
|
|
5
|
-
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to
|
|
5
|
+
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 4858 models from 156 providers through a single API.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
@@ -38,8 +38,8 @@ for await (const chunk of stream) {
|
|
|
38
38
|
| ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
39
|
| `ambient/ambient/large` | 101K | | | | | | $1 | $4 |
|
|
40
40
|
| `ambient/moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
41
|
-
| `ambient/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.
|
|
42
|
-
| `ambient/stepfun/step-3.7-flash` | 262K | | | | | | $0.
|
|
41
|
+
| `ambient/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.75 | $4 |
|
|
42
|
+
| `ambient/stepfun/step-3.7-flash` | 262K | | | | | | $0.19 | $1 |
|
|
43
43
|
| `ambient/z-ai/glm-5.2` | 101K | | | | | | $1 | $4 |
|
|
44
44
|
| `ambient/zai-org/GLM-5.1-FP8` | 203K | | | | | | $1 | $4 |
|
|
45
45
|
| `ambient/zai-org/GLM-5.2-FP8` | 203K | | | | | | $1 | $4 |
|
|
@@ -46,7 +46,7 @@ for await (const chunk of stream) {
|
|
|
46
46
|
| `baseten/zai-org/GLM-4.7` | 200K | | | | | | $0.60 | $2 |
|
|
47
47
|
| `baseten/zai-org/GLM-5` | 203K | | | | | | $0.95 | $3 |
|
|
48
48
|
| `baseten/zai-org/GLM-5.1` | 203K | | | | | | $1 | $4 |
|
|
49
|
-
| `baseten/zai-org/GLM-5.2` |
|
|
49
|
+
| `baseten/zai-org/GLM-5.2` | 256K | | | | | | $1 | $4 |
|
|
50
50
|
|
|
51
51
|
## Advanced configuration
|
|
52
52
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# evroc
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 16 evroc models through Mastra's model router. Authentication is handled automatically using the `EVROC_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [evroc documentation](https://docs.evroc.com/products/think/overview.html).
|
|
8
8
|
|
|
@@ -51,6 +51,7 @@ for await (const chunk of stream) {
|
|
|
51
51
|
| `evroc/Qwen/Qwen3-Reranker-4B` | 32K | | | | | | $0.06 | — |
|
|
52
52
|
| `evroc/Qwen/Qwen3-VL-30B-A3B-Instruct` | 100K | | | | | | $0.23 | $0.92 |
|
|
53
53
|
| `evroc/Qwen/Qwen3.6-35B-A3B-FP8` | 262K | | | | | | $0.34 | $1 |
|
|
54
|
+
| `evroc/zai-org/GLM-5.2` | 1.0M | | | | | | $1 | $6 |
|
|
54
55
|
|
|
55
56
|
## Advanced configuration
|
|
56
57
|
|
|
@@ -80,7 +81,7 @@ const agent = new Agent({
|
|
|
80
81
|
model: ({ requestContext }) => {
|
|
81
82
|
const useAdvanced = requestContext.task === "complex";
|
|
82
83
|
return useAdvanced
|
|
83
|
-
? "evroc/
|
|
84
|
+
? "evroc/zai-org/GLM-5.2"
|
|
84
85
|
: "evroc/KBLab/kb-whisper-large";
|
|
85
86
|
}
|
|
86
87
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Kimi For Coding
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 6 Kimi For Coding models through Mastra's model router. Authentication is handled automatically using the `KIMI_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Kimi For Coding documentation](https://www.kimi.com/code/docs/en/third-party-tools/other-coding-agents.html).
|
|
8
8
|
|
|
@@ -39,6 +39,7 @@ for await (const chunk of stream) {
|
|
|
39
39
|
| `kimi-for-coding/k2p5` | 262K | | | | | | — | — |
|
|
40
40
|
| `kimi-for-coding/k2p6` | 262K | | | | | | — | — |
|
|
41
41
|
| `kimi-for-coding/k2p7` | 262K | | | | | | — | — |
|
|
42
|
+
| `kimi-for-coding/k3` | 1.0M | | | | | | — | — |
|
|
42
43
|
| `kimi-for-coding/kimi-for-coding-highspeed` | 262K | | | | | | — | — |
|
|
43
44
|
| `kimi-for-coding/kimi-k2-thinking` | 262K | | | | | | — | — |
|
|
44
45
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Moonshot AI (China)
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 10 Moonshot AI (China) models through Mastra's model router. Authentication is handled automatically using the `MOONSHOT_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Moonshot AI (China) documentation](https://platform.moonshot.cn).
|
|
8
8
|
|
|
@@ -45,6 +45,7 @@ for await (const chunk of stream) {
|
|
|
45
45
|
| `moonshotai-cn/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
46
46
|
| `moonshotai-cn/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
47
47
|
| `moonshotai-cn/kimi-k2.7-code-highspeed` | 262K | | | | | | $2 | $8 |
|
|
48
|
+
| `moonshotai-cn/kimi-k3` | 1.0M | | | | | | — | — |
|
|
48
49
|
|
|
49
50
|
## Advanced configuration
|
|
50
51
|
|
|
@@ -74,7 +75,7 @@ const agent = new Agent({
|
|
|
74
75
|
model: ({ requestContext }) => {
|
|
75
76
|
const useAdvanced = requestContext.task === "complex";
|
|
76
77
|
return useAdvanced
|
|
77
|
-
? "moonshotai-cn/kimi-
|
|
78
|
+
? "moonshotai-cn/kimi-k3"
|
|
78
79
|
: "moonshotai-cn/kimi-k2-0711-preview";
|
|
79
80
|
}
|
|
80
81
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Moonshot AI
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 10 Moonshot AI models through Mastra's model router. Authentication is handled automatically using the `MOONSHOT_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Moonshot AI documentation](https://platform.moonshot.ai).
|
|
8
8
|
|
|
@@ -45,6 +45,7 @@ for await (const chunk of stream) {
|
|
|
45
45
|
| `moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
46
46
|
| `moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
47
47
|
| `moonshotai/kimi-k2.7-code-highspeed` | 262K | | | | | | $2 | $8 |
|
|
48
|
+
| `moonshotai/kimi-k3` | 1.0M | | | | | | — | — |
|
|
48
49
|
|
|
49
50
|
## Advanced configuration
|
|
50
51
|
|
|
@@ -74,7 +75,7 @@ const agent = new Agent({
|
|
|
74
75
|
model: ({ requestContext }) => {
|
|
75
76
|
const useAdvanced = requestContext.task === "complex";
|
|
76
77
|
return useAdvanced
|
|
77
|
-
? "moonshotai/kimi-
|
|
78
|
+
? "moonshotai/kimi-k3"
|
|
78
79
|
: "moonshotai/kimi-k2-0711-preview";
|
|
79
80
|
}
|
|
80
81
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# OpenCode Go
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 15 OpenCode Go models through Mastra's model router. Authentication is handled automatically using the `OPENCODE_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [OpenCode Go documentation](https://opencode.ai/docs/zen).
|
|
8
8
|
|
|
@@ -40,8 +40,10 @@ for await (const chunk of stream) {
|
|
|
40
40
|
| `opencode-go/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
|
|
41
41
|
| `opencode-go/glm-5.1` | 203K | | | | | | $1 | $4 |
|
|
42
42
|
| `opencode-go/glm-5.2` | 1.0M | | | | | | $1 | $4 |
|
|
43
|
+
| `opencode-go/grok-4.5` | 500K | | | | | | $2 | $6 |
|
|
43
44
|
| `opencode-go/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
44
45
|
| `opencode-go/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
46
|
+
| `opencode-go/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
45
47
|
| `opencode-go/mimo-v2.5` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
46
48
|
| `opencode-go/mimo-v2.5-pro` | 1.0M | | | | | | $2 | $3 |
|
|
47
49
|
| `opencode-go/minimax-m2.7` | 205K | | | | | | $0.30 | $1 |
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# Thinking Machines
|
|
4
|
+
|
|
5
|
+
Access 1 Thinking Machines model through Mastra's model router. Authentication is handled automatically using the `TINKER_API_KEY` environment variable.
|
|
6
|
+
|
|
7
|
+
Learn more in the [Thinking Machines documentation](https://tinker-docs.thinkingmachines.ai/tinker/compatible-apis/openai/).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
TINKER_API_KEY=your-api-key
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { Agent } from "@mastra/core/agent";
|
|
15
|
+
|
|
16
|
+
const agent = new Agent({
|
|
17
|
+
id: "my-agent",
|
|
18
|
+
name: "My Agent",
|
|
19
|
+
instructions: "You are a helpful assistant",
|
|
20
|
+
model: "thinkingmachines/inkling"
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
// Generate a response
|
|
24
|
+
const response = await agent.generate("Hello!");
|
|
25
|
+
|
|
26
|
+
// Stream a response
|
|
27
|
+
const stream = await agent.stream("Tell me a story");
|
|
28
|
+
for await (const chunk of stream) {
|
|
29
|
+
console.log(chunk);
|
|
30
|
+
}
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
> **Info:** Mastra uses the OpenAI-compatible `/chat/completions` endpoint. Some provider-specific features may not be available. Check the [Thinking Machines documentation](https://tinker-docs.thinkingmachines.ai/tinker/compatible-apis/openai/) for details.
|
|
34
|
+
|
|
35
|
+
## Models
|
|
36
|
+
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| -------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `thinkingmachines/inkling` | 256K | | | | | | $4 | $9 |
|
|
40
|
+
|
|
41
|
+
## Advanced configuration
|
|
42
|
+
|
|
43
|
+
### Custom headers
|
|
44
|
+
|
|
45
|
+
```typescript
|
|
46
|
+
const agent = new Agent({
|
|
47
|
+
id: "custom-agent",
|
|
48
|
+
name: "custom-agent",
|
|
49
|
+
model: {
|
|
50
|
+
url: "https://tinker.thinkingmachines.dev/services/tinker-prod/oai/api/v1",
|
|
51
|
+
id: "thinkingmachines/inkling",
|
|
52
|
+
apiKey: process.env.TINKER_API_KEY,
|
|
53
|
+
headers: {
|
|
54
|
+
"X-Custom-Header": "value"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Dynamic model selection
|
|
61
|
+
|
|
62
|
+
```typescript
|
|
63
|
+
const agent = new Agent({
|
|
64
|
+
id: "dynamic-agent",
|
|
65
|
+
name: "Dynamic Agent",
|
|
66
|
+
model: ({ requestContext }) => {
|
|
67
|
+
const useAdvanced = requestContext.task === "complex";
|
|
68
|
+
return useAdvanced
|
|
69
|
+
? "thinkingmachines/inkling"
|
|
70
|
+
: "thinkingmachines/inkling";
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
```
|
|
@@ -131,6 +131,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
|
|
|
131
131
|
- [Tencent Token Plan](https://mastra.ai/models/providers/tencent-token-plan)
|
|
132
132
|
- [Tencent TokenHub](https://mastra.ai/models/providers/tencent-tokenhub)
|
|
133
133
|
- [The Grid AI](https://mastra.ai/models/providers/the-grid-ai)
|
|
134
|
+
- [Thinking Machines](https://mastra.ai/models/providers/thinkingmachines)
|
|
134
135
|
- [Tinfoil](https://mastra.ai/models/providers/tinfoil)
|
|
135
136
|
- [Together AI](https://mastra.ai/models/providers/togetherai)
|
|
136
137
|
- [TrustedRouter](https://mastra.ai/models/providers/trustedrouter)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 1.2.8-alpha.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`4cfdd64`](https://github.com/mastra-ai/mastra/commit/4cfdd645794feaea0c4ea711e70ecdfbef0c5b8e)]:
|
|
8
|
+
- @mastra/core@1.52.0-alpha.4
|
|
9
|
+
|
|
3
10
|
## 1.2.8-alpha.6
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-docs-server",
|
|
3
|
-
"version": "1.2.8-alpha.
|
|
3
|
+
"version": "1.2.8-alpha.9",
|
|
4
4
|
"description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"jsdom": "^26.1.0",
|
|
29
29
|
"local-pkg": "^1.1.2",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
|
-
"@mastra/core": "1.52.0-alpha.
|
|
31
|
+
"@mastra/core": "1.52.0-alpha.4",
|
|
32
32
|
"@mastra/mcp": "^1.15.0-alpha.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"tsx": "^4.22.4",
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
47
|
"vitest": "4.1.10",
|
|
48
|
-
"@internal/types-builder": "0.0.89",
|
|
49
48
|
"@internal/lint": "0.0.114",
|
|
50
|
-
"@
|
|
49
|
+
"@internal/types-builder": "0.0.89",
|
|
50
|
+
"@mastra/core": "1.52.0-alpha.4"
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://mastra.ai",
|
|
53
53
|
"repository": {
|