Skip to content

Commit 5980c9a

Browse files
Update src/ModelContextProtocol/Authentication/AuthorizationDelegatingHandler.cs
Co-authored-by: Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
1 parent 3602c66 commit 5980c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol/Authentication/AuthorizationDelegatingHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private async Task<HttpResponseMessage> HandleUnauthorizedResponseAsync(
8080
if (serverSchemes.Count > 0)
8181
{
8282
throw new IOException(
83-
$"The server does not support any of the provided authentication schemes."
83+
$"The server does not support any of the provided authentication schemes." +
8484
$"Server supports: [{string.Join(", ", serverSchemes)}], " +
8585
$"Provider supports: [{string.Join(", ", _credentialProvider.SupportedSchemes)}].");
8686
}

0 commit comments

Comments
 (0)