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/dist/index.mjs
CHANGED
@@ -8369,7 +8369,7 @@ import { z as z9 } from "zod/v4";
|
|
8369
8369
|
|
8370
8370
|
// core/tool/mcp/types.ts
|
8371
8371
|
import { z as z8 } from "zod/v4";
|
8372
|
-
var LATEST_PROTOCOL_VERSION = "2025-26
|
8372
|
+
var LATEST_PROTOCOL_VERSION = "2025-03-26";
|
8373
8373
|
var SUPPORTED_PROTOCOL_VERSIONS = [
|
8374
8374
|
LATEST_PROTOCOL_VERSION,
|
8375
8375
|
"2024-11-05"
|