Skip to content

Commit 7dff18a

Browse files
committed
merge with recent branch
1 parent 78868cc commit 7dff18a

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
@@ -546,9 +546,9 @@ async def async_auth_flow(self, request: httpx.Request) -> AsyncGenerator[httpx.
546546
logger.exception("OAuth flow error")
547547
raise
548548

549-
# Retry with new tokens
550-
self._add_auth_header(request)
551-
yield request
549+
# Retry with new tokens
550+
self._add_auth_header(request)
551+
yield request
552552

553553

554554
class ClientCredentialsProvider(httpx.Auth):

0 commit comments

Comments
 (0)