@ai-sdk/mcp 1.0.63 → 1.0.65

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/dist/index.mjs CHANGED
@@ -396,7 +396,7 @@ var OAuthMetadataSchema = z3.object({
396
396
  scopes_supported: z3.array(z3.string()).optional(),
397
397
  response_types_supported: z3.array(z3.string()),
398
398
  grant_types_supported: z3.array(z3.string()).optional(),
399
- code_challenge_methods_supported: z3.array(z3.string()),
399
+ code_challenge_methods_supported: z3.array(z3.string()).optional(),
400
400
  token_endpoint_auth_methods_supported: z3.array(z3.string()).optional(),
401
401
  token_endpoint_auth_signing_alg_values_supported: z3.array(z3.string()).optional()
402
402
  }).passthrough();