Skip to main content
Glama
markup.d.ts663 B
import type { Transformer, Preprocessor } from '../types'; /** Create a tag matching regexp. */ export declare function createTagRegex(tagName: string, flags?: string): RegExp; /** Strip script and style tags from markup. */ export declare function stripTags(markup: string): string; /** Transform an attribute string into a key-value object */ export declare function parseAttributes(attributesStr: string): Record<string, any>; export declare function transformMarkup({ content, filename }: { content: string; filename?: string; }, transformer: Preprocessor | Transformer<unknown>, options?: Record<string, any>): Promise<import("../types").Processed>;

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/MatheusgVentura/Project-One'

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