Skip to main content
Glama
text.tsx•1.24 kB
import clsx from 'clsx' import { Link } from './link' export function Text({ className, ...props }: React.ComponentPropsWithoutRef<'p'>) { return ( <p data-slot="text" {...props} className={clsx(className, 'text-base/6 text-zinc-500 sm:text-sm/6 dark:text-zinc-400')} /> ) } export function TextLink({ className, ...props }: React.ComponentPropsWithoutRef<typeof Link>) { return ( <Link {...props} className={clsx( className, 'text-zinc-950 underline decoration-zinc-950/50 data-hover:decoration-zinc-950 dark:text-white dark:decoration-white/50 dark:data-hover:decoration-white' )} /> ) } export function Strong({ className, ...props }: React.ComponentPropsWithoutRef<'strong'>) { return <strong {...props} className={clsx(className, 'font-medium text-zinc-950 dark:text-white')} /> } export function Code({ className, ...props }: React.ComponentPropsWithoutRef<'code'>) { return ( <code {...props} className={clsx( className, 'rounded-sm border border-zinc-950/10 bg-zinc-950/2.5 px-0.5 text-sm font-medium text-zinc-950 sm:text-[0.8125rem] dark:border-white/20 dark:bg-white/5 dark:text-white' )} /> ) }

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/CaullenOmdahl/Nextjs-React-Tailwind-Assistant'

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