From 911af03e0c4672dd1bd5d72839907347e212a0fc Mon Sep 17 00:00:00 2001 From: jZonG Date: Wed, 28 May 2025 15:49:30 +0800 Subject: [PATCH] update auhtorization code --- web/app/components/tools/mcp/detail/content.tsx | 2 +- web/app/components/tools/mcp/index.tsx | 6 +++--- web/app/components/tools/provider-list.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/components/tools/mcp/detail/content.tsx b/web/app/components/tools/mcp/detail/content.tsx index 05e2572170..fd1457d40c 100644 --- a/web/app/components/tools/mcp/detail/content.tsx +++ b/web/app/components/tools/mcp/detail/content.tsx @@ -194,7 +194,7 @@ const MCPDetailContent: FC = ({ )} - {!isGettingTools && !toolList.length && ( + {detail.is_team_authorization && !isGettingTools && !toolList.length && (
{t('tools.mcp.toolsEmpty')}