Skip to content

Commit 0b58a94

Browse files
committed
merge with recent branch
1 parent 44e59b6 commit 0b58a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/auth/oauth2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _create_registration_request(self, metadata: OAuthMetadata | None = None) ->
232232
self._client_info = context.client_info
233233
return None
234234

235-
# If we reach this point we don't yet have stored client information, so
235+
# If we reach this point, we don't yet have stored client information, so
236236
# proceed with building a dynamic registration request.
237237

238238
if metadata and metadata.registration_endpoint:

0 commit comments

Comments
 (0)