UNPKG

puppeteer-vision-mcp-server

Version:

MCP Server for scraping webpages and converting to markdown

8 lines 379 B
import { AIAction } from '../types/index.js'; /** * Analyzes a screenshot of a webpage using AI vision to determine if interactions are needed * @param base64Image Screenshot in base64 format * @returns A recommended action to take on the page */ export declare function analyzePageWithAI(base64Image: string): Promise<AIAction>; //# sourceMappingURL=vision-analyzer.d.ts.map