Docs.rs
mcp-client-0.1.0
mcp-client 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
baxen
dsp-ant
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.83
normal
eventsource-client ^0.12.0
normal
futures ^0.3
normal
mcp-spec ^0.1.0
normal
rand ^0.8
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1
normal
tower ^0.4
normal
tower-service ^0.3
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2.5.4
normal
Versions
16.28%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mcp_
client
0.1.0
BoxError
Aliased Type
In mcp_
client::
client
mcp_client
::
client
Type Alias
BoxError
Copy item path
Source
pub type BoxError =
Box
<dyn
Error
+
Sync
+
Send
>;
Aliased Type
ยง
pub struct BoxError(
/* private fields */
);