@mastra/mcp-docs-server 0.13.11-alpha.0 → 0.13.11-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,5 +1,13 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.21-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2e74797]
8
+ - Updated dependencies [63449d0]
9
+ - @mastra/core@0.13.2-alpha.1
10
+
3
11
  ## 0.10.21-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
 
292
300
  ## 0.10.15-alpha.2
293
301
 
294
- ### Patch Changes
295
-
296
- - 4832752: Do not set content-type header when making POST/PUT requests without a body
297
- - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
298
- - 2affc57: Fix output type of network loop
299
- - 032cb66: ClientJS
300
- - 65e3395: Add Scores playground-ui and add scorer hooks
301
-
302
- ... 1938 more lines hidden. See full changelog in package directory.
302
+ ... 1946 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.13.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2e74797: Fix tool arguments being lost when tool-result messages arrive separately from tool-call messages or when messages are restored from database. Tool invocations now correctly preserve their arguments in all scenarios.
8
+ - 63449d0: Change the function signatures of `bundle`, `lint`, and internally `getToolsInputOptions` to expand the `toolsPaths` TypeScript type from `string[]` to `(string | string[])[]`.
9
+
3
10
  ## 0.13.2-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - bea9dd1: Refactor Agent class to consolidate LLM generate and stream methods and improve type safety. This includes
292
299
  extracting common logic into prepareLLMOptions(), enhancing type definitions, and fixing test annotations.
293
300
 
294
- This changeset entry follows the established format in your project:
295
- - Targets the @mastra/core package with a patch version bump
296
- - Provides a concise description of the refactoring and type safety improvements
297
- - Mentions the key changes without being too verbose
298
-
299
- - dcd4802: scores mastra server
300
- - cbddd18: Remove erroneous reassignment of `Mastra.prototype.#vectors`
301
301
 
302
- ... 2519 more lines hidden. See full changelog in package directory.
302
+ ... 2526 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.13.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 63449d0: Change the function signatures of `bundle`, `lint`, and internally `getToolsInputOptions` to expand the `toolsPaths` TypeScript type from `string[]` to `(string | string[])[]`.
8
+ - Updated dependencies [2e74797]
9
+ - Updated dependencies [63449d0]
10
+ - @mastra/core@0.13.2-alpha.1
11
+ - @mastra/server@0.13.2-alpha.1
12
+
3
13
  ## 0.13.2-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -288,15 +298,5 @@
288
298
  - Updated dependencies [3f89307]
289
299
  - Updated dependencies [9eda7d4]
290
300
  - Updated dependencies [9d49408]
291
- - Updated dependencies [2ecf658]
292
- - Updated dependencies [7a7754f]
293
- - Updated dependencies [fc92d80]
294
- - Updated dependencies [23a6a7c]
295
- - Updated dependencies [09bca64]
296
- - @mastra/core@0.12.0-alpha.0
297
- - @mastra/server@0.12.0-alpha.0
298
-
299
- ## 0.11.1
300
-
301
301
 
302
- ... 3307 more lines hidden. See full changelog in package directory.
302
+ ... 3317 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.11-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2e74797]
8
+ - Updated dependencies [63449d0]
9
+ - @mastra/core@0.13.2-alpha.1
10
+
3
11
  ## 0.13.11-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [5ebfcdd]
291
299
  - Updated dependencies [b2d0c91]
292
300
  - Updated dependencies [4e809ad]
293
- - Updated dependencies [57929df]
294
- - Updated dependencies [b7852ed]
295
- - Updated dependencies [6320a61]
296
- - @mastra/core@0.10.9
297
-
298
- ## 0.13.3-alpha.0
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1214 more lines hidden. See full changelog in package directory.
302
+ ... 1222 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.12.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - da62f49: When using a schema for working memory, make that the tools schema so the agent better understands the schema.
8
+ - Updated dependencies [2e74797]
9
+ - Updated dependencies [63449d0]
10
+ - @mastra/core@0.13.2-alpha.1
11
+
3
12
  ## 0.12.2-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [5237998]
290
299
  - Updated dependencies [37c1acd]
291
300
  - Updated dependencies [1aa60b1]
