@ai-sdk/mcp 1.0.0-beta.39 → 1.0.0-beta.40
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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1893,13 +1893,13 @@ var DefaultMCPClient = class {
|
|
|
1893
1893
|
} = {}) {
|
|
1894
1894
|
return this.listResourceTemplatesInternal({ options });
|
|
1895
1895
|
}
|
|
1896
|
-
|
|
1896
|
+
experimental_listPrompts({
|
|
1897
1897
|
params,
|
|
1898
1898
|
options
|
|
1899
1899
|
} = {}) {
|
|
1900
1900
|
return this.listPromptsInternal({ params, options });
|
|
1901
1901
|
}
|
|
1902
|
-
|
|
1902
|
+
experimental_getPrompt({
|
|
1903
1903
|
name: name3,
|
|
1904
1904
|
arguments: args,
|
|
1905
1905
|
options
|
|
@@ -2019,6 +2019,7 @@ export {
|
|
|
2019
2019
|
ElicitationRequestSchema,
|
|
2020
2020
|
UnauthorizedError,
|
|
2021
2021
|
auth,
|
|
2022
|
+
createMCPClient,
|
|
2022
2023
|
createMCPClient as experimental_createMCPClient
|
|
2023
2024
|
};
|
|
2024
2025
|
//# sourceMappingURL=index.mjs.map
|