@mastra/mcp 0.13.4 → 0.13.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.
package/dist/index.js CHANGED
@@ -1601,7 +1601,7 @@ var MCPConfiguration = class extends MCPClient {
1601
1601
  }
1602
1602
  };
1603
1603
 
1604
- // ../../node_modules/.pnpm/hono@4.9.7/node_modules/hono/dist/utils/stream.js
1604
+ // ../../node_modules/.pnpm/hono@4.9.10/node_modules/hono/dist/utils/stream.js
1605
1605
  var StreamingApi = class {
1606
1606
  writer;
1607
1607
  encoder;
@@ -1668,7 +1668,7 @@ var StreamingApi = class {
1668
1668
  }
1669
1669
  };
1670
1670
 
1671
- // ../../node_modules/.pnpm/hono@4.9.7/node_modules/hono/dist/helper/streaming/utils.js
1671
+ // ../../node_modules/.pnpm/hono@4.9.10/node_modules/hono/dist/helper/streaming/utils.js
1672
1672
  var isOldBunVersion = () => {
1673
1673
  const version = typeof Bun !== "undefined" ? Bun.version : void 0;
1674
1674
  if (version === void 0) {
@@ -1679,7 +1679,7 @@ var isOldBunVersion = () => {
1679
1679
  return result;
1680
1680
  };
1681
1681
 
1682
- // ../../node_modules/.pnpm/hono@4.9.7/node_modules/hono/dist/utils/html.js
1682
+ // ../../node_modules/.pnpm/hono@4.9.10/node_modules/hono/dist/utils/html.js
1683
1683
  var HtmlEscapedCallbackPhase = {
1684
1684
  Stringify: 1};
1685
1685
  var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) => {
@@ -1710,7 +1710,7 @@ var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) =>
1710
1710
  }
1711
1711
  };
1712
1712
 
1713
- // ../../node_modules/.pnpm/hono@4.9.7/node_modules/hono/dist/helper/streaming/sse.js
1713
+ // ../../node_modules/.pnpm/hono@4.9.10/node_modules/hono/dist/helper/streaming/sse.js
1714
1714
  var SSEStreamingApi = class extends StreamingApi {
1715
1715
  constructor(writable, readable) {
1716
1716
  super(writable, readable);