UNPKG

@bschauer/webtools-mcp-server

Version:

MCP server providing web analysis tools including screenshot, debug, performance, security, accessibility, SEO, and asset optimization capabilities

9 lines (6 loc) 249 B
/** * This file is a compatibility layer for the performance trace tool * It redirects to the new location at src/tools/performance/trace/index.js */ import { performanceTrace } from "./performance/trace/index.js"; export { performanceTrace };