import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * run_tests — Phase 5 / Validation * * Executes the project's test suite. * Supports: * - Full test run (default) * - Targeted test run (specific file or pattern) * - Custom timeout from .pr-genierc.json * * Parses common test output formats to extract pass/fail counts * where possible (jest, dotnet test, pytest, go test). */ export declare function registerRunTests(server: McpServer): void; //# sourceMappingURL=run-tests.d.ts.map