UNPKG

web-perf-mcp

Version:

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

5 lines (4 loc) 166 B
#!/usr/bin/env node import { WebPerformanceProfilerServer } from './server.js'; const server = new WebPerformanceProfilerServer(); server.run().catch(console.error);