UNPKG

@proug/mcp-cve-intelligence-server-lite

Version:

Lite Model Context Protocol server for comprehensive CVE intelligence gathering with multi-source exploit discovery, designed for security professionals and cybersecurity researchers

20 lines 574 B
import { Command } from 'commander'; export declare class CLIService { private program; private version; constructor(); private setupCommands; private handleQuickStart; private handleConfigCommand; private showConfigOverview; private showConfigJSON; private handleDefaultCommand; private setEnvironmentFromOptions; private displayMessage; private validatePort; private validateTransport; private validateLogLevel; parse(argv?: string[]): void; getProgram(): Command; } //# sourceMappingURL=cli-service.d.ts.map