Function
progress
Send a bidirectional notifications/progress notification.
https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/progress
progress: func(output: borrow<output-stream>, token: progress-token, progress: f64, total: option<f64>, message: option<string>) -> result<_, notification-error>;