export interface McpServerBootstrap { callerSessionId?: string; sessionCapability?: string; gatewayUrl?: string; jinnHome?: string; } /** Resolve the built-in MCP server's scoped identity from non-secret argv. */ export declare function resolveMcpServerBootstrap(argv: readonly string[]): McpServerBootstrap; //# sourceMappingURL=server-bootstrap.d.ts.map