UNPKG

web-perf-mcp

Version:

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

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