@mastra/mcp-docs-server 1.2.6 → 1.2.7-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
  # ![OpenRouter logo](https://models.dev/logos/openrouter.svg)OpenRouter
4
4
 
5
- OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 340 models through Mastra's model router.
5
+ OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 342 models through Mastra's model router.
6
6
 
7
7
  Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
8
8
 
@@ -47,6 +47,8 @@ ANTHROPIC_API_KEY=ant-...
47
47
  | `~openai/gpt-mini-latest` |
48
48
  | `ai21/jamba-large-1.7` |
49
49
  | `aion-labs/aion-2.0` |
50
+ | `aion-labs/aion-3.0` |
51
+ | `aion-labs/aion-3.0-mini` |
50
52
  | `aion-labs/aion-rp-llama-3.1-8b` |
51
53
  | `allenai/olmo-3-32b-think` |
52
54
  | `amazon/nova-2-lite-v1` |
@@ -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 4565 models from 140 providers through a single API.
5
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 4567 models from 140 providers through a single API.
6
6
 
7
7
  ## Features
8
8
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.2.7-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fe1bda0`](https://github.com/mastra-ai/mastra/commit/fe1bda06f6af92a694a51712db747cda1e7185f0)]:
8
+ - @mastra/core@1.50.2-alpha.0
9
+
3
10
  ## 1.2.6
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.6",
3
+ "version": "1.2.7-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/mcp": "^1.13.1",
32
- "@mastra/core": "1.50.1"
31
+ "@mastra/core": "1.50.2-alpha.0",
32
+ "@mastra/mcp": "^1.13.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@hono/node-server": "^1.19.11",
@@ -45,9 +45,9 @@
45
45
  "tsx": "^4.22.4",
46
46
  "typescript": "^6.0.3",
47
47
  "vitest": "4.1.9",
48
- "@internal/types-builder": "0.0.88",
49
48
  "@internal/lint": "0.0.113",
50
- "@mastra/core": "1.50.1"
49
+ "@mastra/core": "1.50.2-alpha.0",
50
+ "@internal/types-builder": "0.0.88"
51
51
  },
52
52
  "homepage": "https://mastra.ai",
53
53
  "repository": {