@mastra/mcp 0.3.0-alpha.11 → 0.3.1-alpha.0

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.3.0-alpha.11 build /home/runner/work/mastra/mastra/packages/mcp
3
- > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
2
+ > @mastra/mcp@0.3.1-alpha.0 build /home/runner/work/mastra/mastra/packages/mcp
3
+ > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.6
7
+ CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 11253ms
9
+ TSC ⚡️ Build success in 10208ms
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 11488ms
16
+ DTS ⚡️ Build success in 9846ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 6.91 KB
21
- ESM ⚡️ Build success in 635ms
22
20
  CJS dist/index.cjs 6.96 KB
23
- CJS ⚡️ Build success in 635ms
21
+ CJS ⚡️ Build success in 539ms
22
+ ESM dist/index.js 6.91 KB
23
+ ESM ⚡️ Build success in 539ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,81 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.3.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3729dbd]
8
+ - @mastra/core@0.5.1-alpha.0
9
+
10
+ ## 0.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - dd7a09a: Added new MCPConfiguration class for managing multiple MCP server tools/toolsets. Fixed a bug where MCPClient env would overwrite PATH env var. Fixed a bug where MCP servers would be killed non-gracefully leading to printing huge errors on every code save when running mastra dev
15
+
16
+ ### Patch Changes
17
+
18
+ - 52e0418: Split up action types between tools and workflows
19
+ - 7848663: Fixed an error in the @mastra/mcp alpha release where client.setLoggingLevel led to errors in clients that don't support it
20
+ - fd4a1d7: Update cjs bundling to make sure files are split
21
+ - Updated dependencies [a910463]
22
+ - Updated dependencies [59df7b6]
23
+ - Updated dependencies [22643eb]
24
+ - Updated dependencies [6feb23f]
25
+ - Updated dependencies [f2d6727]
26
+ - Updated dependencies [7a7a547]
27
+ - Updated dependencies [29f3a82]
28
+ - Updated dependencies [3d0e290]
29
+ - Updated dependencies [e9fbac5]
30
+ - Updated dependencies [301e4ee]
31
+ - Updated dependencies [ee667a2]
32
+ - Updated dependencies [dfbe4e9]
33
+ - Updated dependencies [dab255b]
34
+ - Updated dependencies [1e8bcbc]
35
+ - Updated dependencies [f6678e4]
36
+ - Updated dependencies [9e81f35]
37
+ - Updated dependencies [c93798b]
38
+ - Updated dependencies [a85ab24]
39
+ - Updated dependencies [dbd9f2d]
40
+ - Updated dependencies [59df7b6]
41
+ - Updated dependencies [caefaa2]
42
+ - Updated dependencies [c151ae6]
43
+ - Updated dependencies [52e0418]
44
+ - Updated dependencies [d79aedf]
45
+ - Updated dependencies [03236ec]
46
+ - Updated dependencies [3764e71]
47
+ - Updated dependencies [df982db]
48
+ - Updated dependencies [a171b37]
49
+ - Updated dependencies [506f1d5]
50
+ - Updated dependencies [02ffb7b]
51
+ - Updated dependencies [0461849]
52
+ - Updated dependencies [2259379]
53
+ - Updated dependencies [aeb5e36]
54
+ - Updated dependencies [f2301de]
55
+ - Updated dependencies [358f069]
56
+ - Updated dependencies [fd4a1d7]
57
+ - Updated dependencies [c139344]
58
+ - @mastra/core@0.5.0
59
+
60
+ ## 0.3.0-alpha.13
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [a85ab24]
65
+ - @mastra/core@0.5.0-alpha.12
66
+
67
+ ## 0.3.0-alpha.12
68
+
69
+ ### Patch Changes
70
+
71
+ - fd4a1d7: Update cjs bundling to make sure files are split
72
+ - Updated dependencies [7a7a547]
73
+ - Updated dependencies [c93798b]
74
+ - Updated dependencies [dbd9f2d]
75
+ - Updated dependencies [a171b37]
76
+ - Updated dependencies [fd4a1d7]
77
+ - @mastra/core@0.5.0-alpha.11
78
+
3
79
  ## 0.3.0-alpha.11
4
80
 
5
81
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp",
3
- "version": "0.3.0-alpha.11",
3
+ "version": "0.3.1-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,26 +22,26 @@
22
22
  "author": "",
23
23
  "license": "ISC",
24
24
  "dependencies": {
25
- "@modelcontextprotocol/sdk": "^1.1.1",
25
+ "@modelcontextprotocol/sdk": "^1.7.0",
26
26
  "date-fns": "^4.1.0",
27
27
  "exit-hook": "^4.0.0",
28
28
  "uuid": "^11.1.0",
29
- "@mastra/core": "^0.5.0-alpha.10"
29
+ "@mastra/core": "^0.5.1-alpha.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@ai-sdk/anthropic": "^1.1.6",
33
- "@microsoft/api-extractor": "^7.49.2",
34
- "@types/node": "^22.13.1",
35
- "eslint": "^9.20.1",
36
- "fastmcp": "^1.20.2",
37
- "tsup": "^8.0.1",
38
- "typescript": "^5.7.3",
39
- "vitest": "^3.0.4",
32
+ "@ai-sdk/anthropic": "^1.1.15",
33
+ "@microsoft/api-extractor": "^7.52.1",
34
+ "@types/node": "^22.13.10",
35
+ "eslint": "^9.22.0",
36
+ "fastmcp": "^1.20.4",
37
+ "tsup": "^8.4.0",
38
+ "typescript": "^5.8.2",
39
+ "vitest": "^3.0.8",
40
40
  "zod": "^3.24.2",
41
- "@internal/lint": "0.0.0"
41
+ "@internal/lint": "0.0.1"
42
42
  },
43
43
  "scripts": {
44
- "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
44
+ "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
45
45
  "build:watch": "pnpm build --watch",
46
46
  "test": "vitest run",
47
47
  "lint": "eslint ."
@@ -41,4 +41,3 @@ void server.start({
41
41
  });
42
42
 
43
43
  export { server };
44
-