@ai-sdk/mcp 0.0.25 → 0.0.26

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
@@ -318,7 +318,7 @@ var OAuthMetadataSchema = z3.object({
318
318
  scopes_supported: z3.array(z3.string()).optional(),
319
319
  response_types_supported: z3.array(z3.string()),
320
320
  grant_types_supported: z3.array(z3.string()).optional(),
321
- code_challenge_methods_supported: z3.array(z3.string()),
321
+ code_challenge_methods_supported: z3.array(z3.string()).optional(),
322
322
  token_endpoint_auth_methods_supported: z3.array(z3.string()).optional(),
323
323
  token_endpoint_auth_signing_alg_values_supported: z3.array(z3.string()).optional()
324
324
  }).passthrough();