UNPKG

@mmlotfy/intellicodemcp

Version:

IntelliCodeMCP - Advanced AI Model Context Protocol System for intelligent code management and orchestration

8 lines 242 B
interface TraceArgs { project_path: string; check_type: 'typescript' | 'eslint' | 'all'; fix?: boolean; } export declare function executeCodeTrace(args: TraceArgs): Promise<any>; export {}; //# sourceMappingURL=code-trace.d.ts.map