@mastra/mcp-docs-server 1.1.21-alpha.5 → 1.1.21-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
  # Model Providers
2
2
 
3
- Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3580 models from 95 providers through a single API.
3
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3581 models from 95 providers through a single API.
4
4
 
5
5
  ## Features
6
6
 
@@ -1,6 +1,6 @@
1
1
  # ![Cortecs logo](https://models.dev/logos/cortecs.svg)Cortecs
2
2
 
3
- Access 28 Cortecs models through Mastra's model router. Authentication is handled automatically using the `CORTECS_API_KEY` environment variable.
3
+ Access 29 Cortecs models through Mastra's model router. Authentication is handled automatically using the `CORTECS_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Cortecs documentation](https://cortecs.ai).
6
6
 
@@ -48,6 +48,7 @@ for await (const chunk of stream) {
48
48
  | `cortecs/glm-4.5-air` | 131K | | | | | | $0.22 | $1 |
49
49
  | `cortecs/glm-4.7` | 198K | | | | | | $0.45 | $2 |
50
50
  | `cortecs/glm-4.7-flash` | 203K | | | | | | $0.09 | $0.53 |
51
+ | `cortecs/glm-5` | 203K | | | | | | $1 | $3 |
51
52
  | `cortecs/gpt-4.1` | 1.0M | | | | | | $2 | $9 |
52
53
  | `cortecs/gpt-oss-120b` | 128K | | | | | | — | — |
53
54
  | `cortecs/intellect-3` | 128K | | | | | | $0.22 | $1 |
@@ -1,6 +1,6 @@
1
1
  # ![OpenCode Zen logo](https://models.dev/logos/opencode.svg)OpenCode Zen
2
2
 
3
- Access 34 OpenCode Zen models through Mastra's model router. Authentication is handled automatically using the `OPENCODE_API_KEY` environment variable.
3
+ Access 32 OpenCode Zen models through Mastra's model router. Authentication is handled automatically using the `OPENCODE_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [OpenCode Zen documentation](https://opencode.ai/docs/zen).
6
6
 
@@ -62,8 +62,6 @@ for await (const chunk of stream) {
62
62
  | `opencode/gpt-5.4-nano` | 400K | | | | | | $0.20 | $1 |
63
63
  | `opencode/gpt-5.4-pro` | 1.1M | | | | | | $30 | $180 |
64
64
  | `opencode/kimi-k2.5` | 262K | | | | | | $0.60 | $3 |
65
- | `opencode/mimo-v2-omni-free` | 262K | | | | | | — | — |
66
- | `opencode/mimo-v2-pro-free` | 1.0M | | | | | | — | — |
67
65
  | `opencode/minimax-m2.5` | 205K | | | | | | $0.30 | $1 |
68
66
  | `opencode/minimax-m2.5-free` | 205K | | | | | | — | — |
69
67
  | `opencode/nemotron-3-super-free` | 205K | | | | | | — | — |
@@ -1,6 +1,6 @@
1
1
  # ![Poe logo](https://models.dev/logos/poe.svg)Poe
2
2
 
3
- Access 124 Poe models through Mastra's model router. Authentication is handled automatically using the `POE_API_KEY` environment variable.
3
+ Access 126 Poe models through Mastra's model router. Authentication is handled automatically using the `POE_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Poe documentation](https://creator.poe.com/docs/external-applications/openai-compatible-api).
6
6
 
@@ -55,6 +55,7 @@ for await (const chunk of stream) {
55
55
  | `poe/elevenlabs/elevenlabs-music` | 2K | | | | | | — | — |
56
56
  | `poe/elevenlabs/elevenlabs-v2.5-turbo` | 128K | | | | | | — | — |
57
57
  | `poe/elevenlabs/elevenlabs-v3` | 128K | | | | | | — | — |
58
+ | `poe/fireworks-ai/kimi-k2.5-fw` | 262K | | | | | | — | — |
58
59
  | `poe/google/gemini-2.0-flash` | 990K | | | | | | $0.10 | $0.42 |
59
60
  | `poe/google/gemini-2.0-flash-lite` | 990K | | | | | | $0.05 | $0.21 |
60
61
  | `poe/google/gemini-2.5-flash` | 1.1M | | | | | | $0.21 | $2 |
@@ -124,6 +125,7 @@ for await (const chunk of stream) {
124
125
  | `poe/openai/gpt-5.2-instant` | 128K | | | | | | $2 | $13 |
125
126
  | `poe/openai/gpt-5.2-pro` | 400K | | | | | | $19 | $150 |
126
127
  | `poe/openai/gpt-5.3-codex` | 400K | | | | | | $2 | $13 |
128
+ | `poe/openai/gpt-5.3-codex-spark` | 128K | | | | | | — | — |
127
129
  | `poe/openai/gpt-5.3-instant` | 128K | | | | | | $2 | $13 |
128
130
  | `poe/openai/gpt-5.4` | 1.1M | | | | | | $2 | $14 |
129
131
  | `poe/openai/gpt-5.4-mini` | 400K | | | | | | $0.68 | $4 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "1.1.21-alpha.5",
3
+ "version": "1.1.21-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",
@@ -47,8 +47,8 @@
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "4.0.18",
49
49
  "@internal/lint": "0.0.78",
50
- "@mastra/core": "1.22.0-alpha.2",
51
- "@internal/types-builder": "0.0.53"
50
+ "@internal/types-builder": "0.0.53",
51
+ "@mastra/core": "1.22.0-alpha.2"
52
52
  },
53
53
  "homepage": "https://mastra.ai",
54
54
  "repository": {