You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid exceptions for control flow in auth server metadata fallback
Refactor GetAuthServerMetadataAsync to accept an allowDefaultFallback
parameter and return BuildDefaultAuthServerMetadata directly instead of
throwing and catching McpException at the call site.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
thrownewMcpException($"Failed to find .well-known/openid-configuration or .well-known/oauth-authorization-server metadata for authorization server: '{authServerUri}'");
0 commit comments