diff --git a/apps/desktop/src/app/skills/mcp-tab.tsx b/apps/desktop/src/app/skills/mcp-tab.tsx index 6098a7a456e8..6abc0e0fe132 100644 --- a/apps/desktop/src/app/skills/mcp-tab.tsx +++ b/apps/desktop/src/app/skills/mcp-tab.tsx @@ -8,6 +8,7 @@ import { SiSentry, SiStripe, SiSupabase, + SiUnrealengine, SiVercel } from '@icons-pack/react-simple-icons' import { useStore } from '@nanostores/react' @@ -37,6 +38,7 @@ import { testMcpServer } from '@/hermes' import { type Translations, useI18n } from '@/i18n' +import { connectorDisplayName, connectorIdentityKey, connectorPrimaryActionKind, connectorSetupSummary } from '@/lib/mcp-catalog' import { countEnabledTools, isToolEnabled, toggleToolInServer } from '@/lib/mcp-tool-filter' import { cn } from '@/lib/utils' import { notify, notifyError } from '@/store/notifications' @@ -1374,22 +1376,27 @@ function McpCatalog({
{entry.description}
+ {setupSummary && ( +{entry.danger_notes[0]}
+ )} {envOpenFor === entry.name && entry.required_env.length > 0 && (