UNPKG

@moikas/code-audit-mcp

Version:

AI-powered code auditing via MCP using local Ollama models for security, performance, and quality analysis

13 lines 277 B
/** * Health command - Check system health */ interface HealthOptions { detailed?: boolean; json?: boolean; } /** * Health check command */ export declare function healthCommand(options: HealthOptions): Promise<void>; export {}; //# sourceMappingURL=health.d.ts.map