File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ async def handle(self, request: Request):
189
189
return self .response (
190
190
TokenErrorResponse (
191
191
error = "invalid_request" ,
192
- error_description = ("redirect_uri did not match the one " " used when creating auth code" ),
192
+ error_description = ("redirect_uri did not match the one used when creating auth code" ),
193
193
)
194
194
)
195
195
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ async def exchange_refresh_token(
250
250
...
251
251
252
252
async def exchange_client_credentials (self , client : OAuthClientInformationFull , scopes : list [str ]) -> OAuthToken :
253
- """Exchange client credentials for an access token."""
253
+ """Exchange client credentials for an MCP access token."""
254
254
...
255
255
256
256
async def exchange_token (
You can’t perform that action at this time.
0 commit comments