Skip to content

Commit 0f7aafb

Browse files
committed
merge with recent branch
1 parent da31a3a commit 0f7aafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mcp/client/auth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,9 @@ async def async_auth_flow(self, request: httpx.Request) -> AsyncGenerator[httpx.
574574
logger.exception("OAuth flow error")
575575
raise
576576

577-
# Retry with new tokens
578-
self._add_auth_header(request)
579-
yield request
577+
# Retry with new tokens
578+
self._add_auth_header(request)
579+
yield request
580580

581581

582582
class ClientCredentialsProvider(BaseOAuthProvider):

0 commit comments

Comments
 (0)