@mastra/mcp-docs-server 1.0.0 → 1.0.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,9 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.0.1
4
+
5
+ ## 1.0.1-alpha.0
6
+
3
7
  ## 1.0.0
4
8
 
5
9
  ### Major Changes
@@ -494,9 +498,5 @@
494
498
 
495
499
  **Environment variables (`@mastra/deployer`):**
496
500
  - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
497
- - Added correct singular/plural handling for "environment variable(s)"
498
-
499
- - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
500
-
501
501
 
502
- ... 1862 more lines hidden. See full changelog in package directory.
502
+ ... 1866 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # mastra
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @mastra/deployer@1.0.4
9
+ - @mastra/core@1.0.4
10
+
11
+ ## 1.0.1-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies:
16
+ - @mastra/deployer@1.0.4-alpha.0
17
+ - @mastra/core@1.0.4-alpha.0
18
+
3
19
  ## 1.0.0
4
20
 
5
21
  ### Major Changes
@@ -483,20 +499,4 @@
483
499
 
484
500
  - Set `externals: true` as the default for `mastra build` and cloud-deployer to reduce bundle issues with native dependencies. ([`0dbf199`](https://github.com/mastra-ai/mastra/commit/0dbf199110f22192ce5c95b1c8148d4872b4d119))
485
501
 
486
- **Note:** If you previously relied on the default bundling behavior (all dependencies bundled), you can explicitly set `externals: false` in your bundler configuration.
487
-
488
- - Two smaller quality of life improvements: ([#11232](https://github.com/mastra-ai/mastra/pull/11232))
489
- - The default `create-mastra` project no longer defines a LibSQLStore storage for the weather agent memory. It uses the root level `storage` option now (which is memory). This way no `mastra.db` files are created outside of the project
490
- - When running `mastra init` inside a project that already has git initialized, the prompt to initialize git is skipped
491
-
492
- - Updated dependencies [[`4f94ed8`](https://github.com/mastra-ai/mastra/commit/4f94ed8177abfde3ec536e3574883e075423350c), [`ac3cc23`](https://github.com/mastra-ai/mastra/commit/ac3cc2397d1966bc0fc2736a223abc449d3c7719), [`a86f4df`](https://github.com/mastra-ai/mastra/commit/a86f4df0407311e0d2ea49b9a541f0938810d6a9), [`029540c`](https://github.com/mastra-ai/mastra/commit/029540ca1e582fc2dd8d288ecd4a9b0f31a954ef), [`66741d1`](https://github.com/mastra-ai/mastra/commit/66741d1a99c4f42cf23a16109939e8348ac6852e), [`01b20fe`](https://github.com/mastra-ai/mastra/commit/01b20fefb7c67c2b7d79417598ef4e60256d1225), [`0dbf199`](https://github.com/mastra-ai/mastra/commit/0dbf199110f22192ce5c95b1c8148d4872b4d119), [`a7ce182`](https://github.com/mastra-ai/mastra/commit/a7ce1822a8785ce45d62dd5c911af465e144f7d7)]:
493
- - @mastra/core@1.0.0-beta.14
494
- - @mastra/deployer@1.0.0-beta.14
495
-
496
- ## 1.0.0-beta.10
497
-
498
- ### Patch Changes
499
-
500
- - Auto resume suspended tools if `autoResumeSuspendedTools: true` ([#11157](https://github.com/mastra-ai/mastra/pull/11157))
501
-
502
- ... 6897 more lines hidden. See full changelog in package directory.
502
+ ... 6913 more lines hidden. See full changelog in package directory.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @mastra/core@1.0.4
9
+
10
+ ## 1.0.1-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies:
15
+ - @mastra/core@1.0.4-alpha.0
16
+
3
17
  ## 1.0.0
4
18
 
5
19
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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": "^3.25.76",
32
- "@mastra/core": "1.0.0",
32
+ "@mastra/core": "1.0.4",
33
33
  "@mastra/mcp": "^1.0.0"
34
34
  },
35
35
  "devDependencies": {
@@ -46,8 +46,8 @@
46
46
  "tsx": "^4.19.4",
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "4.0.16",
49
- "@internal/lint": "0.0.54",
50
- "@mastra/core": "1.0.0"
49
+ "@internal/lint": "0.0.55",
50
+ "@mastra/core": "1.0.4"
51
51
  },
52
52
  "homepage": "https://mastra.ai",
53
53
  "repository": {