import { MCPGateway } from './mcp-gateway.js'; /** * Stdio transport implementation for Claude Desktop * * Process lifetime = connection lifetime * Single connection per process */ export declare class StdioMCPGateway extends MCPGateway { private server?; private readonly connectionId; /** * Start the stdio MCP server */ start(): Promise; } //# sourceMappingURL=stdio-transport.d.ts.map