{help}
} -- Connect a Google API from its Discovery document and register its methods as tools. -
-{probe.title ?? probe.name}
-- {probe.service} · {probe.version} -
-- {canUseOAuth - ? `${probe?.scopes.length ?? 0} scopes will be requested from Google.` - : "This API does not advertise OAuth scopes."} -
- {canUseOAuth && (probe?.scopes.length ?? 0) > 0 && ( -- View configuration for this Google API source. To change authentication, remove and re-add - the source with updated OAuth credentials. -
-- {source?.name ?? sourceId} -
- {config?.discoveryUrl && ( -- {config.discoveryUrl} -
- )} -Service
-{config.service}
-Version
-{config.version}
-- Authentication -
-- {authKind === "oauth2" ? "OAuth 2.0" : authKind} -
- {authKind === "oauth2" &&