Skip to content

Commit 7352bfa

Browse files
committed
merge with recent branch
1 parent 20447e4 commit 7352bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/auth/handlers/register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def handle(self, request: Request) -> Response:
6969
status_code=400,
7070
)
7171

72-
# Validate redirect_uris is provided for the authorization_code grant type
72+
# Validate redirect_uris is provided for authorization_code grant type
7373
grant_types_set: set[str] = set(client_metadata.grant_types)
7474
if "authorization_code" in grant_types_set and (
7575
client_metadata.redirect_uris is None or len(client_metadata.redirect_uris) == 0

0 commit comments

Comments
 (0)