pub fn create_context_with_progress<F>(
cx: Cx,
request_id: u64,
progress_marker: Option<ProgressMarker>,
state: Option<SessionState>,
send_fn: F,
) -> McpContextExpand description
Helper to create an McpContext with optional progress reporting and session state.