Skip to main content
Glama
xml-pretty-print.d.ts•439 B
type PrettyPrintToken = { match: string; tag: string; offset: number; preContent: string; }; export declare class XmlPrettyPrint { xmlStr: string; TAB: string; constructor(xmlStr: string); dump(): void; prettify(): string; parse(xmlStr: string): string[]; getToken(regex: RegExp, str: string): PrettyPrintToken; addLine(output: string[], content: string, indent: number): void; } export {};

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/guangxiangdebizi/PPT-MCP'

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