@mastra/mcp 0.10.4-alpha.1 → 0.10.5-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.10.4-alpha.1 build /home/runner/work/mastra/mastra/packages/mcp
2
+ > @mastra/mcp@0.10.5-alpha.0 build /home/runner/work/mastra/mastra/packages/mcp
3
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
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 23054ms
9
+ TSC ⚡️ Build success in 19065ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.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.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 20567ms
16
+ DTS ⚡️ Build success in 19786ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 71.73 KB
21
- CJS ⚡️ Build success in 1357ms
22
- ESM dist/index.js 71.61 KB
23
- ESM ⚡️ Build success in 1364ms
20
+ ESM dist/index.js 80.87 KB
21
+ ESM ⚡️ Build success in 1770ms
22
+ CJS dist/index.cjs 81.49 KB
23
+ CJS ⚡️ Build success in 1773ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.10.5-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4d21bf2: throw mastra errors for MCP
8
+ - Updated dependencies [d1baedb]
9
+ - Updated dependencies [4d21bf2]
10
+ - Updated dependencies [2097952]
11
+ - Updated dependencies [4fb0cc2]
12
+ - Updated dependencies [d2a7a31]
13
+ - Updated dependencies [0e17048]
14
+ - @mastra/core@0.10.7-alpha.1
15
+
16
+ ## 0.10.4
17
+
18
+ ### Patch Changes
19
+
20
+ - 63f6b7d: dependencies updates:
21
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.12.1` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.1) (from `^1.10.2`, in `dependencies`)
22
+ - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.7.4`, in `dependencies`)
23
+ - 36f1c36: MCP Client and Server streamable http fixes
24
+ - bd1674f: Change how connection promise works for client connection
25
+ - 69f76f7: Fix Agents as tools when building mastra mcp server
26
+ - Updated dependencies [63f6b7d]
27
+ - Updated dependencies [12a95fc]
28
+ - Updated dependencies [4b0f8a6]
29
+ - Updated dependencies [51264a5]
30
+ - Updated dependencies [8e6f677]
31
+ - Updated dependencies [d70c420]
32
+ - Updated dependencies [ee9af57]
33
+ - Updated dependencies [36f1c36]
34
+ - Updated dependencies [2a16996]
35
+ - Updated dependencies [10d352e]
36
+ - Updated dependencies [9589624]
37
+ - Updated dependencies [53d3c37]
38
+ - Updated dependencies [751c894]
39
+ - Updated dependencies [577ce3a]
40
+ - Updated dependencies [9260b3a]
41
+ - @mastra/core@0.10.6
42
+
3
43
  ## 0.10.4-alpha.1
4
44
 
5
45
  ### Patch Changes