Skip to main content
Glama
index.tsx804 B
import { CopyButton, PopoverStatic } from '@intlayer/design-system'; import { useIntlayer } from 'next-intlayer/server'; import type { FC } from 'react'; type CopyMarkdownMessageProps = { markdownContent: string; }; export const CopyMarkdownMessage: FC<CopyMarkdownMessageProps> = ({ markdownContent, }) => { const { title, description } = useIntlayer('copy-markdown-message'); return ( <PopoverStatic identifier="copy"> <CopyButton content={markdownContent} size="icon-md" className="p-2" /> <PopoverStatic.Detail identifier="copy" className="flex min-w-64 flex-col gap-3 p-3 text-sm" xAlign="end" > <strong>{title}</strong> <p className="text-neutral">{description}</p> </PopoverStatic.Detail> </PopoverStatic> ); };

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/aymericzip/intlayer'

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