UNPKG

norminette-mcp

Version:

MCP server for 42 School norminette coding standard checker

3 lines (2 loc) 126 B
import { FixResult } from "../types.js"; export declare function fixNorminetteErrors(targetPath: string): Promise<FixResult>;