@mastra/mcp-docs-server 1.2.13 → 1.2.14-alpha.1

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.
@@ -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 5288 models from 168 providers through a single API.
5
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 5289 models from 168 providers through a single API.
6
6
 
7
7
  ## Features
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Cortecs logo](https://models.dev/logos/cortecs.svg)Cortecs
4
4
 
5
- Access 58 Cortecs models through Mastra's model router. Authentication is handled automatically using the `CORTECS_API_KEY` environment variable.
5
+ Access 59 Cortecs models through Mastra's model router. Authentication is handled automatically using the `CORTECS_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Cortecs documentation](https://cortecs.ai).
8
8
 
@@ -49,6 +49,7 @@ for await (const chunk of stream) {
49
49
  | `cortecs/deepseek-v3-0324` | 128K | | | | | | $0.55 | $2 |
50
50
  | `cortecs/deepseek-v3.2` | 164K | | | | | | $0.27 | $0.44 |
51
51
  | `cortecs/deepseek-v4-flash` | 1.0M | | | | | | $0.13 | $0.27 |
52
+ | `cortecs/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.26 | $0.31 |
52
53
  | `cortecs/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
53
54
  | `cortecs/devstral-2512` | 262K | | | | | | — | — |
54
55
  | `cortecs/gemini-2.5-pro` | 1.0M | | | | | | $2 | $11 |
@@ -56,7 +56,7 @@ for await (const chunk of stream) {
56
56
  | `digitalocean/bge-m3` | 8K | | | | | | $0.02 | — |
57
57
  | `digitalocean/bge-reranker-v2-m3` | 8K | | | | | | $0.01 | — |
58
58
  | `digitalocean/deepseek-3.2` | 164K | | | | | | $0.42 | $1 |
59
- | `digitalocean/deepseek-4-flash` | 262K | | | | | | $0.11 | $0.22 |
59
+ | `digitalocean/deepseek-4-flash` | 1.0M | | | | | | $0.11 | $0.22 |
60
60
  | `digitalocean/deepseek-r1-distill-llama-70b` | 33K | | | | | | $0.99 | $0.99 |
61
61
  | `digitalocean/deepseek-v3` | 164K | | | | | | — | — |
62
62
  | `digitalocean/deepseek-v4-pro` | 262K | | | | | | $1 | $3 |
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.2.14-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c8002da`](https://github.com/mastra-ai/mastra/commit/c8002da7775c468e2965b6ff5f82045450fa8cb9)]:
8
+ - @mastra/core@1.56.1-alpha.0
9
+
3
10
  ## 1.2.13
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",
3
+ "version": "1.2.14-alpha.1",
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/core": "1.56.0",
32
- "@mastra/mcp": "^1.15.1"
31
+ "@mastra/mcp": "^1.15.1",
32
+ "@mastra/core": "1.56.1-alpha.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@hono/node-server": "^1.19.14",
@@ -47,7 +47,7 @@
47
47
  "vitest": "4.1.10",
48
48
  "@internal/types-builder": "0.0.95",
49
49
  "@internal/lint": "0.0.120",
50
- "@mastra/core": "1.56.0"
50
+ "@mastra/core": "1.56.1-alpha.0"
51
51
  },
52
52
  "homepage": "https://mastra.ai",
53
53
  "repository": {