#!/usr/bin/env node /** * Sitepager MCP Server * * A Model Context Protocol server for screenshot capture, * image diffing, Lighthouse auditing, scan management, and flow testing. * * Configuration via environment variables: * SITEPAGER_API_KEY — Required. Your Sitepager API key. * SITEPAGER_API_URL — Optional. Defaults to https://api-open.sitepager.io * * Usage: * SITEPAGER_API_KEY=sk_... bun run packages/mcp-server/src/index.ts * * This package does NOT import from @sitepager/db or any internal * packages. It communicates exclusively via the public HTTP API. */ export {};