We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MightyDillah/apple-doc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export declare const header: (level: number, text: string) => string;
export declare const bold: (label: string, value: string) => string;
export declare const list: (items: string[], bullet?: string) => string;
export declare const blankLine: () => string;
export declare const paragraph: (text: string) => string;
export declare const section: (title: string, body: string[]) => string[];
export declare const trimWithEllipsis: (text: string, maxLength: number) => string;