@mastra/mcp-docs-server 1.1.39-alpha.16 → 1.1.39-alpha.18

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 4215 models from 121 providers through a single API.
3
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 4216 models from 121 providers through a single API.
4
4
 
5
5
  ## Features
6
6
 
@@ -1,6 +1,6 @@
1
1
  # ![OpenCode Zen logo](https://models.dev/logos/opencode.svg)OpenCode Zen
2
2
 
3
- Access 40 OpenCode Zen models through Mastra's model router. Authentication is handled automatically using the `OPENCODE_API_KEY` environment variable.
3
+ Access 41 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
 
@@ -46,6 +46,7 @@ for await (const chunk of stream) {
46
46
  | `opencode/deepseek-v4-flash-free` | 200K | | | | | | — | — |
47
47
  | `opencode/gemini-3-flash` | 1.0M | | | | | | $0.50 | $3 |
48
48
  | `opencode/gemini-3.1-pro` | 1.0M | | | | | | $2 | $12 |
49
+ | `opencode/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
49
50
  | `opencode/glm-5` | 205K | | | | | | $1 | $3 |
50
51
  | `opencode/glm-5.1` | 205K | | | | | | $1 | $4 |
51
52
  | `opencode/gpt-5` | 400K | | | | | | $1 | $9 |
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.1.39-alpha.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1698f5e`](https://github.com/mastra-ai/mastra/commit/1698f5ec141d34f22a873efdb145ce3cdf848a5e)]:
8
+ - @mastra/core@1.36.0-alpha.9
9
+
3
10
  ## 1.1.39-alpha.16
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.1.39-alpha.16",
3
+ "version": "1.1.39-alpha.18",
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
  "jsdom": "^26.1.0",
30
30
  "local-pkg": "^1.1.2",
31
31
  "zod": "^4.3.6",
32
- "@mastra/core": "1.36.0-alpha.8",
32
+ "@mastra/core": "1.36.0-alpha.9",
33
33
  "@mastra/mcp": "^1.8.0-alpha.1"
34
34
  },
35
35
  "devDependencies": {
@@ -47,8 +47,8 @@
47
47
  "typescript": "^6.0.3",
48
48
  "vitest": "4.1.5",
49
49
  "@internal/lint": "0.0.96",
50
- "@internal/types-builder": "0.0.71",
51
- "@mastra/core": "1.36.0-alpha.8"
50
+ "@mastra/core": "1.36.0-alpha.9",
51
+ "@internal/types-builder": "0.0.71"
52
52
  },
53
53
  "homepage": "https://mastra.ai",
54
54
  "repository": {