Skip to content

Commit d458aeb

Browse files
committed
remove unused deps
1 parent ef360d6 commit d458aeb

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

Cargo.lock

Lines changed: 11 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ tracing = "0.1.41"
1111
tracing-subscriber = "0.3.19"
1212
anyhow = "1.0.98"
1313
uuid = { version = "1.6", features = ["v7", "fast-rng"] }
14-
bytes = "1.0"
1514
futures = "0.3.31"
16-
url = "2.5.4"
1715
tokio-util = "0.7.15"
1816
reqwest = { version = "0.12", features = ["json", "stream"] }
1917

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ You will also need to know the location of the `escript` executable, so run `whi
7171
Other supported flags:
7272

7373
* `--max-disconnected-time` the maximum amount of time for trying to reconnect while disconnected. When not set, defaults to infinity.
74-
* `--receive-timeout` the maximum amount of time to wait for an individual reply from the MCP server in milliseconds. Defaults to 60000 (60 seconds).

0 commit comments

Comments
 (0)