We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mizchi/lighthouse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•460 B
// Core analyzers
export * from './performance';
export * from './scores';
export * from './problems';
export * from './patterns';
export * from './deepAnalysis';
// Specific analyzers
export * from './criticalChain';
export * from './unusedCode';
export * from './thirdParty';
// New advanced analyzers
export * from './webVitalsAnalysis';
export * from './resourcePerformance';
export * from './networkPerformance';
export * from './userExperienceMetrics';