@ai-sdk/mcp 2.0.0-beta.1 → 2.0.0-beta.2
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mcp-stdio/index.js.map +1 -1
- package/dist/mcp-stdio/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/tool/mock-mcp-transport.ts +2 -1
- package/src/tool/types.ts +2 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -74,9 +74,10 @@ var import_v42 = require("zod/v4");
|
|
|
74
74
|
|
|
75
75
|
// src/tool/types.ts
|
|
76
76
|
var import_v4 = require("zod/v4");
|
|
77
|
-
var LATEST_PROTOCOL_VERSION = "2025-
|
|
77
|
+
var LATEST_PROTOCOL_VERSION = "2025-11-25";
|
|
78
78
|
var SUPPORTED_PROTOCOL_VERSIONS = [
|
|
79
79
|
LATEST_PROTOCOL_VERSION,
|
|
80
|
+
"2025-06-18",
|
|
80
81
|
"2025-03-26",
|
|
81
82
|
"2024-11-05"
|
|
82
83
|
];
|