@mastra/mcp 0.10.11 → 0.10.12-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/client/client.d.ts +3 -3
- package/dist/client/configuration.d.ts +3 -3
- package/dist/client/resourceActions.d.ts +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/integration-tests/node_modules/.bin/vitest +2 -2
- package/package.json +3 -3
- package/src/client/client.test.ts +2 -2
- package/src/server/server.test.ts +2 -2
- package/integration-tests/node_modules/.bin/mastra +0 -21
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.10.12-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 895d3b2: Update the MCP SDK version and update elicitation to match new spec (reject becomes decline)
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.10.11
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/client/client.d.ts
CHANGED
|
@@ -143,19 +143,19 @@ export declare class InternalMastraMCPClient extends MastraBase {
|
|
|
143
143
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
144
144
|
_meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
145
145
|
}, {
|
|
146
|
-
blob: z.ZodString
|
|
146
|
+
blob: z.ZodEffects<z.ZodString, string, string>;
|
|
147
147
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
148
148
|
uri: z.ZodString;
|
|
149
149
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
150
150
|
_meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
151
151
|
}, {
|
|
152
|
-
blob: z.ZodString
|
|
152
|
+
blob: z.ZodEffects<z.ZodString, string, string>;
|
|
153
153
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
154
154
|
uri: z.ZodString;
|
|
155
155
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
156
156
|
_meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
|
|
157
157
|
}, {
|
|
158
|
-
blob: z.ZodString
|
|
158
|
+
blob: z.ZodEffects<z.ZodString, string, string>;
|
|
159
159
|
}>, z.ZodTypeAny, "passthrough">>]>, "many">;
|
|
160
160
|
}, z.ZodTypeAny, "passthrough">>;
|
|
161
161
|
subscribeResource(uri: string): Promise<{}>;
|
|
@@ -45,19 +45,19 @@ export declare class MCPClient extends MastraBase {
|
|
|
45
45
|
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
46
46
|
_meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
47
47
|
}, {
|
|
48
|
-
blob: import("zod").ZodString
|
|
48
|
+
blob: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
49
49
|
}>, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<import("zod").objectUtil.extendShape<{
|
|
50
50
|
uri: import("zod").ZodString;
|
|
51
51
|
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52
52
|
_meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
53
53
|
}, {
|
|
54
|
-
blob: import("zod").ZodString
|
|
54
|
+
blob: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
55
55
|
}>, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<import("zod").objectUtil.extendShape<{
|
|
56
56
|
uri: import("zod").ZodString;
|
|
57
57
|
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
58
58
|
_meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
59
59
|
}, {
|
|
60
|
-
blob: import("zod").ZodString
|
|
60
|
+
blob: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
61
61
|
}>, import("zod").ZodTypeAny, "passthrough">>]>, "many">;
|
|
62
62
|
}, import("zod").ZodTypeAny, "passthrough">>;
|
|
63
63
|
subscribe: (serverName: string, uri: string) => Promise<{}>;
|
|
@@ -50,19 +50,19 @@ export declare class ResourceClientActions {
|
|
|
50
50
|
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
51
51
|
_meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
52
52
|
}, {
|
|
53
|
-
blob: import("zod").ZodString
|
|
53
|
+
blob: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
54
54
|
}>, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<import("zod").objectUtil.extendShape<{
|
|
55
55
|
uri: import("zod").ZodString;
|
|
56
56
|
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
57
57
|
_meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
58
58
|
}, {
|
|
59
|
-
blob: import("zod").ZodString
|
|
59
|
+
blob: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
60
60
|
}>, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<import("zod").objectUtil.extendShape<{
|
|
61
61
|
uri: import("zod").ZodString;
|
|
62
62
|
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
63
63
|
_meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
64
64
|
}, {
|
|
65
|
-
blob: import("zod").ZodString
|
|
65
|
+
blob: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
66
66
|
}>, import("zod").ZodTypeAny, "passthrough">>]>, "many">;
|
|
67
67
|
}, import("zod").ZodTypeAny, "passthrough">>;
|
|
68
68
|
/**
|