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

21 lines 759 B
/** * Auto-generated version information * Generated at build time by scripts/generate-version.js * Do not edit this file manually */ export const VERSION_INFO = { version: '0.0.8', packageName: 'mcp-cve-intelligence-server-lite', buildTimestamp: '2025-08-05T23:08:05.084Z', gitCommit: 'c5cf4c2130ee7c6d98b5c882b7bac825c19370ce', gitBranch: 'HEAD', nodeVersion: process.version, platform: process.platform, arch: process.arch }; export const VERSION = VERSION_INFO.version; export const PACKAGE_NAME = VERSION_INFO.packageName; export const BUILD_TIMESTAMP = VERSION_INFO.buildTimestamp; export const GIT_COMMIT = VERSION_INFO.gitCommit; export const GIT_BRANCH = VERSION_INFO.gitBranch; //# sourceMappingURL=version.js.map