@mastra/mcp 0.10.12-alpha.0 → 0.10.12

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,4 +1,4 @@
1
1
 
2
- > @mastra/mcp@0.10.12-alpha.0 build /home/runner/work/mastra/mastra/packages/mcp
2
+ > @mastra/mcp@0.10.12-alpha.2 build /home/runner/work/mastra/mastra/packages/mcp
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.10.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 895d3b2: Update the MCP SDK version and update elicitation to match new spec (reject becomes decline)
8
+ - e1aed55: Fixed an issue where keep-alive messages were interfering with endpoint messages on initial SSE connection
9
+ - 03997ae: Update peerdeps
10
+ - Updated dependencies [227c7e6]
11
+ - Updated dependencies [12cae67]
12
+ - Updated dependencies [fd3a3eb]
13
+ - Updated dependencies [6faaee5]
14
+ - Updated dependencies [4232b14]
15
+ - Updated dependencies [a89de7e]
16
+ - Updated dependencies [5a37d0c]
17
+ - Updated dependencies [4bde0cb]
18
+ - Updated dependencies [cf4f357]
19
+ - Updated dependencies [ad888a2]
20
+ - Updated dependencies [481751d]
21
+ - Updated dependencies [2454423]
22
+ - Updated dependencies [194e395]
23
+ - Updated dependencies [a722c0b]
24
+ - Updated dependencies [c30bca8]
25
+ - Updated dependencies [3b5fec7]
26
+ - Updated dependencies [a8f129d]
27
+ - @mastra/core@0.14.0
28
+
29
+ ## 0.10.12-alpha.2
30
+
31
+ ### Patch Changes
32
+
33
+ - 03997ae: Update peerdeps
34
+ - @mastra/core@0.14.0-alpha.7
35
+
36
+ ## 0.10.12-alpha.1
37
+
38
+ ### Patch Changes
39
+
40
+ - e1aed55: Fixed an issue where keep-alive messages were interfering with endpoint messages on initial SSE connection
41
+ - Updated dependencies [0a7f675]
42
+ - Updated dependencies [12cae67]
43
+ - Updated dependencies [5a37d0c]
44
+ - Updated dependencies [4bde0cb]
45
+ - Updated dependencies [1a80071]
46
+ - Updated dependencies [36a3be8]
47
+ - Updated dependencies [361757b]
48
+ - Updated dependencies [2bb9955]
49
+ - Updated dependencies [2454423]
50
+ - Updated dependencies [a44d91e]
51
+ - Updated dependencies [dfb91e9]
52
+ - Updated dependencies [a741dde]
53
+ - Updated dependencies [7cb3fc0]
54
+ - Updated dependencies [195eabb]
55
+ - Updated dependencies [b78b95b]
56
+ - @mastra/core@0.14.0-alpha.4
57
+
3
58
  ## 0.10.12-alpha.0
4
59
 
5
60
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -2358,10 +2358,10 @@ Provided arguments: ${JSON.stringify(request.params.arguments, null, 2)}`
2358
2358
  await this.server.close();
2359
2359
  };
2360
2360
  while (true) {
2361
+ await stream2.sleep(6e4);
2361
2362
  const sessionIds = Array.from(this.sseHonoTransports.keys() || []);
2362
2363
  this.logger.debug("Active Hono SSE sessions:", { sessionIds });
2363
2364
  await stream2.write(":keep-alive\n\n");
2364
- await stream2.sleep(6e4);
2365
2365
  }
2366
2366
  } catch (e) {
2367
2367
  const mastraError = new error.MastraError(