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

11 lines 328 B
#!/usr/bin/env node /** * MCP Server Entry Point - Switches between stdio and HTTP/UI modes * * Usage: * node mcp-index.js # stdio mode (default) * node mcp-index.js --ui # HTTP/UI mode * node mcp-index.js --stdio # explicit stdio mode */ export {}; //# sourceMappingURL=mcp-index.d.ts.map