UNPKG

web-perf-mcp

Version:

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

7 lines (6 loc) 259 B
import { CPUProfileAnalysis, PerformanceMetrics } from "./types"; export default class Formatter { formatAnalysis(report: CPUProfileAnalysis, auditReport: PerformanceMetrics): string; private formatFlamegraphAnalysis; private formatAuditReport; }