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 de8de15 commit e100c9dCopy full SHA for e100c9d
src/mcp/server/auth/handlers/authorize.py
@@ -26,6 +26,7 @@ class AuthorizationRequest(BaseModel):
26
..., description="URL to redirect to after authorization"
27
)
28
29
+ # see OAuthClientMetadata; we only support `code`
30
response_type: Literal["code"] = Field(
31
..., description="Must be 'code' for authorization code flow"
32
0 commit comments