/** * @deprecated This file is now a thin wrapper. Please import from './connection/index.js' instead. * MCP Connection Manager - Connection management for MCP servers. */ export { McpConnectionManager, mcpConnectionManager } from './connection/index.js'; export type { ServerStatus } from './connection/index.js'; //# sourceMappingURL=mcp-connection-manager.d.ts.map