File tree Expand file tree Collapse file tree
rust-mcp-server-syncable-cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ categories = [
2727
2828[dependencies ]
2929async-trait = " 0.1.88"
30- rust-mcp-sdk = " 0.6.0 "
30+ rust-mcp-sdk = " 0.4.3 "
3131tracing = " 0.1.41"
3232tracing-subscriber = { version = " 0.3.19" , features = [" fmt" , " env-filter" ] }
3333serde = { version = " 1.0" , features = [" derive" ] }
@@ -54,7 +54,7 @@ predicates = "3"
5454tempfile = " 3"
5555proptest = " 1"
5656serde_json = " 1.0"
57- reqwest = { version = " 0.12 " , features = [" blocking" ] }
57+ reqwest = { version = " 0.11 " , features = [" blocking" ] }
5858http = " 0.2"
5959tokio-test = " 0.4.4"
6060
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ impl AnalysisScanTool {
9595 false ,
9696 display_format,
9797 None ,
98+ None ,
9899 ) ;
99100 match analysis_result {
100101 Ok ( analysis) => {
You can’t perform that action at this time.
0 commit comments