Skip to content

Commit e100c9d

Browse files
committed
Comment
1 parent de8de15 commit e100c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class AuthorizationRequest(BaseModel):
2626
..., description="URL to redirect to after authorization"
2727
)
2828

29+
# see OAuthClientMetadata; we only support `code`
2930
response_type: Literal["code"] = Field(
3031
..., description="Must be 'code' for authorization code flow"
3132
)

0 commit comments

Comments
 (0)