UNPKG

web-perf-mcp

Version:

MCP Server that audits the web page for finding the bottlenecks and CPU profiling using Lighthouse and Puppeteer

8 lines (7 loc) 172 B
export declare class WebPerformanceProfilerServer { private server; private handlers; constructor(); private setupToolHandlers; run(): Promise<void>; }