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 0c9e2c9 commit 63d3ccfCopy full SHA for 63d3ccf
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