/** * Version information for the MCP Bridge plugin. * * Reads the version from this package's package.json at runtime. * Both packages share the same version (monorepo single-version policy). */ /** * Full version string (e.g., "0.6.5") */ export declare const PLUGIN_VERSION_FULL: string; /** * Cargo-compatible version string for Cargo.toml dependencies (e.g., "0.6") * This is the major.minor version used in Cargo.toml dependency specifications. */ export declare const PLUGIN_VERSION_CARGO: string;