diff --git a/web/app/components/tools/mcp/detail/content.tsx b/web/app/components/tools/mcp/detail/content.tsx index 5984cda2b1..39da653a43 100644 --- a/web/app/components/tools/mcp/detail/content.tsx +++ b/web/app/components/tools/mcp/detail/content.tsx @@ -182,7 +182,7 @@ const MCPDetailContent: FC = ({
- {detail.is_team_authorization && ( + {!isAuthorizing && detail.is_team_authorization && (