@mastra/mcp 0.0.1-alpha.25 → 0.0.1-alpha.26

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.
@@ -0,0 +1,14 @@
1
+
2
+ > @mastra/mcp@0.0.1-alpha.3 build C:\Users\Ward\projects\mastra\mastra\packages\mcp
3
+ > dts build
4
+
5
+ ⠙ Creating entry file 99% 2.4s, estimated 1.6s
6
+ ⠙ Building modules 45% 2.4s, estimated 5.2s
7
+ ✓ Creating entry file 2.4 secs
8
+ ⠹ Building modules 69% 3.6s, estimated 5.2s
9
+ ⠸ Building modules 99% 5.5s, estimated 5.2s
10
+ ⠼ Building modules 99% 5.6s, estimated 5.2s
11
+ ⠴ Building modules 99% 5.7s, estimated 5.2s
12
+ ⠦ Building modules 99% 5.7s, estimated 5.2s
13
+ ⠧ Building modules 99% 5.8s, estimated 5.2s
14
+ ✓ Building modules 5.9 secs
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.0.1-alpha.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2f17a5f]
8
+ - Updated dependencies [cb290ee]
9
+ - Updated dependencies [b4d7416]
10
+ - Updated dependencies [38b7f66]
11
+ - @mastra/core@0.2.0-alpha.84
12
+
3
13
  ## 0.0.1-alpha.25
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp",
3
- "version": "0.0.1-alpha.25",
3
+ "version": "0.0.1-alpha.26",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "date-fns": "^4.1.0",
23
23
  "dotenv": "^16.3.1",
24
24
  "zod": "^3.24.1",
25
- "@mastra/core": "0.2.0-alpha.83"
25
+ "@mastra/core": "0.2.0-alpha.84"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/preset-env": "^7.26.0",