@mastra/mcp-docs-server 1.1.22-alpha.1 → 1.1.22-alpha.11

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
  # ![OpenRouter logo](https://models.dev/logos/openrouter.svg)OpenRouter
2
2
 
3
- OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 168 models through Mastra's model router.
3
+ OpenRouter aggregates models from multiple providers with enhanced features like rate limiting and failover. Access 170 models through Mastra's model router.
4
4
 
5
5
  Learn more in the [OpenRouter documentation](https://openrouter.ai/models).
6
6
 
@@ -45,6 +45,7 @@ ANTHROPIC_API_KEY=ant-...
45
45
  | `anthropic/claude-sonnet-4.5` |
46
46
  | `anthropic/claude-sonnet-4.6` |
47
47
  | `arcee-ai/trinity-large-preview:free` |
48
+ | `arcee-ai/trinity-large-thinking` |
48
49
  | `arcee-ai/trinity-mini:free` |
49
50
  | `black-forest-labs/flux.2-flex` |
50
51
  | `black-forest-labs/flux.2-klein-4b` |
@@ -82,6 +83,8 @@ ANTHROPIC_API_KEY=ant-...
82
83
  | `google/gemma-3n-e2b-it:free` |
83
84
  | `google/gemma-3n-e4b-it` |
84
85
  | `google/gemma-3n-e4b-it:free` |
86
+ | `google/gemma-4-26b-a4b-it` |
87
+ | `google/gemma-4-31b-it` |
85
88
  | `inception/mercury` |
86
89
  | `inception/mercury-2` |
87
90
  | `inception/mercury-coder` |
@@ -172,7 +175,6 @@ ANTHROPIC_API_KEY=ant-...
172
175
  | `qwen/qwen3-next-80b-a3b-thinking` |
173
176
  | `qwen/qwen3.5-397b-a17b` |
174
177
  | `qwen/qwen3.5-plus-02-15` |
175
- | `qwen/qwen3.6-plus-preview:free` |
176
178
  | `qwen/qwen3.6-plus:free` |
177
179
  | `sourceful/riverflow-v2-fast-preview` |
178
180
  | `sourceful/riverflow-v2-max-preview` |
@@ -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 3601 models from 98 providers through a single API.
3
+ Mastra provides a unified interface for working with LLMs across multiple providers, giving you access to 3607 models from 98 providers through a single API.
4
4
 
5
5
  ## Features
6
6
 
@@ -101,7 +101,7 @@ for await (const chunk of stream) {
101
101
  | `alibaba-cn/qwen3.5-397b-a17b` | 262K | | | | | | $0.43 | $3 |
102
102
  | `alibaba-cn/qwen3.5-flash` | 1.0M | | | | | | $0.17 | $2 |
103
103
  | `alibaba-cn/qwen3.5-plus` | 1.0M | | | | | | $0.57 | $3 |
104
- | `alibaba-cn/qwen3.6-plus` | 1.0M | | | | | | $1 | $7 |
104
+ | `alibaba-cn/qwen3.6-plus` | 1.0M | | | | | | $0.28 | $2 |
105
105
  | `alibaba-cn/qwq-32b` | 131K | | | | | | $0.29 | $0.86 |
106
106
  | `alibaba-cn/qwq-plus` | 131K | | | | | | $0.23 | $0.57 |
107
107
  | `alibaba-cn/siliconflow/deepseek-r1-0528` | 164K | | | | | | $0.50 | $2 |
@@ -1,6 +1,6 @@
1
1
  # ![Alibaba Coding Plan (China) logo](https://models.dev/logos/alibaba-coding-plan-cn.svg)Alibaba Coding Plan (China)
2
2
 
3
- Access 8 Alibaba Coding Plan (China) models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_CODING_PLAN_API_KEY` environment variable.
3
+ Access 9 Alibaba Coding Plan (China) models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_CODING_PLAN_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Alibaba Coding Plan (China) documentation](https://help.aliyun.com/zh/model-studio/coding-plan).
6
6
 
@@ -42,6 +42,7 @@ for await (const chunk of stream) {
42
42
  | `alibaba-coding-plan-cn/qwen3-coder-plus` | 1.0M | | | | | | — | — |
43
43
  | `alibaba-coding-plan-cn/qwen3-max-2026-01-23` | 262K | | | | | | — | — |
44
44
  | `alibaba-coding-plan-cn/qwen3.5-plus` | 1.0M | | | | | | — | — |
45
+ | `alibaba-coding-plan-cn/qwen3.6-plus` | 1.0M | | | | | | — | — |
45
46
 
46
47
  ## Advanced configuration
47
48
 
@@ -71,7 +72,7 @@ const agent = new Agent({
71
72
  model: ({ requestContext }) => {
72
73
  const useAdvanced = requestContext.task === "complex";
73
74
  return useAdvanced
74
- ? "alibaba-coding-plan-cn/qwen3.5-plus"
75
+ ? "alibaba-coding-plan-cn/qwen3.6-plus"
75
76
  : "alibaba-coding-plan-cn/MiniMax-M2.5";
76
77
  }
77
78
  });
@@ -1,6 +1,6 @@
1
1
  # ![Alibaba Coding Plan logo](https://models.dev/logos/alibaba-coding-plan.svg)Alibaba Coding Plan
2
2
 
3
- Access 8 Alibaba Coding Plan models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_CODING_PLAN_API_KEY` environment variable.
3
+ Access 9 Alibaba Coding Plan models through Mastra's model router. Authentication is handled automatically using the `ALIBABA_CODING_PLAN_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Alibaba Coding Plan documentation](https://www.alibabacloud.com/help/en/model-studio/coding-plan).
6
6
 
@@ -42,6 +42,7 @@ for await (const chunk of stream) {
42
42
  | `alibaba-coding-plan/qwen3-coder-plus` | 1.0M | | | | | | — | — |
43
43
  | `alibaba-coding-plan/qwen3-max-2026-01-23` | 262K | | | | | | — | — |
44
44
  | `alibaba-coding-plan/qwen3.5-plus` | 1.0M | | | | | | — | — |
45
+ | `alibaba-coding-plan/qwen3.6-plus` | 1.0M | | | | | | — | — |
45
46
 
46
47
  ## Advanced configuration
47
48
 
@@ -71,7 +72,7 @@ const agent = new Agent({
71
72
  model: ({ requestContext }) => {
72
73
  const useAdvanced = requestContext.task === "complex";
73
74
  return useAdvanced
74
- ? "alibaba-coding-plan/qwen3.5-plus"
75
+ ? "alibaba-coding-plan/qwen3.6-plus"
75
76
  : "alibaba-coding-plan/MiniMax-M2.5";
76
77
  }
77
78
  });
@@ -1,6 +1,6 @@
1
1
  # ![Alibaba logo](https://models.dev/logos/alibaba.svg)Alibaba
2
2
 
3
- Access 41 Alibaba models through Mastra's model router. Authentication is handled automatically using the `DASHSCOPE_API_KEY` environment variable.
3
+ Access 42 Alibaba models through Mastra's model router. Authentication is handled automatically using the `DASHSCOPE_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Alibaba documentation](https://www.alibabacloud.com/help/en/model-studio/models).
6
6
 
@@ -74,6 +74,7 @@ for await (const chunk of stream) {
74
74
  | `alibaba/qwen3-vl-plus` | 262K | | | | | | $0.20 | $2 |
75
75
  | `alibaba/qwen3.5-397b-a17b` | 262K | | | | | | $0.60 | $4 |
76
76
  | `alibaba/qwen3.5-plus` | 1.0M | | | | | | $0.40 | $2 |
77
+ | `alibaba/qwen3.6-plus` | 1.0M | | | | | | $0.28 | $2 |
77
78
  | `alibaba/qwq-plus` | 131K | | | | | | $0.80 | $2 |
78
79
 
79
80
  ## Advanced configuration
@@ -32,7 +32,7 @@ for await (const chunk of stream) {
32
32
 
33
33
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
34
34
  | ---------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
35
- | `deepseek/deepseek-chat` | 128K | | | | | | $0.28 | $0.42 |
35
+ | `deepseek/deepseek-chat` | 131K | | | | | | $0.28 | $0.42 |
36
36
  | `deepseek/deepseek-reasoner` | 128K | | | | | | $0.28 | $0.42 |
37
37
 
38
38
  ## Advanced configuration
@@ -67,8 +67,8 @@ for await (const chunk of stream) {
67
67
  | `google/gemma-3-4b-it` | 33K | | | | | | — | — |
68
68
  | `google/gemma-3n-e2b-it` | 8K | | | | | | — | — |
69
69
  | `google/gemma-3n-e4b-it` | 8K | | | | | | — | — |
70
- | `google/gemma-4-26b` | 256K | | | | | | — | — |
71
- | `google/gemma-4-31b` | 256K | | | | | | — | — |
70
+ | `google/gemma-4-26b-it` | 256K | | | | | | — | — |
71
+ | `google/gemma-4-31b-it` | 256K | | | | | | — | — |
72
72
 
73
73
  ## Advanced configuration
74
74
 
@@ -97,7 +97,7 @@ const agent = new Agent({
97
97
  model: ({ requestContext }) => {
98
98
  const useAdvanced = requestContext.task === "complex";
99
99
  return useAdvanced
100
- ? "google/gemma-4-31b"
100
+ ? "google/gemma-4-31b-it"
101
101
  : "google/gemini-1.5-flash";
102
102
  }
103
103
  });
@@ -1,6 +1,6 @@
1
1
  # ![Nvidia logo](https://models.dev/logos/nvidia.svg)Nvidia
2
2
 
3
- Access 74 Nvidia models through Mastra's model router. Authentication is handled automatically using the `NVIDIA_API_KEY` environment variable.
3
+ Access 75 Nvidia models through Mastra's model router. Authentication is handled automatically using the `NVIDIA_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Nvidia documentation](https://docs.api.nvidia.com/nim/).
6
6
 
@@ -50,6 +50,7 @@ for await (const chunk of stream) {
50
50
  | `nvidia/google/gemma-3-27b-it` | 131K | | | | | | — | — |
51
51
  | `nvidia/google/gemma-3n-e2b-it` | 128K | | | | | | — | — |
52
52
  | `nvidia/google/gemma-3n-e4b-it` | 128K | | | | | | — | — |
53
+ | `nvidia/google/gemma-4-31b-it` | 256K | | | | | | — | — |
53
54
  | `nvidia/meta/codellama-70b` | 128K | | | | | | — | — |
54
55
  | `nvidia/meta/llama-3.1-405b-instruct` | 128K | | | | | | — | — |
55
56
  | `nvidia/meta/llama-3.1-70b-instruct` | 128K | | | | | | — | — |
@@ -1,6 +1,6 @@
1
1
  # ![Together AI logo](https://models.dev/logos/togetherai.svg)Together AI
2
2
 
3
- Access 17 Together AI models through Mastra's model router. Authentication is handled automatically using the `TOGETHER_API_KEY` environment variable.
3
+ Access 13 Together AI models through Mastra's model router. Authentication is handled automatically using the `TOGETHER_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Together AI documentation](https://docs.together.ai/docs/serverless-models).
6
6
 
@@ -38,16 +38,12 @@ for await (const chunk of stream) {
38
38
  | `togetherai/essentialai/Rnj-1-Instruct` | 33K | | | | | | $0.15 | $0.15 |
39
39
  | `togetherai/meta-llama/Llama-3.3-70B-Instruct-Turbo` | 131K | | | | | | $0.88 | $0.88 |
40
40
  | `togetherai/MiniMaxAI/MiniMax-M2.5` | 205K | | | | | | $0.30 | $1 |
41
- | `togetherai/moonshotai/Kimi-K2-Instruct` | 131K | | | | | | $1 | $3 |
42
41
  | `togetherai/moonshotai/Kimi-K2.5` | 262K | | | | | | $0.50 | $3 |
43
42
  | `togetherai/openai/gpt-oss-120b` | 131K | | | | | | $0.15 | $0.60 |
44
43
  | `togetherai/Qwen/Qwen3-235B-A22B-Instruct-2507-tput` | 262K | | | | | | $0.20 | $0.60 |
45
44
  | `togetherai/Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8` | 262K | | | | | | $2 | $2 |
46
45
  | `togetherai/Qwen/Qwen3-Coder-Next-FP8` | 262K | | | | | | $0.50 | $1 |
47
- | `togetherai/Qwen/Qwen3-Next-80B-A3B-Instruct` | 262K | | | | | | $0.15 | $2 |
48
46
  | `togetherai/Qwen/Qwen3.5-397B-A17B` | 262K | | | | | | $0.60 | $4 |
49
- | `togetherai/zai-org/GLM-4.6` | 200K | | | | | | $0.60 | $2 |
50
- | `togetherai/zai-org/GLM-4.7` | 200K | | | | | | $0.45 | $2 |
51
47
  | `togetherai/zai-org/GLM-5` | 203K | | | | | | $1 | $3 |
52
48
 
53
49
  ## Advanced configuration
@@ -1,6 +1,6 @@
1
1
  # ![Vivgrid logo](https://models.dev/logos/vivgrid.svg)Vivgrid
2
2
 
3
- Access 9 Vivgrid models through Mastra's model router. Authentication is handled automatically using the `VIVGRID_API_KEY` environment variable.
3
+ Access 12 Vivgrid models through Mastra's model router. Authentication is handled automatically using the `VIVGRID_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Vivgrid documentation](https://docs.vivgrid.com/models).
6
6
 
@@ -42,7 +42,10 @@ for await (const chunk of stream) {
42
42
  | `vivgrid/gpt-5.1-codex` | 400K | | | | | | $1 | $10 |
43
43
  | `vivgrid/gpt-5.1-codex-max` | 400K | | | | | | $1 | $10 |
44
44
  | `vivgrid/gpt-5.2-codex` | 400K | | | | | | $2 | $14 |
45
+ | `vivgrid/gpt-5.3-codex` | 400K | | | | | | $2 | $14 |
45
46
  | `vivgrid/gpt-5.4` | 400K | | | | | | $3 | $15 |
47
+ | `vivgrid/gpt-5.4-mini` | 400K | | | | | | $0.75 | $5 |
48
+ | `vivgrid/gpt-5.4-nano` | 400K | | | | | | $0.20 | $1 |
46
49
 
47
50
  ## Advanced configuration
48
51
 
@@ -72,7 +75,7 @@ const agent = new Agent({
72
75
  model: ({ requestContext }) => {
73
76
  const useAdvanced = requestContext.task === "complex";
74
77
  return useAdvanced
75
- ? "vivgrid/gpt-5.4"
78
+ ? "vivgrid/gpt-5.4-nano"
76
79
  : "vivgrid/deepseek-v3.2";
77
80
  }
78
81
  });
@@ -1,6 +1,6 @@
1
1
  # ![Vultr logo](https://models.dev/logos/vultr.svg)Vultr
2
2
 
3
- Access 4 Vultr models through Mastra's model router. Authentication is handled automatically using the `VULTR_API_KEY` environment variable.
3
+ Access 5 Vultr models through Mastra's model router. Authentication is handled automatically using the `VULTR_API_KEY` environment variable.
4
4
 
5
5
  Learn more in the [Vultr documentation](https://api.vultrinference.com/).
6
6
 
@@ -34,10 +34,11 @@ for await (const chunk of stream) {
34
34
 
35
35
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
36
36
  | --------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
37
- | `vultr/DeepSeek-V3.2` | 163K | | | | | | $0.55 | $2 |
38
- | `vultr/GLM-5-FP8` | 202K | | | | | | $0.85 | $3 |
39
- | `vultr/Kimi-K2.5` | 261K | | | | | | $0.55 | $3 |
40
- | `vultr/MiniMax-M2.5` | 196K | | | | | | $0.30 | $1 |
37
+ | `vultr/DeepSeek-V3.2` | 127K | | | | | | $0.55 | $2 |
38
+ | `vultr/GLM-5-FP8` | 200K | | | | | | $0.85 | $3 |
39
+ | `vultr/gpt-oss-120b` | 129K | | | | | | $0.15 | $0.60 |
40
+ | `vultr/Kimi-K2.5` | 254K | | | | | | $0.55 | $3 |
41
+ | `vultr/MiniMax-M2.5` | 194K | | | | | | $0.30 | $1 |
41
42
 
42
43
  ## Advanced configuration
43
44
 
@@ -67,7 +68,7 @@ const agent = new Agent({
67
68
  model: ({ requestContext }) => {
68
69
  const useAdvanced = requestContext.task === "complex";
69
70
  return useAdvanced
70
- ? "vultr/MiniMax-M2.5"
71
+ ? "vultr/gpt-oss-120b"
71
72
  : "vultr/DeepSeek-V3.2";
72
73
  }
73
74
  });
@@ -4,10 +4,10 @@ This reference provides comprehensive information about Mastra templates, includ
4
4
 
5
5
  Mastra templates are pre-built project structures that demonstrate specific use cases and patterns. They provide:
6
6
 
7
- - **Working examples** - Complete, functional Mastra applications
8
- - **Best practices** - Proper project structure and coding conventions
9
- - **Educational resources** - Learn Mastra patterns through real implementations
10
- - **Quickstarts** - Bootstrap projects faster than building from scratch
7
+ - **Working examples**: Complete, functional Mastra applications
8
+ - **Best practices**: Proper project structure and coding conventions
9
+ - **Educational resources**: Learn Mastra patterns through real implementations
10
+ - **Quickstarts**: Bootstrap projects faster than building from scratch
11
11
 
12
12
  ## Using templates
13
13
 
@@ -15,10 +15,30 @@ Mastra templates are pre-built project structures that demonstrate specific use
15
15
 
16
16
  Install a template using the `create-mastra` command:
17
17
 
18
- ```bash
18
+ **npm**:
19
+
20
+ ```sh
19
21
  npx create-mastra@latest --template template-name
20
22
  ```
21
23
 
24
+ **pnpm**:
25
+
26
+ ```sh
27
+ pnpm dlx create-mastra@latest --template template-name
28
+ ```
29
+
30
+ **Yarn**:
31
+
32
+ ```sh
33
+ yarn dlx create-mastra@latest --template template-name
34
+ ```
35
+
36
+ **Bun**:
37
+
38
+ ```sh
39
+ bun x create-mastra@latest --template template-name
40
+ ```
41
+
22
42
  This creates a complete project with all necessary code and configuration.
23
43
 
24
44
  ### Setup Process
@@ -41,20 +61,74 @@ After installation:
41
61
 
42
62
  3. **Install dependencies** (if not done automatically):
43
63
 
44
- ```bash
64
+ **npm**:
65
+
66
+ ```sh
45
67
  npm install
46
68
  ```
47
69
 
70
+ **pnpm**:
71
+
72
+ ```sh
73
+ pnpm install
74
+ ```
75
+
76
+ **Yarn**:
77
+
78
+ ```sh
79
+ yarn install
80
+ ```
81
+
82
+ **Bun**:
83
+
84
+ ```sh
85
+ bun install
86
+ ```
87
+
48
88
  4. **Start development server**:
49
89
 
50
- ```bash
90
+ **npm**:
91
+
92
+ ```sh
51
93
  npm run dev
52
94
  ```
53
95
 
54
- ### Template Structure
96
+ **pnpm**:
97
+
98
+ ```sh
99
+ pnpm run dev
100
+ ```
101
+
102
+ **Yarn**:
103
+
104
+ ```sh
105
+ yarn dev
106
+ ```
107
+
108
+ **Bun**:
109
+
110
+ ```sh
111
+ bun run dev
112
+ ```
113
+
114
+ ### Template structure
55
115
 
56
116
  All templates follow this standardized structure:
57
117
 
118
+ ```text
119
+ your-template/
120
+ ├── src/
121
+ │ └── mastra/
122
+ │ ├── agents/ # Agent definitions
123
+ │ ├── tools/ # Tool definitions
124
+ │ ├── workflows/ # Workflow definitions
125
+ │ └── index.ts # Main Mastra config
126
+ ├── .env.example # Required environment variables
127
+ ├── package.json
128
+ ├── tsconfig.json
129
+ └── README.md
130
+ ```
131
+
58
132
  ## Creating templates
59
133
 
60
134
  ### Requirements
@@ -127,12 +201,12 @@ const agent = new Agent({
127
201
 
128
202
  Templates must be:
129
203
 
130
- - **Single projects** - Not monorepos with multiple applications
131
- - **Framework-free** - No Next.js, Express, or other web framework boilerplate
132
- - **Mastra-focused** - Demonstrate Mastra functionality without additional layers
133
- - **Mergeable** - Structure code for seamless integration into existing projects
134
- - **Node.js compatible** - Support Node.js v22.13.0 and later
135
- - **ESM modules** - Use ES modules (`"type": "module"` in package.json)
204
+ - **Single projects**: Not monorepos with multiple applications
205
+ - **Framework-free**: No Next.js, Express, or other web framework boilerplate
206
+ - **Mastra-focused**: Demonstrate Mastra functionality without additional layers
207
+ - **Mergeable**: Structure code for seamless integration into existing projects
208
+ - **Node.js compatible**: Support Node.js v22.13.0 and later
209
+ - **ESM modules**: Use ES modules (`"type": "module"` in package.json)
136
210
 
137
211
  ### Documentation Requirements
138
212
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.1.22-alpha.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`665477b`](https://github.com/mastra-ai/mastra/commit/665477bc104fd52cfef8e7610d7664781a70c220), [`4cc2755`](https://github.com/mastra-ai/mastra/commit/4cc2755a7194cb08720ff2ab4dffb4b4a5103dfd)]:
8
+ - @mastra/core@1.23.0-alpha.7
9
+
10
+ ## 1.1.22-alpha.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`7d6f521`](https://github.com/mastra-ai/mastra/commit/7d6f52164d0cca099f0b07cb2bba334360f1c8ab)]:
15
+ - @mastra/core@1.23.0-alpha.6
16
+
17
+ ## 1.1.22-alpha.7
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`1371703`](https://github.com/mastra-ai/mastra/commit/1371703835080450ef3f9aea58059a95d0da2e5a), [`98f8a8b`](https://github.com/mastra-ai/mastra/commit/98f8a8bdf5761b9982f3ad3acbe7f1cc3efa71f3)]:
22
+ - @mastra/core@1.23.0-alpha.5
23
+
24
+ ## 1.1.22-alpha.5
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [[`fff91cf`](https://github.com/mastra-ai/mastra/commit/fff91cf914de0e731578aacebffdeebef82f0440)]:
29
+ - @mastra/core@1.23.0-alpha.4
30
+
31
+ ## 1.1.22-alpha.3
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`1805ddc`](https://github.com/mastra-ai/mastra/commit/1805ddc9c9b3b14b63749735a13c05a45af43a80)]:
36
+ - @mastra/core@1.23.0-alpha.3
37
+
38
+ ## 1.1.22-alpha.2
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies:
43
+ - @mastra/core@1.23.0-alpha.2
44
+
3
45
  ## 1.1.22-alpha.1
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "1.1.22-alpha.1",
3
+ "version": "1.1.22-alpha.11",
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.23.0-alpha.1",
32
+ "@mastra/core": "1.23.0-alpha.7",
33
33
  "@mastra/mcp": "^1.4.1"
34
34
  },
35
35
  "devDependencies": {
@@ -47,8 +47,8 @@
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "4.0.18",
49
49
  "@internal/lint": "0.0.79",
50
- "@mastra/core": "1.23.0-alpha.1",
51
- "@internal/types-builder": "0.0.54"
50
+ "@internal/types-builder": "0.0.54",
51
+ "@mastra/core": "1.23.0-alpha.7"
52
52
  },
53
53
  "homepage": "https://mastra.ai",
54
54
  "repository": {