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 8eabbdb commit 744134eCopy full SHA for 744134e
src/mcp/shared/auth.py
@@ -49,7 +49,7 @@ class OAuthClientMetadata(BaseModel):
49
# grant_types: this implementation only supports authorization_code & refresh_token
50
grant_types: list[Union[Literal["authorization_code", "refresh_token"], str]] = [
51
"authorization_code",
52
- "refresh_token"
+ "refresh_token",
53
]
54
# The MCP spec requires the "code" response type, but OAuth
55
# servers may also return additional types they support
0 commit comments