mcp: add list-routes client helper (#5596)

This commit is contained in:
Denis Mishin 2025-05-01 15:02:28 -04:00 committed by GitHub
parent d2e2f56d57
commit 6caf65a117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 213 additions and 43 deletions

View file

@ -82,7 +82,7 @@ func (srv *Handler) Authorize(w http.ResponseWriter, r *http.Request) {
return
}
requiresUpstreamOAuth2Token := srv.relyingParties.HasConfigForHost(r.Host)
requiresUpstreamOAuth2Token := srv.relyingParties.HasOAuth2ConfigForHost(r.Host)
var authReqID string
var hasUpstreamOAuth2Token bool
{