Skip to content

Commit 1b2c202

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
feat: fix tools calling
1 parent d176f09 commit 1b2c202

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

rust-mcp-server-syncable-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ categories = [
2727

2828
[dependencies]
2929
async-trait = "0.1.88"
30-
rust-mcp-sdk = "0.6.0"
30+
rust-mcp-sdk = "0.4.3"
3131
tracing = "0.1.41"
3232
tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"] }
3333
serde = { version = "1.0", features = ["derive"] }
@@ -54,7 +54,7 @@ predicates = "3"
5454
tempfile = "3"
5555
proptest = "1"
5656
serde_json = "1.0"
57-
reqwest = { version = "0.12", features = ["blocking"] }
57+
reqwest = { version = "0.11", features = ["blocking"] }
5858
http = "0.2"
5959
tokio-test = "0.4.4"
6060

rust-mcp-server-syncable-cli/src/tools.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) => {

0 commit comments

Comments
 (0)