@mastra/mcp-docs-server 1.1.16 → 1.1.17-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.
@@ -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 3388 models from 94 providers through a single API.
3
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3391 models from 94 providers through a single API.
4
4
 
5
5
  ## Features
6
6
 
@@ -1,6 +1,6 @@
1
1
  # ![Poe logo](https://models.dev/logos/poe.svg)Poe
2
2
 
3
- Access 120 Poe models through Mastra's model router. Authentication is handled automatically using the `POE_API_KEY` environment variable.
3
+ Access 122 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
 
@@ -125,6 +125,8 @@ for await (const chunk of stream) {
125
125
  | `poe/openai/gpt-5.3-codex` | 400K | | | | | | $2 | $13 |
126
126
  | `poe/openai/gpt-5.3-instant` | 128K | | | | | | $2 | $13 |
127
127
  | `poe/openai/gpt-5.4` | 1.1M | | | | | | $2 | $14 |
128
+ | `poe/openai/gpt-5.4-mini` | 400K | | | | | | $0.68 | $4 |
129
+ | `poe/openai/gpt-5.4-nano` | 400K | | | | | | $0.18 | $1 |
128
130
  | `poe/openai/gpt-5.4-pro` | 1.1M | | | | | | $27 | $160 |
129
131
  | `poe/openai/gpt-image-1` | 128K | | | | | | — | — |
130
132
  | `poe/openai/gpt-image-1-mini` | — | | | | | | — | — |
@@ -1,6 +1,6 @@
1
1
  # ![SiliconFlow logo](https://models.dev/logos/siliconflow.svg)SiliconFlow
2
2
 
3
- Access 70 SiliconFlow models through Mastra's model router. Authentication is handled automatically using the `SILICONFLOW_API_KEY` environment variable.
3
+ Access 71 SiliconFlow models through Mastra's model router. Authentication is handled automatically using the `SILICONFLOW_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [SiliconFlow documentation](https://cloud.siliconflow.com/models).
6
6
 
@@ -50,6 +50,7 @@ for await (const chunk of stream) {
50
50
  | `siliconflow/inclusionAI/Ring-flash-2.0` | 131K | | | | | | $0.14 | $0.57 |
51
51
  | `siliconflow/meta-llama/Meta-Llama-3.1-8B-Instruct` | 33K | | | | | | $0.06 | $0.06 |
52
52
  | `siliconflow/MiniMaxAI/MiniMax-M2.1` | 197K | | | | | | $0.30 | $1 |
53
+ | `siliconflow/MiniMaxAI/MiniMax-M2.5` | 197K | | | | | | $0.30 | $1 |
53
54
  | `siliconflow/moonshotai/Kimi-K2-Instruct` | 131K | | | | | | $0.58 | $2 |
54
55
  | `siliconflow/moonshotai/Kimi-K2-Instruct-0905` | 262K | | | | | | $0.40 | $2 |
55
56
  | `siliconflow/moonshotai/Kimi-K2-Thinking` | 262K | | | | | | $0.55 | $3 |
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067)]:
8
+ - @mastra/core@1.16.1-alpha.0
9
+
3
10
  ## 1.1.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.16",
3
+ "version": "1.1.17-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",
@@ -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.16.0",
32
+ "@mastra/core": "1.16.1-alpha.0",
33
33
  "@mastra/mcp": "^1.3.1"
34
34
  },
35
35
  "devDependencies": {
@@ -46,9 +46,9 @@
46
46
  "tsx": "^4.21.0",
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "4.0.18",
49
+ "@mastra/core": "1.16.1-alpha.0",
49
50
  "@internal/lint": "0.0.74",
50
- "@internal/types-builder": "0.0.49",
51
- "@mastra/core": "1.16.0"
51
+ "@internal/types-builder": "0.0.49"
52
52
  },
53
53
  "homepage": "https://mastra.ai",
54
54
  "repository": {