@mastra/mcp 0.2.5-alpha.3 → 0.2.5

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,23 +1,23 @@
1
1
 
2
- > @mastra/mcp@0.2.5-alpha.3 build /home/runner/work/mastra/mastra/packages/mcp
2
+ > @mastra/mcp@0.2.5-alpha.4 build /home/runner/work/mastra/mastra/packages/mcp
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.6
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 9099ms
9
+ TSC ⚡️ Build success in 12087ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.7.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 9459ms
16
+ DTS ⚡️ Build success in 9970ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  CJS dist/index.cjs 2.21 KB
21
- CJS ⚡️ Build success in 399ms
21
+ CJS ⚡️ Build success in 372ms
22
22
  ESM dist/index.js 2.19 KB
23
- ESM ⚡️ Build success in 502ms
23
+ ESM ⚡️ Build success in 439ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - bb4f447: Add support for commonjs
8
+ - Updated dependencies [0d185b1]
9
+ - Updated dependencies [ed55f1d]
10
+ - Updated dependencies [06aa827]
11
+ - Updated dependencies [0fd78ac]
12
+ - Updated dependencies [2512a93]
13
+ - Updated dependencies [e62de74]
14
+ - Updated dependencies [0d25b75]
15
+ - Updated dependencies [fd14a3f]
16
+ - Updated dependencies [8d13b14]
17
+ - Updated dependencies [3f369a2]
18
+ - Updated dependencies [3ee4831]
19
+ - Updated dependencies [4d4e1e1]
20
+ - Updated dependencies [bb4f447]
21
+ - Updated dependencies [108793c]
22
+ - Updated dependencies [5f28f44]
23
+ - Updated dependencies [dabecf4]
24
+ - @mastra/core@0.4.3
25
+
26
+ ## 0.2.5-alpha.4
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [dabecf4]
31
+ - @mastra/core@0.4.3-alpha.4
32
+
3
33
  ## 0.2.5-alpha.3
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp",
3
- "version": "0.2.5-alpha.3",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "@modelcontextprotocol/sdk": "^1.1.1",
26
26
  "date-fns": "^4.1.0",
27
27
  "zod": "^3.24.1",
28
- "@mastra/core": "^0.4.3-alpha.3"
28
+ "@mastra/core": "^0.4.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@ai-sdk/anthropic": "^1.1.6",