#!/usr/bin/env node /** * Agentic QE v3 - MCP Server Entry Point * * Starts the MCP protocol server for stdio communication. * Based on claude-flow's MCP pattern. * * Usage: * npm run mcp * npx tsx src/mcp/entry.ts */ export {}; //# sourceMappingURL=entry.d.ts.map