UNPKG

code-auditor-mcp

Version:

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

14 lines 481 B
/** * Claude Desktop Configuration Generator * Generates configuration for Claude Desktop app */ import { BaseConfigGenerator, ConfigOutput } from './BaseConfigGenerator.js'; export declare class ClaudeConfigGenerator extends BaseConfigGenerator { getToolName(): string; getFilename(): string; generateConfig(): ConfigOutput; getInstructions(): string; private getConfigPath; requiresAuth(): boolean; } //# sourceMappingURL=ClaudeConfigGenerator.d.ts.map