UNPKG

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

14 lines 315 B
/** * CLI-related type definitions */ export interface CLIOptions { transport?: 'stdio' | 'http'; port?: string; host?: string; logLevel?: 'error' | 'warn' | 'info' | 'debug'; sourcesConfig?: string; } export interface QuickStartOptions { port?: string; } //# sourceMappingURL=cli.d.ts.map