@mastra/mcp-docs-server 0.13.12-alpha.4 → 0.13.12-alpha.5

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,5 +1,11 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.22-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @mastra/core@0.14.0-alpha.5
8
+
3
9
  ## 0.10.22-alpha.4
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  ### Patch Changes
293
299
 
294
300
  - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
295
- - 1ac8f6b: deduplicate message
296
- - @mastra/core@0.12.0-alpha.3
297
-
298
- ## 0.10.17-alpha.2
299
-
300
- ### Patch Changes
301
301
 
302
- ... 2047 more lines hidden. See full changelog in package directory.
302
+ ... 2053 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.14.0-alpha.5
4
+
3
5
  ## 0.14.0-alpha.4
4
6
 
5
7
  ### Patch Changes
@@ -296,7 +298,5 @@
296
298
 
297
299
  ## 0.12.0-alpha.4
298
300
 
299
- ### Patch Changes
300
-
301
301
 
302
- ... 2618 more lines hidden. See full changelog in package directory.
302
+ ... 2620 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.14.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4908422]
8
+ - @mastra/server@0.14.0-alpha.5
9
+ - @mastra/core@0.14.0-alpha.5
10
+
3
11
  ## 0.14.0-alpha.4
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - 832691b: dependencies updates:
294
- - Updated dependency [`@babel/core@^7.28.0` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.0) (from `^7.27.7`, in `dependencies`)
295
- - 557bb9d: dependencies updates:
296
- - Updated dependency [`esbuild@^0.25.8` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.8) (from `^0.25.5`, in `dependencies`)
297
- - 27cc97a: dependencies updates:
298
- - Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
299
- - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
300
- - a77c823: include PATCH method in default CORS configuration
301
301
 
302
- ... 3448 more lines hidden. See full changelog in package directory.
302
+ ... 3456 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.12-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @mastra/core@0.14.0-alpha.5
8
+
3
9
  ## 0.13.12-alpha.4
4
10
 
5
11
  ### Patch Changes
@@ -293,10 +299,4 @@
293
299
 
294
300
  ## 0.13.7-alpha.1
295
301
 
296
- ### Patch Changes
297
-
298
- - Updated dependencies [e0f73c6]
299
- - Updated dependencies [cda801d]
300
- - Updated dependencies [a77c823]
301
-
302
- ... 1319 more lines hidden. See full changelog in package directory.
302
+ ... 1325 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.14.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 4908422: Fix agent scorers page by correctly passing in agent name
8
+ - @mastra/core@0.14.0-alpha.5
9
+
3
10
  ## 0.14.0-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
296
- - @mastra/core@0.12.0-alpha.3
297
-
298
- ## 0.12.0-alpha.2
299
-
300
- ### Patch Changes
301
-
302
- ... 2844 more lines hidden. See full changelog in package directory.
302
+ ... 2851 more lines hidden. See full changelog in package directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.12-alpha.4",
3
+ "version": "0.13.12-alpha.5",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "uuid": "^11.1.0",
33
33
  "zod": "^3.25.67",
34
34
  "zod-to-json-schema": "^3.24.5",
35
- "@mastra/core": "0.14.0-alpha.4",
35
+ "@mastra/core": "0.14.0-alpha.5",
36
36
  "@mastra/mcp": "^0.10.12-alpha.1"
37
37
  },
38
38
  "devDependencies": {
@@ -49,7 +49,7 @@
49
49
  "typescript": "^5.8.3",
50
50
  "vitest": "^3.2.4",
51
51
  "@internal/lint": "0.0.29",
52
- "@mastra/core": "0.14.0-alpha.4"
52
+ "@mastra/core": "0.14.0-alpha.5"
53
53
  },
54
54
  "scripts": {
55
55
  "prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",