UNPKG

code-auditor-mcp

Version:

Multi-language code quality auditor with MCP server - Analyze TypeScript, JavaScript, and Go code for SOLID principles, DRY violations, security patterns, and more

13 lines 387 B
/** * Multi-language support exports */ export * from './types.js'; export * from './LanguageRegistry.js'; export * from './UniversalAnalyzer.js'; export * from './typescript/TypeScriptAdapter.js'; export * from './go/GoAdapter.js'; /** * Initialize the language system with default adapters */ export declare function initializeLanguages(): void; //# sourceMappingURL=index.d.ts.map