diff --git a/web/app/components/app-sidebar/basic.tsx b/web/app/components/app-sidebar/basic.tsx
index 186fa43c3c..00357d6c27 100644
--- a/web/app/components/app-sidebar/basic.tsx
+++ b/web/app/components/app-sidebar/basic.tsx
@@ -40,7 +40,7 @@ const NotionSvg = ,
- api:
+ api:
,
dataset:
,
diff --git a/web/app/components/base/icons/assets/vender/other/mcp.svg b/web/app/components/base/icons/assets/vender/other/mcp.svg
index 532ff90bd0..7415c060dd 100644
--- a/web/app/components/base/icons/assets/vender/other/mcp.svg
+++ b/web/app/components/base/icons/assets/vender/other/mcp.svg
@@ -1,8 +1,4 @@
-
-
+
{t('tools.mcp.server.title')}
diff --git a/web/app/components/tools/mcp/provider-card.tsx b/web/app/components/tools/mcp/provider-card.tsx
index bf43efe62c..06e0b6f02a 100644
--- a/web/app/components/tools/mcp/provider-card.tsx
+++ b/web/app/components/tools/mcp/provider-card.tsx
@@ -107,7 +107,7 @@ const MCPCard = ({
{data.server_url}
- {data.is_team_authorization &&
}
+ {data.is_team_authorization &&
}
{(!data.is_team_authorization || !data.tools.length) && (
{t('tools.mcp.noConfigured')}
diff --git a/web/app/components/tools/provider-list.tsx b/web/app/components/tools/provider-list.tsx
index 23a1dd9531..7a0f458ff5 100644
--- a/web/app/components/tools/provider-list.tsx
+++ b/web/app/components/tools/provider-list.tsx
@@ -97,7 +97,7 @@ const ProviderList = () => {
/>
- {(filteredCollectionList.length > 0 && (activeTab === 'api' || activeTab === 'workflow')) && (
+ {activeTab !== 'mcp' && (