@mastra/mcp-docs-server 1.2.1-alpha.5 → 1.2.1-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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OpenRouter
|
|
2
2
|
|
|
3
|
-
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access
|
|
3
|
+
OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 336 models through Mastra's model router.
|
|
4
4
|
|
|
5
5
|
Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
|
|
6
6
|
|
|
@@ -97,7 +97,6 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
97
97
|
| `deepseek/deepseek-v3.2-exp` |
|
|
98
98
|
| `deepseek/deepseek-v4-flash` |
|
|
99
99
|
| `deepseek/deepseek-v4-pro` |
|
|
100
|
-
| `essentialai/rnj-1-instruct` |
|
|
101
100
|
| `google/gemini-2.5-flash` |
|
|
102
101
|
| `google/gemini-2.5-flash-image` |
|
|
103
102
|
| `google/gemini-2.5-flash-lite` |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Vercel
|
|
2
2
|
|
|
3
|
-
Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access
|
|
3
|
+
Vercel aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 290 models through Mastra's model router.
|
|
4
4
|
|
|
5
5
|
Learn more in the [Vercel documentation](https://ai-sdk.dev/providers/ai-sdk-providers).
|
|
6
6
|
|
|
@@ -303,6 +303,8 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
303
303
|
| `xai/grok-imagine-image` |
|
|
304
304
|
| `xai/grok-imagine-video` |
|
|
305
305
|
| `xai/grok-imagine-video-1.5-preview` |
|
|
306
|
+
| `xai/grok-stt` |
|
|
307
|
+
| `xai/grok-tts` |
|
|
306
308
|
| `xai/grok-voice-think-fast-1.0` |
|
|
307
309
|
| `xiaomi/mimo-v2-flash` |
|
|
308
310
|
| `xiaomi/mimo-v2-pro` |
|
package/.docs/models/index.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Model Providers
|
|
2
2
|
|
|
3
|
-
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to
|
|
3
|
+
Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 4550 models from 133 providers through a single API.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Synthetic
|
|
2
2
|
|
|
3
|
-
Access
|
|
3
|
+
Access 8 Synthetic models through Mastra's model router. Authentication is handled automatically using the `SYNTHETIC_API_KEY` environment variable.
|
|
4
4
|
|
|
5
5
|
Learn more in the [Synthetic documentation](https://synthetic.new/pricing).
|
|
6
6
|
|
|
@@ -15,7 +15,7 @@ const agent = new Agent({
|
|
|
15
15
|
id: "my-agent",
|
|
16
16
|
name: "My Agent",
|
|
17
17
|
instructions: "You are a helpful assistant",
|
|
18
|
-
model: "synthetic/hf:MiniMaxAI/MiniMax-
|
|
18
|
+
model: "synthetic/hf:MiniMaxAI/MiniMax-M3"
|
|
19
19
|
});
|
|
20
20
|
|
|
21
21
|
// Generate a response
|
|
@@ -32,42 +32,16 @@ for await (const chunk of stream) {
|
|
|
32
32
|
|
|
33
33
|
## Models
|
|
34
34
|
|
|
35
|
-
| Model
|
|
36
|
-
|
|
|
37
|
-
| `synthetic/hf:
|
|
38
|
-
| `synthetic/hf:
|
|
39
|
-
| `synthetic/hf:
|
|
40
|
-
| `synthetic/hf:
|
|
41
|
-
| `synthetic/hf:
|
|
42
|
-
| `synthetic/hf:
|
|
43
|
-
| `synthetic/hf:
|
|
44
|
-
| `synthetic/hf:
|
|
45
|
-
| `synthetic/hf:meta-llama/Llama-3.1-70B-Instruct` | 128K | | | | | | $0.90 | $0.90 |
|
|
46
|
-
| `synthetic/hf:meta-llama/Llama-3.1-8B-Instruct` | 128K | | | | | | $0.20 | $0.20 |
|
|
47
|
-
| `synthetic/hf:meta-llama/Llama-3.3-70B-Instruct` | 128K | | | | | | $0.90 | $0.90 |
|
|
48
|
-
| `synthetic/hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8` | 524K | | | | | | $0.22 | $0.88 |
|
|
49
|
-
| `synthetic/hf:meta-llama/Llama-4-Scout-17B-16E-Instruct` | 328K | | | | | | $0.15 | $0.60 |
|
|
50
|
-
| `synthetic/hf:MiniMaxAI/MiniMax-M2` | 197K | | | | | | $0.55 | $2 |
|
|
51
|
-
| `synthetic/hf:MiniMaxAI/MiniMax-M2.1` | 205K | | | | | | $0.55 | $2 |
|
|
52
|
-
| `synthetic/hf:MiniMaxAI/MiniMax-M2.5` | 191K | | | | | | $0.60 | $3 |
|
|
53
|
-
| `synthetic/hf:MiniMaxAI/MiniMax-M3` | 524K | | | | | | $0.60 | $1 |
|
|
54
|
-
| `synthetic/hf:moonshotai/Kimi-K2-Instruct-0905` | 262K | | | | | | $1 | $1 |
|
|
55
|
-
| `synthetic/hf:moonshotai/Kimi-K2-Thinking` | 262K | | | | | | $0.55 | $2 |
|
|
56
|
-
| `synthetic/hf:moonshotai/Kimi-K2.5` | 262K | | | | | | $0.55 | $2 |
|
|
57
|
-
| `synthetic/hf:moonshotai/Kimi-K2.6` | 262K | | | | | | $0.95 | $4 |
|
|
58
|
-
| `synthetic/hf:nvidia/Kimi-K2.5-NVFP4` | 262K | | | | | | $0.55 | $2 |
|
|
59
|
-
| `synthetic/hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4` | 262K | | | | | | $0.30 | $1 |
|
|
60
|
-
| `synthetic/hf:openai/gpt-oss-120b` | 128K | | | | | | $0.10 | $0.10 |
|
|
61
|
-
| `synthetic/hf:Qwen/Qwen2.5-Coder-32B-Instruct` | 33K | | | | | | $0.80 | $0.80 |
|
|
62
|
-
| `synthetic/hf:Qwen/Qwen3-235B-A22B-Instruct-2507` | 256K | | | | | | $0.20 | $0.60 |
|
|
63
|
-
| `synthetic/hf:Qwen/Qwen3-235B-A22B-Thinking-2507` | 256K | | | | | | $0.65 | $3 |
|
|
64
|
-
| `synthetic/hf:Qwen/Qwen3-Coder-480B-A35B-Instruct` | 256K | | | | | | $2 | $2 |
|
|
65
|
-
| `synthetic/hf:Qwen/Qwen3.5-397B-A17B` | 262K | | | | | | $0.60 | $3 |
|
|
66
|
-
| `synthetic/hf:zai-org/GLM-4.6` | 200K | | | | | | $0.55 | $2 |
|
|
67
|
-
| `synthetic/hf:zai-org/GLM-4.7` | 200K | | | | | | $0.55 | $2 |
|
|
68
|
-
| `synthetic/hf:zai-org/GLM-4.7-Flash` | 197K | | | | | | $0.06 | $0.40 |
|
|
69
|
-
| `synthetic/hf:zai-org/GLM-5` | 197K | | | | | | $1 | $3 |
|
|
70
|
-
| `synthetic/hf:zai-org/GLM-5.1` | 197K | | | | | | $1 | $3 |
|
|
35
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
36
|
+
| ------------------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
37
|
+
| `synthetic/hf:MiniMaxAI/MiniMax-M3` | 524K | | | | | | $0.60 | $1 |
|
|
38
|
+
| `synthetic/hf:moonshotai/Kimi-K2.6` | 262K | | | | | | $0.95 | $4 |
|
|
39
|
+
| `synthetic/hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4` | 262K | | | | | | $0.30 | $1 |
|
|
40
|
+
| `synthetic/hf:openai/gpt-oss-120b` | 128K | | | | | | $0.10 | $0.10 |
|
|
41
|
+
| `synthetic/hf:Qwen/Qwen3.5-397B-A17B` | 262K | | | | | | $0.60 | $3 |
|
|
42
|
+
| `synthetic/hf:zai-org/GLM-4.7` | 200K | | | | | | $0.55 | $2 |
|
|
43
|
+
| `synthetic/hf:zai-org/GLM-4.7-Flash` | 197K | | | | | | $0.06 | $0.40 |
|
|
44
|
+
| `synthetic/hf:zai-org/GLM-5.1` | 197K | | | | | | $1 | $3 |
|
|
71
45
|
|
|
72
46
|
## Advanced configuration
|
|
73
47
|
|
|
@@ -79,7 +53,7 @@ const agent = new Agent({
|
|
|
79
53
|
name: "custom-agent",
|
|
80
54
|
model: {
|
|
81
55
|
url: "https://api.synthetic.new/openai/v1",
|
|
82
|
-
id: "synthetic/hf:MiniMaxAI/MiniMax-
|
|
56
|
+
id: "synthetic/hf:MiniMaxAI/MiniMax-M3",
|
|
83
57
|
apiKey: process.env.SYNTHETIC_API_KEY,
|
|
84
58
|
headers: {
|
|
85
59
|
"X-Custom-Header": "value"
|
|
@@ -98,7 +72,7 @@ const agent = new Agent({
|
|
|
98
72
|
const useAdvanced = requestContext.task === "complex";
|
|
99
73
|
return useAdvanced
|
|
100
74
|
? "synthetic/hf:zai-org/GLM-5.1"
|
|
101
|
-
: "synthetic/hf:MiniMaxAI/MiniMax-
|
|
75
|
+
: "synthetic/hf:MiniMaxAI/MiniMax-M3";
|
|
102
76
|
}
|
|
103
77
|
});
|
|
104
78
|
```
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 1.2.1-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`3818814`](https://github.com/mastra-ai/mastra/commit/38188149ce454c4403fe9fcbdf73b735c68d36be)]:
|
|
8
|
+
- @mastra/core@1.46.0-alpha.5
|
|
9
|
+
|
|
3
10
|
## 1.2.1-alpha.5
|
|
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.1-alpha.
|
|
3
|
+
"version": "1.2.1-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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"local-pkg": "^1.1.2",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
31
|
"@mastra/mcp": "^1.12.0-alpha.0",
|
|
32
|
-
"@mastra/core": "1.46.0-alpha.
|
|
32
|
+
"@mastra/core": "1.46.0-alpha.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@hono/node-server": "^1.19.11",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"tsx": "^4.22.4",
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
47
|
"vitest": "4.1.8",
|
|
48
|
-
"@internal/types-builder": "0.0.82",
|
|
49
48
|
"@internal/lint": "0.0.107",
|
|
50
|
-
"@
|
|
49
|
+
"@internal/types-builder": "0.0.82",
|
|
50
|
+
"@mastra/core": "1.46.0-alpha.5"
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://mastra.ai",
|
|
53
53
|
"repository": {
|