@mastra/mcp 0.4.0-alpha.9 → 0.4.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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 14236ms
9
+ TSC ⚡️ Build success in 17616ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.2
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.8.2
15
15
  Writing package typings: /home/runner/work/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 13685ms
16
+ DTS ⚡️ Build success in 13130ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 199.82 KB
21
- ESM ⚡️ Build success in 3988ms
21
+ ESM ⚡️ Build success in 4740ms
22
22
  CJS dist/index.cjs 200.48 KB
23
- CJS ⚡️ Build success in 3974ms
23
+ CJS ⚡️ Build success in 4742ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a3b2fb3: send mcp name on error connecting to it
8
+
9
+ ### Patch Changes
10
+
11
+ - 0a033fa: Adds MCPServer component
12
+ - Updated dependencies [000a6d4]
13
+ - Updated dependencies [08bb78e]
14
+ - Updated dependencies [ed2f549]
15
+ - Updated dependencies [7e92011]
16
+ - Updated dependencies [9ee4293]
17
+ - Updated dependencies [03f3cd0]
18
+ - Updated dependencies [c0f22b4]
19
+ - Updated dependencies [71d9444]
20
+ - Updated dependencies [157c741]
21
+ - Updated dependencies [8a8a73b]
22
+ - Updated dependencies [0a033fa]
23
+ - Updated dependencies [fe3ae4d]
24
+ - Updated dependencies [9c26508]
25
+ - Updated dependencies [0f4eae3]
26
+ - Updated dependencies [16a8648]
27
+ - Updated dependencies [6f92295]
28
+ - @mastra/core@0.9.0
29
+
3
30
  ## 0.4.0-alpha.9
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp",
3
- "version": "0.4.0-alpha.9",
3
+ "version": "0.4.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "date-fns": "^4.1.0",
27
27
  "exit-hook": "^4.0.0",
28
28
  "uuid": "^11.1.0",
29
- "@mastra/core": "^0.9.0-alpha.8"
29
+ "@mastra/core": "^0.9.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@ai-sdk/anthropic": "^1.1.15",