Skip to content

Commit c3280d9

Browse files
committed
remove leftover docstring mention of removed scope checks
1 parent fd612f2 commit c3280d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/auth/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async def handle_token_response_scopes(
240240
Validated OAuthToken model
241241
242242
Raises:
243-
OAuthTokenError: If response JSON is invalid or contains unauthorized scopes
243+
OAuthTokenError: If response JSON is invalid
244244
"""
245245
try:
246246
content = await response.aread()

0 commit comments

Comments
 (0)