Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
analyze-audit-results | |
create-performance-plan | |
compare-audits | |
seo-recommendations | |
accessibility-guide | |
create-performance-budget | |
optimize-core-web-vitals | |
optimize-resources |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
core-web-vitals-thresholds | |
optimization-techniques | |
wcag-guidelines | |
seo-best-practices | |
security-best-practices | |
budget-guidelines | |
categories-scoring | |
framework-guides |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_audit | Run a comprehensive Lighthouse audit on a website |
get_accessibility_score | Get the accessibility score and recommendations for a website |
get_seo_analysis | Get SEO analysis and recommendations for a website |
check_pwa_readiness | Check Progressive Web App readiness and requirements |
get_performance_score | Get the performance score for a website |
get_core_web_vitals | Get Core Web Vitals metrics for a website |
compare_mobile_desktop | Compare website performance between mobile and desktop devices |
check_performance_budget | Check if website performance meets specified budget thresholds |
get_lcp_opportunities | Get LCP optimization opportunities for a website |
find_unused_javascript | Find unused JavaScript code to reduce bundle size |
analyze_resources | Analyze website resources (images, JS, CSS, fonts) for optimization opportunities |
get_security_audit | Perform security audit checking HTTPS, CSP, and other security measures |