UNPKG

@moikas/code-audit-mcp

Version:

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

14 lines 292 B
/** * Start command - Launch the MCP server */ interface StartOptions { daemon?: boolean; port?: string; stdio?: boolean; } /** * Start the MCP server */ export declare function startCommand(options: StartOptions): Promise<void>; export {}; //# sourceMappingURL=start.d.ts.map