import type { ConnectMcpServersOptions, McpToolBridge } from "./mcp-runtime.js"; import type { McpServers } from "./types.js"; /** * Connect session-scoped MCP servers through Letta Code's transport-neutral * client and expose their tools through the external-tool protocol. A broken * server is reported but cannot prevent healthy servers from loading. */ export declare function connectMcpServers(servers: McpServers | undefined, options?: ConnectMcpServersOptions): Promise; //# sourceMappingURL=mcp.d.ts.map