We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20447e4 commit 7352bfaCopy full SHA for 7352bfa
src/mcp/server/auth/handlers/register.py
@@ -69,7 +69,7 @@ async def handle(self, request: Request) -> Response:
69
status_code=400,
70
)
71
72
- # Validate redirect_uris is provided for the authorization_code grant type
+ # Validate redirect_uris is provided for authorization_code grant type
73
grant_types_set: set[str] = set(client_metadata.grant_types)
74
if "authorization_code" in grant_types_set and (
75
client_metadata.redirect_uris is None or len(client_metadata.redirect_uris) == 0
0 commit comments