@ai-sdk/mcp
Advanced tools
+6
-0
| # @ai-sdk/mcp | ||
| ## 0.0.26 | ||
| ### Patch Changes | ||
| - 83b0f15: fix(mcp): accept OAuth metadata without code challenge methods | ||
| ## 0.0.25 | ||
@@ -4,0 +10,0 @@ |
+2
-2
@@ -89,3 +89,3 @@ import { z } from 'zod/v4'; | ||
| grant_types_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| code_challenge_methods_supported: z.ZodArray<z.ZodString>; | ||
| code_challenge_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| token_endpoint_auth_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
@@ -113,3 +113,3 @@ token_endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| token_endpoint_auth_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| code_challenge_methods_supported: z.ZodArray<z.ZodString>; | ||
| code_challenge_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| }, z.core.$loose>; | ||
@@ -116,0 +116,0 @@ declare const OAuthClientInformationSchema: z.ZodObject<{ |
+2
-2
@@ -89,3 +89,3 @@ import { z } from 'zod/v4'; | ||
| grant_types_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| code_challenge_methods_supported: z.ZodArray<z.ZodString>; | ||
| code_challenge_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| token_endpoint_auth_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
@@ -113,3 +113,3 @@ token_endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| token_endpoint_auth_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| code_challenge_methods_supported: z.ZodArray<z.ZodString>; | ||
| code_challenge_methods_supported: z.ZodOptional<z.ZodArray<z.ZodString>>; | ||
| }, z.core.$loose>; | ||
@@ -116,0 +116,0 @@ declare const OAuthClientInformationSchema: z.ZodObject<{ |
+1
-1
| { | ||
| "name": "@ai-sdk/mcp", | ||
| "version": "0.0.25", | ||
| "version": "0.0.26", | ||
| "license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
546485
0.04%