@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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +13 -0
- package/dist/__fixtures__/weather.d.ts +1 -1
- package/dist/client/client.d.ts +3 -3
- package/dist/client/configuration.d.ts +1 -1
- package/dist/client/elicitationActions.d.ts +3 -3
- package/dist/client/index.d.ts +3 -3
- package/dist/client/promptActions.d.ts +3 -3
- package/dist/client/resourceActions.d.ts +3 -3
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/server/index.d.ts +2 -2
- package/dist/server/server.d.ts +3 -3
- package/integration-tests/package.json +1 -1
- package/package.json +8 -7
- package/tsup.config.ts +2 -7
- package/integration-tests/node_modules/.bin/mastra +0 -21
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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);
|