This repository was archived by the owner on Aug 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
packages/ui/src/features/mcp-servers/components/parts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ export function MarketplaceView({
7373 < Flex direction = "column" gap = "1" className = "min-w-0" >
7474 < Heading className = "font-bold text-2xl" > Marketplace</ Heading >
7575 < Text color = "gray" className = "text-sm" >
76- Browse and connect MCP servers that extend your agent with tools,
77- data and integrations .
76+ Connect MCP servers to make them available to in PostHog on desktop
77+ and in the cloud .
7878 </ Text >
7979 </ Flex >
8080 < Button variant = "solid" size = "2" onClick = { onAddCustom } >
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ export function ServerCard({
3232 onClick = { onOpen }
3333 className = "flex w-full flex-col gap-3 rounded-md p-4 text-left"
3434 >
35- < Flex align = "start " gap = "3" width = "100%" >
35+ < Flex align = "center " gap = "3" width = "100%" >
3636 < ServerIcon
3737 iconDomain = { server . icon_domain }
3838 serverUrl = { server . url }
39- size = { 40 }
39+ size = { 36 }
4040 />
4141 < Flex direction = "column" gap = "1" className = "min-w-0 flex-1" >
4242 < Flex align = "center" gap = "2" >
You can’t perform that action at this time.
0 commit comments