import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * run_linter — Phase 5 / Validation * * Executes the project's linter, optionally with auto-fix. * Supports two modes: * - Check mode (default): report errors without changing files * - Fix mode: auto-fix what's possible, report what's left */ export declare function registerRunLinter(server: McpServer): void; //# sourceMappingURL=run-linter.d.ts.map