/** MCP Hub Lite gateway server name — used for system tool identification and gateway naming */ export declare const MCP_HUB_LITE_SERVER = "mcp-hub-lite"; /** Session mode constants for gateway transport selection */ export declare const SESSION_MODE_STATELESS: "stateless"; export declare const SESSION_MODE_STATEFUL: "stateful"; export declare const SESSION_MODE_VALUES: readonly ["stateless", "stateful"]; export type SessionMode = (typeof SESSION_MODE_VALUES)[number]; //# sourceMappingURL=constants.d.ts.map