@mastra/mcp 1.5.1-alpha.1 → 1.5.1

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
@@ -2063,7 +2063,7 @@ function createSimpleTokenProvider(accessToken, options) {
2063
2063
  });
2064
2064
  }
2065
2065
 
2066
- // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/utils/stream.js
2066
+ // ../../node_modules/.pnpm/hono@4.12.14/node_modules/hono/dist/utils/stream.js
2067
2067
  var StreamingApi = class {
2068
2068
  writer;
2069
2069
  encoder;
@@ -2140,7 +2140,7 @@ var StreamingApi = class {
2140
2140
  }
2141
2141
  };
2142
2142
 
2143
- // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/helper/streaming/utils.js
2143
+ // ../../node_modules/.pnpm/hono@4.12.14/node_modules/hono/dist/helper/streaming/utils.js
2144
2144
  var isOldBunVersion = () => {
2145
2145
  const version = typeof Bun !== "undefined" ? Bun.version : void 0;
2146
2146
  if (version === void 0) {
@@ -2151,7 +2151,7 @@ var isOldBunVersion = () => {
2151
2151
  return result;
2152
2152
  };
2153
2153
 
2154
- // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/utils/html.js
2154
+ // ../../node_modules/.pnpm/hono@4.12.14/node_modules/hono/dist/utils/html.js
2155
2155
  var HtmlEscapedCallbackPhase = {
2156
2156
  Stringify: 1};
2157
2157
  var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) => {
@@ -2182,7 +2182,7 @@ var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) =>
2182
2182
  }
2183
2183
  };
2184
2184
 
2185
- // ../../node_modules/.pnpm/hono@4.12.12/node_modules/hono/dist/helper/streaming/sse.js
2185
+ // ../../node_modules/.pnpm/hono@4.12.14/node_modules/hono/dist/helper/streaming/sse.js
2186
2186
  var SSEStreamingApi = class extends StreamingApi {
2187
2187
  constructor(writable, readable) {
2188
2188
  super(writable, readable);