@mastra/mcp 0.10.9 → 0.10.10-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.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './client';
2
- export * from './server';
1
+ export * from './client/index.js';
2
+ export * from './server/index.js';
3
3
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1015,7 +1015,7 @@ var MCPConfiguration = class extends MCPClient {
1015
1015
  }
1016
1016
  };
1017
1017
 
1018
- // ../../node_modules/.pnpm/hono@4.8.9/node_modules/hono/dist/utils/stream.js
1018
+ // ../../node_modules/.pnpm/hono@4.8.12/node_modules/hono/dist/utils/stream.js
1019
1019
  var StreamingApi = class {
1020
1020
  writer;
1021
1021
  encoder;
@@ -1082,7 +1082,7 @@ var StreamingApi = class {
1082
1082
  }
1083
1083
  };
1084
1084
 
1085
- // ../../node_modules/.pnpm/hono@4.8.9/node_modules/hono/dist/helper/streaming/utils.js
1085
+ // ../../node_modules/.pnpm/hono@4.8.12/node_modules/hono/dist/helper/streaming/utils.js
1086
1086
  var isOldBunVersion = () => {
1087
1087
  const version = typeof Bun !== "undefined" ? Bun.version : void 0;
1088
1088
  if (version === void 0) {
@@ -1093,7 +1093,7 @@ var isOldBunVersion = () => {
1093
1093
  return result;
1094
1094
  };
1095
1095
 
1096
- // ../../node_modules/.pnpm/hono@4.8.9/node_modules/hono/dist/utils/html.js
1096
+ // ../../node_modules/.pnpm/hono@4.8.12/node_modules/hono/dist/utils/html.js
1097
1097
  var HtmlEscapedCallbackPhase = {
1098
1098
  Stringify: 1};
1099
1099
  var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) => {
@@ -1124,7 +1124,7 @@ var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) =>
1124
1124
  }
1125
1125
  };
1126
1126
 
1127
- // ../../node_modules/.pnpm/hono@4.8.9/node_modules/hono/dist/helper/streaming/sse.js
1127
+ // ../../node_modules/.pnpm/hono@4.8.12/node_modules/hono/dist/helper/streaming/sse.js
1128
1128
  var SSEStreamingApi = class extends StreamingApi {
1129
1129
  constructor(writable, readable) {
1130
1130
  super(writable, readable);