🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ai-sdk/mcp

Package Overview
Dependencies
Maintainers
3
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/mcp - npm Package Compare versions

Comparing version
0.0.25
to
0.0.26
+6
-0
CHANGELOG.md
# @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<{

@@ -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<{

{
"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