/** * mcp:serve command - Launch the babysitter MCP server on stdio transport. * * stdout is reserved for MCP protocol messages; all logging goes to stderr. * WebSocket transport is available via @a5c-ai/genty-platform. */ export declare function handleMcpServe(args: { json: boolean; transport?: string; }): Promise; //# sourceMappingURL=mcpServe.d.ts.map