@ai-sdk-mcp-npm-1.0.37-8cd89b8972.patch 498 B

12345678910111213141516
  1. diff --git a/dist/index.mjs b/dist/index.mjs
  2. index b781835b37a1262510bdd66d8d3b399a076e9d68..312c314186d85bb3bc2ab2620e99bca259ef7167 100644
  3. --- a/dist/index.mjs
  4. +++ b/dist/index.mjs
  5. @@ -44,10 +44,9 @@ import { z as z2 } from "zod/v4";
  6. // src/tool/types.ts
  7. import { z } from "zod/v4";
  8. -var LATEST_PROTOCOL_VERSION = "2025-11-25";
  9. +var LATEST_PROTOCOL_VERSION = "2025-06-18";
  10. var SUPPORTED_PROTOCOL_VERSIONS = [
  11. LATEST_PROTOCOL_VERSION,
  12. - "2025-06-18",
  13. "2025-03-26",
  14. "2024-11-05"
  15. ];