@mastra/mcp-docs-server 1.1.45-alpha.0 → 1.1.45

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.
@@ -130,4 +130,4 @@ Browse [templates](https://mastra.ai/templates) for working examples.
130
130
 
131
131
  Here's a quick introduction:
132
132
 
133
- [YouTube video player](https://www.youtube-nocookie.com/embed/1qnmnRICX50)
133
+ [YouTube video player](https://www.youtube-nocookie.com/embed/NosES9aJxCc)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.1.45
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f82cc72`](https://github.com/mastra-ai/mastra/commit/f82cc72edca0ce636fe18abaf2598d89a0c6bcca), [`fcf6027`](https://github.com/mastra-ai/mastra/commit/fcf602747f6771731dda268ff3493b836f9f0ee9)]:
8
+ - @mastra/core@1.41.0
9
+
3
10
  ## 1.1.45-alpha.0
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "1.1.45-alpha.0",
3
+ "version": "1.1.45",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "jsdom": "^26.1.0",
29
29
  "local-pkg": "^1.1.2",
30
30
  "zod": "^4.4.3",
31
- "@mastra/core": "1.41.0-alpha.0",
31
+ "@mastra/core": "1.41.0",
32
32
  "@mastra/mcp": "^1.9.1"
33
33
  },
34
34
  "devDependencies": {
@@ -45,9 +45,9 @@
45
45
  "tsx": "^4.21.0",
46
46
  "typescript": "^6.0.3",
47
47
  "vitest": "4.1.5",
48
- "@internal/lint": "0.0.102",
49
- "@internal/types-builder": "0.0.77",
50
- "@mastra/core": "1.41.0-alpha.0"
48
+ "@internal/types-builder": "0.0.78",
49
+ "@internal/lint": "0.0.103",
50
+ "@mastra/core": "1.41.0"
51
51
  },
52
52
  "homepage": "https://mastra.ai",
53
53
  "repository": {