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):
189189 return self .response (
190190 TokenErrorResponse (
191191 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" ),
193193 )
194194 )
195195
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ async def exchange_refresh_token(
250250 ...
251251
252252 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."""
254254 ...
255255
256256 async def exchange_token (
You can’t perform that action at this time.
0 commit comments