diff --git a/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx b/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx index 18840f2b70..45383e68d2 100644 --- a/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx +++ b/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx @@ -56,14 +56,14 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps) }) }} style={{ - padding: "16px 20px", + padding: "14px 16px", display: "flex", flexDirection: "column", - gap: 16, + gap: 12, cursor: isLoading ? "wait" : "pointer", }}> {/* Main container with logo and content */} -
+
{/* Logo */} {item.logoUrl && ( {/* Description and tags */} -
+

{item.description}

{ color: "var(--vscode-descriptionForeground)", textTransform: "uppercase", fontWeight: 500, + flexShrink: 0, }}> Filter:
setSelectedCategory((e.target as HTMLSelectElement).value || null)}> All Categories