UNPKG

mcp-codesentry

Version:

CodeSentry MCP - AI-powered code review assistant with 5 specialized review tools for security, best practices, and comprehensive code analysis

9 lines 218 B
/** * Repomix Manager * Handles execution of repomix for codebase flattening */ export declare class RepomixManager { private timeout; constructor(timeoutMs?: number); } //# sourceMappingURL=manager.d.ts.map