@mastra/mcp-docs-server 1.2.13-alpha.8 → 1.2.13-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/models/gateways/openrouter.md +2 -2
- package/.docs/models/gateways/vercel.md +3 -1
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/crossmodel.md +4 -3
- package/.docs/models/providers/hyper.md +5 -5
- package/.docs/models/providers/llmgateway.md +4 -3
- package/.docs/models/providers/zai-coding-plan.md +11 -13
- package/.docs/models/providers/zhipuai-coding-plan.md +12 -12
- package/CHANGELOG.md +7 -0
- package/package.json +4 -4
|
@@ -100,6 +100,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
100
100
|
| `deepseek/deepseek-v3.2` |
|
|
101
101
|
| `deepseek/deepseek-v3.2-exp` |
|
|
102
102
|
| `deepseek/deepseek-v4-flash` |
|
|
103
|
+
| `deepseek/deepseek-v4-flash-0731` |
|
|
103
104
|
| `deepseek/deepseek-v4-pro` |
|
|
104
105
|
| `google/gemini-2.5-flash` |
|
|
105
106
|
| `google/gemini-2.5-flash-image` |
|
|
@@ -164,7 +165,6 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
164
165
|
| `minimax/minimax-m2.7` |
|
|
165
166
|
| `minimax/minimax-m3` |
|
|
166
167
|
| `mistralai/codestral-2508` |
|
|
167
|
-
| `mistralai/devstral-2512` |
|
|
168
168
|
| `mistralai/ministral-14b-2512` |
|
|
169
169
|
| `mistralai/ministral-3b-2512` |
|
|
170
170
|
| `mistralai/ministral-8b-2512` |
|
|
@@ -230,7 +230,6 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
230
230
|
| `openai/gpt-5-nano` |
|
|
231
231
|
| `openai/gpt-5-pro` |
|
|
232
232
|
| `openai/gpt-5.1` |
|
|
233
|
-
| `openai/gpt-5.1-chat` |
|
|
234
233
|
| `openai/gpt-5.1-codex` |
|
|
235
234
|
| `openai/gpt-5.1-codex-max` |
|
|
236
235
|
| `openai/gpt-5.1-codex-mini` |
|
|
@@ -349,6 +348,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
349
348
|
| `thedrummer/skyfall-36b-v2` |
|
|
350
349
|
| `thedrummer/unslopnemo-12b` |
|
|
351
350
|
| `thinkingmachines/inkling` |
|
|
351
|
+
| `thinkingmachines/inkling-small` |
|
|
352
352
|
| `undi95/remm-slerp-l2-13b` |
|
|
353
353
|
| `upstage/solar-pro-3` |
|
|
354
354
|
| `writer/palmyra-x5` |
|
|
@@ -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 310 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
|
|
|
@@ -179,6 +179,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
179
179
|
| `meta/llama-4-maverick` |
|
|
180
180
|
| `meta/llama-4-scout` |
|
|
181
181
|
| `meta/muse-spark-1.1` |
|
|
182
|
+
| `minimax/minimax-h3` |
|
|
182
183
|
| `minimax/minimax-m2` |
|
|
183
184
|
| `minimax/minimax-m2.1` |
|
|
184
185
|
| `minimax/minimax-m2.1-lightning` |
|
|
@@ -296,6 +297,7 @@ ANTHROPIC_API_KEY=ant-...
|
|
|
296
297
|
| `stepfun/step-3.7-flash` |
|
|
297
298
|
| `tencent/hy3` |
|
|
298
299
|
| `thinkingmachines/inkling` |
|
|
300
|
+
| `thinkingmachines/inkling-small` |
|
|
299
301
|
| `voyage/rerank-2.5` |
|
|
300
302
|
| `voyage/rerank-2.5-lite` |
|
|
301
303
|
| `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 5154 models from 164 providers through a single API.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# CrossModel
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 47 CrossModel models through Mastra's model router. Authentication is handled automatically using the `CROSSMODEL_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [CrossModel documentation](https://www.crossmodel.ai/docs).
|
|
8
8
|
|
|
@@ -51,6 +51,7 @@ for await (const chunk of stream) {
|
|
|
51
51
|
| `crossmodel/gemini/gemini-3-flash-preview` | 1.0M | | | | | | $0.50 | $3 |
|
|
52
52
|
| `crossmodel/gemini/gemini-3.1-pro-preview` | 1.0M | | | | | | $2 | $12 |
|
|
53
53
|
| `crossmodel/gemini/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
|
|
54
|
+
| `crossmodel/gemini/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
|
|
54
55
|
| `crossmodel/minimax/minimax-m2.7` | 205K | | | | | | $0.33 | $1 |
|
|
55
56
|
| `crossmodel/minimax/minimax-m3` | 1.0M | | | | | | $0.33 | $1 |
|
|
56
57
|
| `crossmodel/moonshot/kimi-k2.5` | 262K | | | | | | $0.62 | $3 |
|
|
@@ -63,9 +64,9 @@ for await (const chunk of stream) {
|
|
|
63
64
|
| `crossmodel/openai/gpt-5.4-nano` | 400K | | | | | | $0.20 | $1 |
|
|
64
65
|
| `crossmodel/openai/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
65
66
|
| `crossmodel/openai/gpt-5.5-pro` | 1.1M | | | | | | $30 | $180 |
|
|
66
|
-
| `crossmodel/openai/gpt-5.6-luna` | 1.1M | | | | | | $
|
|
67
|
+
| `crossmodel/openai/gpt-5.6-luna` | 1.1M | | | | | | $0.20 | $1 |
|
|
67
68
|
| `crossmodel/openai/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
68
|
-
| `crossmodel/openai/gpt-5.6-terra` | 1.1M | | | | | | $
|
|
69
|
+
| `crossmodel/openai/gpt-5.6-terra` | 1.1M | | | | | | $2 | $12 |
|
|
69
70
|
| `crossmodel/qwen/qwen3.6-flash` | 1.0M | | | | | | $0.19 | $1 |
|
|
70
71
|
| `crossmodel/qwen/qwen3.6-plus` | 1.0M | | | | | | $0.32 | $2 |
|
|
71
72
|
| `crossmodel/qwen/qwen3.7-max` | 1.0M | | | | | | $2 | $5 |
|
|
@@ -38,20 +38,20 @@ for await (const chunk of stream) {
|
|
|
38
38
|
| ---------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
39
|
| `hyper/deepseek-v4-flash` | 1.0M | | | | | | $0.20 | $0.40 |
|
|
40
40
|
| `hyper/deepseek-v4-pro` | 1.0M | | | | | | $2 | $5 |
|
|
41
|
-
| `hyper/gemma-4-26b-a4b-it` | 256K | | | | | | $0.12 | $0.
|
|
42
|
-
| `hyper/glm-5` | 203K | | | | | | $0.
|
|
41
|
+
| `hyper/gemma-4-26b-a4b-it` | 256K | | | | | | $0.12 | $0.39 |
|
|
42
|
+
| `hyper/glm-5` | 203K | | | | | | $0.86 | $3 |
|
|
43
43
|
| `hyper/glm-5.1` | 203K | | | | | | $2 | $5 |
|
|
44
44
|
| `hyper/glm-5.2` | 1.0M | | | | | | $1 | $4 |
|
|
45
|
-
| `hyper/gpt-oss-120b` | 131K | | | | | | $0.
|
|
45
|
+
| `hyper/gpt-oss-120b` | 131K | | | | | | $0.19 | $0.70 |
|
|
46
46
|
| `hyper/kimi-k2.5` | 262K | | | | | | $0.53 | $3 |
|
|
47
47
|
| `hyper/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
|
|
48
48
|
| `hyper/kimi-k2.7-code` | 256K | | | | | | $0.95 | $4 |
|
|
49
49
|
| `hyper/kimi-k3` | 1.0M | | | | | | $3 | $16 |
|
|
50
50
|
| `hyper/llama-3.3-70b-instruct` | 128K | | | | | | $0.51 | $1 |
|
|
51
51
|
| `hyper/llama-4-maverick-17b-128e-instruct-fp8` | 430K | | | | | | $0.28 | $0.93 |
|
|
52
|
-
| `hyper/minimax-m2.7` | 205K | | | | | | $0.
|
|
52
|
+
| `hyper/minimax-m2.7` | 205K | | | | | | $0.42 | $2 |
|
|
53
53
|
| `hyper/minimax-m3` | 512K | | | | | | $0.33 | $1 |
|
|
54
|
-
| `hyper/qwen3-coder-480b-a35b-instruct-int4-mixed-ar` | 106K | | | | | | $0.
|
|
54
|
+
| `hyper/qwen3-coder-480b-a35b-instruct-int4-mixed-ar` | 106K | | | | | | $0.58 | $2 |
|
|
55
55
|
| `hyper/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.12 | $1 |
|
|
56
56
|
| `hyper/qwen3.6-flash` | 1.0M | | | | | | $1 | $4 |
|
|
57
57
|
| `hyper/qwen3.6-max` | 256K | | | | | | $2 | $12 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# LLM Gateway
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 187 LLM Gateway models through Mastra's model router. Authentication is handled automatically using the `LLMGATEWAY_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [LLM Gateway documentation](https://llmgateway.io/docs).
|
|
8
8
|
|
|
@@ -119,9 +119,9 @@ for await (const chunk of stream) {
|
|
|
119
119
|
| `llmgateway/gpt-5.4-pro` | 1.1M | | | | | | $30 | $180 |
|
|
120
120
|
| `llmgateway/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
121
121
|
| `llmgateway/gpt-5.5-pro` | 1.1M | | | | | | $30 | $180 |
|
|
122
|
-
| `llmgateway/gpt-5.6-luna` | 1.1M | | | | | | $
|
|
122
|
+
| `llmgateway/gpt-5.6-luna` | 1.1M | | | | | | $0.20 | $1 |
|
|
123
123
|
| `llmgateway/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
124
|
-
| `llmgateway/gpt-5.6-terra` | 1.1M | | | | | | $
|
|
124
|
+
| `llmgateway/gpt-5.6-terra` | 1.1M | | | | | | $2 | $12 |
|
|
125
125
|
| `llmgateway/gpt-oss-120b` | 131K | | | | | | $0.03 | $0.14 |
|
|
126
126
|
| `llmgateway/gpt-oss-20b` | 131K | | | | | | $0.04 | $0.15 |
|
|
127
127
|
| `llmgateway/grok-4` | 256K | | | | | | $3 | $15 |
|
|
@@ -136,6 +136,7 @@ for await (const chunk of stream) {
|
|
|
136
136
|
| `llmgateway/grok-build-0-1` | 256K | | | | | | $1 | $2 |
|
|
137
137
|
| `llmgateway/hermes-4-405b` | 131K | | | | | | $1 | $3 |
|
|
138
138
|
| `llmgateway/hermes-4-70b` | 131K | | | | | | $0.13 | $0.40 |
|
|
139
|
+
| `llmgateway/hy3` | 262K | | | | | | $0.14 | $0.58 |
|
|
139
140
|
| `llmgateway/kimi-k2` | 256K | | | | | | $0.57 | $2 |
|
|
140
141
|
| `llmgateway/kimi-k2-thinking` | 262K | | | | | | $0.60 | $3 |
|
|
141
142
|
| `llmgateway/kimi-k2.5` | 262K | | | | | | $0.41 | $2 |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Z.AI Coding Plan
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 4 Z.AI Coding Plan models through Mastra's model router. Authentication is handled automatically using the `ZHIPU_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Z.AI Coding Plan documentation](https://docs.z.ai/devpack/overview).
|
|
8
8
|
|
|
@@ -17,7 +17,7 @@ const agent = new Agent({
|
|
|
17
17
|
id: "my-agent",
|
|
18
18
|
name: "My Agent",
|
|
19
19
|
instructions: "You are a helpful assistant",
|
|
20
|
-
model: "zai-coding-plan/glm-4.
|
|
20
|
+
model: "zai-coding-plan/glm-4.7"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -34,14 +34,12 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `zai-coding-plan/glm-4.
|
|
40
|
-
| `zai-coding-plan/glm-
|
|
41
|
-
| `zai-coding-plan/glm-5
|
|
42
|
-
| `zai-coding-plan/glm-5.
|
|
43
|
-
| `zai-coding-plan/glm-5.2` | 1.0M | | | | | | — | — |
|
|
44
|
-
| `zai-coding-plan/glm-5v-turbo` | 200K | | | | | | — | — |
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| --------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `zai-coding-plan/glm-4.7` | 205K | | | | | | — | — |
|
|
40
|
+
| `zai-coding-plan/glm-5-turbo` | 200K | | | | | | — | — |
|
|
41
|
+
| `zai-coding-plan/glm-5.2` | 1.0M | | | | | | — | — |
|
|
42
|
+
| `zai-coding-plan/glm-5.2-highspeed[1m]` | 1.0M | | | | | | — | — |
|
|
45
43
|
|
|
46
44
|
## Advanced configuration
|
|
47
45
|
|
|
@@ -53,7 +51,7 @@ const agent = new Agent({
|
|
|
53
51
|
name: "custom-agent",
|
|
54
52
|
model: {
|
|
55
53
|
url: "https://api.z.ai/api/coding/paas/v4",
|
|
56
|
-
id: "zai-coding-plan/glm-4.
|
|
54
|
+
id: "zai-coding-plan/glm-4.7",
|
|
57
55
|
apiKey: process.env.ZHIPU_API_KEY,
|
|
58
56
|
headers: {
|
|
59
57
|
"X-Custom-Header": "value"
|
|
@@ -71,8 +69,8 @@ const agent = new Agent({
|
|
|
71
69
|
model: ({ requestContext }) => {
|
|
72
70
|
const useAdvanced = requestContext.task === "complex";
|
|
73
71
|
return useAdvanced
|
|
74
|
-
? "zai-coding-plan/glm-
|
|
75
|
-
: "zai-coding-plan/glm-4.
|
|
72
|
+
? "zai-coding-plan/glm-5.2-highspeed[1m]"
|
|
73
|
+
: "zai-coding-plan/glm-4.7";
|
|
76
74
|
}
|
|
77
75
|
});
|
|
78
76
|
```
|
|
@@ -17,7 +17,7 @@ const agent = new Agent({
|
|
|
17
17
|
id: "my-agent",
|
|
18
18
|
name: "My Agent",
|
|
19
19
|
instructions: "You are a helpful assistant",
|
|
20
|
-
model: "zhipuai-coding-plan/glm-4.
|
|
20
|
+
model: "zhipuai-coding-plan/glm-4.6v"
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
// Generate a response
|
|
@@ -34,15 +34,15 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `zhipuai-coding-plan/glm-4.
|
|
40
|
-
| `zhipuai-coding-plan/glm-4.
|
|
41
|
-
| `zhipuai-coding-plan/glm-
|
|
42
|
-
| `zhipuai-coding-plan/glm-5
|
|
43
|
-
| `zhipuai-coding-plan/glm-5.
|
|
44
|
-
| `zhipuai-coding-plan/glm-5.2`
|
|
45
|
-
| `zhipuai-coding-plan/glm-5v-turbo`
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| ------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `zhipuai-coding-plan/glm-4.6v` | 128K | | | | | | $0.30 | $0.90 |
|
|
40
|
+
| `zhipuai-coding-plan/glm-4.7` | 205K | | | | | | — | — |
|
|
41
|
+
| `zhipuai-coding-plan/glm-5-turbo` | 200K | | | | | | — | — |
|
|
42
|
+
| `zhipuai-coding-plan/glm-5.1` | 200K | | | | | | — | — |
|
|
43
|
+
| `zhipuai-coding-plan/glm-5.2` | 1.0M | | | | | | — | — |
|
|
44
|
+
| `zhipuai-coding-plan/glm-5.2-highspeed[1m]` | 1.0M | | | | | | — | — |
|
|
45
|
+
| `zhipuai-coding-plan/glm-5v-turbo` | 200K | | | | | | — | — |
|
|
46
46
|
|
|
47
47
|
## Advanced configuration
|
|
48
48
|
|
|
@@ -54,7 +54,7 @@ const agent = new Agent({
|
|
|
54
54
|
name: "custom-agent",
|
|
55
55
|
model: {
|
|
56
56
|
url: "https://open.bigmodel.cn/api/coding/paas/v4",
|
|
57
|
-
id: "zhipuai-coding-plan/glm-4.
|
|
57
|
+
id: "zhipuai-coding-plan/glm-4.6v",
|
|
58
58
|
apiKey: process.env.ZHIPU_API_KEY,
|
|
59
59
|
headers: {
|
|
60
60
|
"X-Custom-Header": "value"
|
|
@@ -73,7 +73,7 @@ const agent = new Agent({
|
|
|
73
73
|
const useAdvanced = requestContext.task === "complex";
|
|
74
74
|
return useAdvanced
|
|
75
75
|
? "zhipuai-coding-plan/glm-5v-turbo"
|
|
76
|
-
: "zhipuai-coding-plan/glm-4.
|
|
76
|
+
: "zhipuai-coding-plan/glm-4.6v";
|
|
77
77
|
}
|
|
78
78
|
});
|
|
79
79
|
```
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 1.2.13-alpha.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`db4e6ff`](https://github.com/mastra-ai/mastra/commit/db4e6ff744503112eb64deeaf6c2b54bf26a54c7), [`6d19a65`](https://github.com/mastra-ai/mastra/commit/6d19a6517f5da3911023d446b7e2d5dad8adb1cb)]:
|
|
8
|
+
- @mastra/core@1.56.0-alpha.5
|
|
9
|
+
|
|
3
10
|
## 1.2.13-alpha.7
|
|
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.13-alpha.
|
|
3
|
+
"version": "1.2.13-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,8 +28,8 @@
|
|
|
28
28
|
"jsdom": "^26.1.0",
|
|
29
29
|
"local-pkg": "^1.1.2",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
|
-
"@mastra/
|
|
32
|
-
"@mastra/
|
|
31
|
+
"@mastra/mcp": "^1.15.1-alpha.0",
|
|
32
|
+
"@mastra/core": "1.56.0-alpha.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@hono/node-server": "^1.19.14",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
47
|
"vitest": "4.1.10",
|
|
48
48
|
"@internal/lint": "0.0.119",
|
|
49
|
-
"@mastra/core": "1.56.0-alpha.
|
|
49
|
+
"@mastra/core": "1.56.0-alpha.5",
|
|
50
50
|
"@internal/types-builder": "0.0.94"
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://mastra.ai",
|