pub async fn run_server( config: SessionServerConfig, ) -> Result<i32, Box<dyn Error + Send + Sync>>
Run the session server. Returns the PTY child’s exit code on success.