fix(looker): Fix Looker client OAuth check (#1338)

This commit is contained in:
Wenxin Du
2025-09-04 17:00:05 -04:00
committed by GitHub
parent e86a3823b0
commit 36225aa6db

View File

@@ -195,5 +195,5 @@ func (t Tool) Authorized(verifiedAuthServices []string) bool {
}
func (t Tool) RequiresClientAuthorization() bool {
return false
return t.UseClientOAuth
}