//! Compile-time constants for the database-mcp binary.
/// The name of the binary, derived from `Cargo.toml` at compile time.
pub(crate)constBIN:&str=env!("CARGO_PKG_NAME");/// The current version, derived from `Cargo.toml` at compile time.
pub(crate)constVERSION:&str=env!("CARGO_PKG_VERSION");