Skip to content

Commit e2b27ff

Browse files
committed
merge with recent branch
1 parent add5f08 commit e2b27ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mcp/shared/auth.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ class OAuthMetadata(BaseModel):
134134
]
135135
| None
136136
) = None
137-
token_endpoint_auth_methods_supported: list[Literal["none", "client_secret_post"]] | None = None
137+
token_endpoint_auth_methods_supported: list[Literal["none", "client_secret_post", "client_secret_basic"]] | None = (
138+
None
139+
)
138140
token_endpoint_auth_signing_alg_values_supported: None = None
139141
service_documentation: AnyHttpUrl | None = None
140142
ui_locales_supported: list[str] | None = None

0 commit comments

Comments
 (0)