#!/usr/bin/env tsx /** * Playwright MCP Server Launcher * * Starts the Playwright MCP server for AI-powered browser automation. * * Usage: * pnpm mcp:playwright */ /** * Launch the Playwright MCP server. * Exported for programmatic use by the Hypervisor. */ export declare function launchPlaywrightMcp(): Promise; //# sourceMappingURL=playwright.d.ts.map