@mastra/mcp-docs-server 0.0.4-alpha.1 → 0.0.4

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,12 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.1.13-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ac30427]
8
+ - @mastra/rag@0.1.13-alpha.2
9
+
3
10
  ## 1.1.13-alpha.1
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
  - @mastra/core@0.5.0-alpha.5
293
300
  - @mastra/rag@0.1.8-alpha.5
294
301
 
295
- ## 1.1.8-alpha.4
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [d79aedf]
300
- - @mastra/core@0.5.0-alpha.4
301
-
302
- ... 1330 more lines hidden. See full changelog in package directory.
302
+ ... 1337 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 0.1.13-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ac30427: Updated inputschema for vectorquery tool
8
+
3
9
  ## 0.1.13-alpha.1
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  - Updated dependencies [02ffb7b]
293
299
  - @mastra/core@0.5.0-alpha.2
294
300
 
295
- ## 0.1.8-alpha.1
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [dab255b]
300
- - @mastra/core@0.5.0-alpha.1
301
301
 
302
- ... 1227 more lines hidden. See full changelog in package directory.
302
+ ... 1233 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.0.4-alpha.1",
3
+ "version": "0.0.4",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "tylerbarnes-fastmcp-fix": "^1.0.0",
34
34
  "uuid": "^11.1.0",
35
35
  "zod": "^3.22.4",
36
- "@mastra/core": "^0.6.4-alpha.1"
36
+ "@mastra/core": "^0.6.4"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@hono/node-server": "^1.13.8",
@@ -48,7 +48,7 @@
48
48
  "typescript": "^5.3.3",
49
49
  "vitest": "^3.0.8",
50
50
  "@internal/lint": "0.0.1",
51
- "@mastra/mcp": "^0.3.5-alpha.1"
51
+ "@mastra/mcp": "^0.3.5"
52
52
  },
53
53
  "scripts": {
54
54
  "prepare-docs": "PREPARE=true node dist/prepare-docs/prepare.js",