292
- - Updated dependencies [89ec9d4]
293
- - Updated dependencies [626b0f4]
294
- - Updated dependencies [c22a91f]
295
- - Updated dependencies [f7403ab]
296
- - Updated dependencies [6c89d7f]
297
- - @mastra/core@0.10.15-alpha.0
298
-
299
- ## 0.11.2
300
-
301
301
 
302
- ... 2582 more lines hidden. See full changelog in package directory.
302
+ ... 2591 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.13.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2e74797]
8
+ - Updated dependencies [63449d0]
9
+ - @mastra/core@0.13.2-alpha.1
10
+
3
11
  ## 0.13.2-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - 62007b3: Fix upserting memory messages via hono endpoints
294
- - @mastra/core@0.11.0-alpha.3
295
-
296
- ## 0.11.0-alpha.2
297
-
298
- ### Patch Changes
299
-
300
- - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
301
301
 
302
- ... 2734 more lines hidden. See full changelog in package directory.
302
+ ... 2742 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.10.21-alpha.1
4
+
3
5
  ## 0.10.21-alpha.0
4
6
 
5
7
  ### Patch Changes
@@ -296,7 +298,5 @@
296
298
  - Updated dependency [`posthog-node@^4.18.0` ↗︎](https://www.npmjs.com/package/posthog-node/v/4.18.0) (from `^4.10.1`, in `dependencies`)
297
299
  - 5f2aa3e: Move workflow hooks to playground
298
300
  - 44ba52d: Add proper error message when installation of mastra fails
299
- - 311132e: move useWorkflow to playground instead of playground-ui
300
- - 3270d9d: Fix runtime context being undefined
301
301
 
302
- ... 1169 more lines hidden. See full changelog in package directory.
302
+ ... 1171 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # mastra
2
2
 
3
+ ## 0.10.21-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 63449d0: Change the globbing of tools to exclude test files. Files inside `__tests__` directory and files with `.test.` or `.spec.` in their file name are now excluded from bundling.
8
+ - Updated dependencies [2e74797]
9
+ - Updated dependencies [63449d0]
10
+ - @mastra/core@0.13.2-alpha.1
11
+ - @mastra/deployer@0.13.2-alpha.1
12
+
3
13
  ## 0.10.21-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -289,14 +299,4 @@
289
299
 
290
300
  ### Patch Changes
291
301
 
292
- - dd2a4c9: change the way we start the dev process of playground
293
- - af1f902: share thread list between agent, network and cloud
294
- - 8f89bcd: fix traces pagination + sharing trace view with cloud
295
- - 0bf0bc8: fix link in shared components + add e2e tests
296
- - 2affc57: Fix output type of network loop
297
- - 51192f8: Spread the loaded env into the main process
298
- - f6c4d75: fix date picker on change
299
- - 59f0dcd: Add light background color for step statuses
300
- - 698518b: Allow external templates from github
301
-
302
- ... 4817 more lines hidden. See full changelog in package directory.
302
+ ... 4827 more lines hidden. See full changelog in package directory.
@@ -85,6 +85,7 @@ any workflows or tools that call the providers.
85
85
  - Tree shaking for optimal bundle size
86
86
  - Node.js environment targeting
87
87
  - Source map generation for debugging
88
+ - Excluding test files (named `.test.`, `.spec.` or inside `__tests__` directory)
88
89
 
89
90
  ## Example
90
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.11-alpha.0",
3
+ "version": "0.13.11-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",
@@ -32,8 +32,8 @@
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.13.2-alpha.0",
36
- "@mastra/mcp": "^0.10.10"
35
+ "@mastra/mcp": "^0.10.10",
36
+ "@mastra/core": "0.13.2-alpha.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@hono/node-server": "^1.17.1",
@@ -48,8 +48,8 @@
48
48
  "tsx": "^4.19.4",
49
49
  "typescript": "^5.8.3",
50
50
  "vitest": "^3.2.4",
51
- "@internal/lint": "0.0.28",
52
- "@mastra/core": "0.13.2-alpha.0"
51
+ "@mastra/core": "0.13.2-alpha.1",
52
+ "@internal/lint": "0.0.28"
53
53
  },
54
54
  "scripts": {
55
55
  "prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",