pub async fn run_internal_api_with_gateway( port: u16, processor: Arc<Processor>, gateway: Option<GatewayStatusHandle>, ) -> Result<()>
Run the local JSON-RPC server with an optional foreground-gateway status endpoint.