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

21 lines 887 B
/** * Auto-generated version information * Generated at build time by scripts/generate-version.js * Do not edit this file manually */ export declare const VERSION_INFO: { readonly version: "0.1.1"; readonly packageName: "@proug/mcp-cve-intelligence-server-lite"; readonly buildTimestamp: "2025-08-06T17:56:13.423Z"; readonly gitCommit: "fc9483d296bf7539e6867e4b295d57ce972b473e"; readonly gitBranch: "main"; readonly nodeVersion: string; readonly platform: NodeJS.Platform; readonly arch: NodeJS.Architecture; }; export declare const VERSION: "0.1.1"; export declare const PACKAGE_NAME: "@proug/mcp-cve-intelligence-server-lite"; export declare const BUILD_TIMESTAMP: "2025-08-06T17:56:13.423Z"; export declare const GIT_COMMIT: "fc9483d296bf7539e6867e4b295d57ce972b473e"; export declare const GIT_BRANCH: "main"; //# sourceMappingURL=version.d.ts.map