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 037f052 commit 1a4f1b3Copy full SHA for 1a4f1b3
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
# this implementation only supports code; ie: it does not support implicit grants
55
response_types: list[Literal["code"]] = ["code"]
0 commit comments