ai 5.0.0-beta.6 → 5.0.0-beta.7
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -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 +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -8401,7 +8401,7 @@ var import_v49 = require("zod/v4");
|
|
8401
8401
|
|
8402
8402
|
// core/tool/mcp/types.ts
|
8403
8403
|
var import_v48 = require("zod/v4");
|
8404
|
-
var LATEST_PROTOCOL_VERSION = "2025-26
|
8404
|
+
var LATEST_PROTOCOL_VERSION = "2025-03-26";
|
8405
8405
|
var SUPPORTED_PROTOCOL_VERSIONS = [
|
8406
8406
|
LATEST_PROTOCOL_VERSION,
|
8407
8407
|
"2024-11-05"
|