UNPKG

mcp-cve-intelligence-server-lite-test

Version:

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

21 lines 793 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.1.0-alpha.0-20250803T114838', packageName: 'mcp-cve-intelligence-server-lite-test', buildTimestamp: '2025-08-03T11:48:48.851Z', gitCommit: '097a3334dfbbd95c447b0d034a9c67101bf9d524', gitBranch: 'lite-main', 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