@mastra/mcp-docs-server 0.13.7-alpha.2 → 0.13.7-alpha.3

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,13 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.17-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 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
8
+ - 1ac8f6b: deduplicate message
9
+ - @mastra/core@0.12.0-alpha.3
10
+
3
11
  ## 0.10.17-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
 
292
300
  ## 0.10.10-alpha.0
293
301
 
294
- ### Patch Changes
295
-
296
- - Updated dependencies [f8ce2cc]
297
- - Updated dependencies [8c846b6]
298
- - Updated dependencies [b790fd1]
299
- - Updated dependencies [d7ed04d]
300
- - Updated dependencies [f36e4f1]
301
-
302
- ... 1752 more lines hidden. See full changelog in package directory.
302
+ ... 1760 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.12.0-alpha.3
4
+
3
5
  ## 0.12.0-alpha.2
4
6
 
5
7
  ### Patch Changes
@@ -296,7 +298,5 @@
296
298
  - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
297
299
  - a606c75: show right suspend schema for nested workflow on playground
298
300
  - 7aa70a4: Use the right step id for nested workflow steps in watch-v2
299
- - 764f86a: Introduces the runCount property in the execution parameters for the steps execute function
300
- - 1760a1c: Use workflow stream in playground instead of watch
301
301
 
302
- ... 2316 more lines hidden. See full changelog in package directory.
302
+ ... 2318 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.12.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 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
8
+ - Updated dependencies [9802f42]
9
+ - @mastra/server@0.12.0-alpha.3
10
+ - @mastra/core@0.12.0-alpha.3
11
+
3
12
  ## 0.12.0-alpha.2
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  ### Patch Changes
290
299
 
291
300
  - Updated dependencies [4d5583d]
292
- - @mastra/core@0.10.12-alpha.1
293
- - @mastra/server@0.10.12-alpha.1
294
-
295
- ## 0.10.12-alpha.0
296
-
297
- ### Patch Changes
298
-
299
- - 53e3f58: Add support for custom instrumentation files
300
- - Updated dependencies [b4a9811]
301
301
 
302
- ... 3077 more lines hidden. See full changelog in package directory.
302
+ ... 3086 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.7-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @mastra/core@0.12.0-alpha.3
8
+
3
9
  ## 0.13.7-alpha.2
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  - Updated dependencies [63f6b7d]
293
299
  - Updated dependencies [36f1c36]
294
300
  - Updated dependencies [10d352e]
295
- - Updated dependencies [53d3c37]
296
- - @mastra/core@0.10.6-alpha.0
297
- - @mastra/mcp@0.10.4-alpha.0
298
-
299
- ## 0.13.0
300
-
301
301
 
302
- ... 1043 more lines hidden. See full changelog in package directory.
302
+ ... 1049 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.12.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 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
8
+ - @mastra/core@0.12.0-alpha.3
9
+
3
10
  ## 0.12.0-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [f8ce2cc]
296
- - Updated dependencies [8c846b6]
297
- - Updated dependencies [b790fd1]
298
- - Updated dependencies [d7ed04d]
299
- - Updated dependencies [f36e4f1]
300
- - @mastra/core@0.10.11-alpha.0
301
-
302
- ... 2549 more lines hidden. See full changelog in package directory.
302
+ ... 2556 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.7-alpha.2",
3
+ "version": "0.13.7-alpha.3",
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.12.0-alpha.2",
35
+ "@mastra/core": "0.12.0-alpha.3",
36
36
  "@mastra/mcp": "^0.10.7"
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.23",
52
- "@mastra/core": "0.12.0-alpha.2"
52
+ "@mastra/core": "0.12.0-alpha.3"
53
53
  },
54
54
  "scripts": {
55
55
  "prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",