fix compilation (#7588)

This commit is contained in:
centdix
2026-01-16 11:45:48 +01:00
committed by GitHub
parent b6ef536098
commit 7c898579f5
+1
View File
@@ -537,6 +537,7 @@ pub async fn setup_mcp_server() -> anyhow::Result<(Router, CancellationToken)> {
sse_keep_alive: Some(Duration::from_secs(15)),
stateful_mode: false,
cancellation_token: cancellation_token.clone(),
sse_retry: Some(Duration::from_secs(15)),
};
let service = StreamableHttpService::new(
|| Ok(Runner::new()),