UNPKG

puppeteer-vision-mcp-server

Version:

MCP Server for scraping webpages and converting to markdown

7 lines 311 B
/** * Processes HTML content to extract the main content and convert it to Markdown * @param htmlContent The raw HTML content to process * @returns Markdown formatted content */ export declare function processHtmlContent(htmlContent: string): Promise<string>; //# sourceMappingURL=content-processor.d.ts.map