chore: remove unused dependencies (#3049)

This commit is contained in:
Michael Neale
2025-07-03 23:39:14 +10:00
committed by GitHub
parent 4b63ee7672
commit 3bb5600632
5 changed files with 7 additions and 16 deletions
+1 -3
View File
@@ -5,9 +5,7 @@ use std::sync::Arc;
use anyhow::{anyhow, Result};
use futures::stream::BoxStream;
use futures::{FutureExt, Stream, TryStreamExt};
use futures_util::stream;
use futures_util::stream::StreamExt;
use futures::{stream, FutureExt, Stream, StreamExt, TryStreamExt};
use mcp_core::protocol::JsonRpcMessage;
use crate::agents::final_output_tool::{FINAL_OUTPUT_CONTINUATION_MESSAGE, FINAL_OUTPUT_TOOL_NAME};