/** * @deprecated This file is now a thin wrapper. Please import from './session/index.js' instead. */ export { McpSessionManager, mcpSessionManager } from './session/index.js'; export type { TransportWithWebStandard, Session } from './session/types.js'; //# sourceMappingURL=mcp-session-manager.d.ts.map