UNPKG

@moikas/code-audit-mcp

Version:

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

8 lines 173 B
/** * Stop command - Stop the running MCP server */ /** * Stop the MCP server */ export declare function stopCommand(): Promise<void>; //# sourceMappingURL=stop.d.ts.map