UNPKG

puppeteer-vision-mcp-server

Version:

MCP Server for scraping webpages and converting to markdown

6 lines 234 B
/** * Attempts to find Chrome installation on the current system * @returns Path to Chrome executable or null if not found */ export declare function findChrome(): Promise<string | null>; //# sourceMappingURL=chrome-finder.d.ts.map