@civic/mcp-bridge-commander
Version:
Stdio <-> HTTP/SSE MCP bridge with Civic auth handling
14 lines • 386 B
TypeScript
/**
* Version utilities for the Nexus Bridge
* Provides access to the package version for display in logs
*/
/**
* Get the package version from package.json
* @returns The version string from package.json
*/
export declare function getVersion(): string;
/**
* The current version of the Nexus Bridge
*/
export declare const version: string;
//# sourceMappingURL=version.d.ts.map