UNPKG

@danielsogl/lighthouse-mcp

Version:

A comprehensive Model Context Protocol (MCP) server that provides web performance auditing, accessibility testing, SEO analysis, security assessment, and Core Web Vitals monitoring using Google Lighthouse. Enables LLMs and AI agents to perform detailed we

7 lines (6 loc) 282 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register useful resources for the Lighthouse MCP server * Resources provide read-only reference data that can be useful for analysis */ export declare function registerResources(server: McpServer): void;