Skip to main content
Glama
truncated-column-text-value.tsx372 B
import { TextWithTooltip } from '@/components/custom/text-with-tooltip'; const TruncatedColumnTextValue = ({ value }: { value: string }) => { return ( <TextWithTooltip tooltipMessage={value}> <div className="text-left truncate max-w-[120px] 2xl:max-w-[250px]"> {value} </div> </TextWithTooltip> ); }; export { TruncatedColumnTextValue };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server