Docs.rs
rust-mcp-transport-0.1.1
rust-mcp-transport 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hashemix
Dependencies
async-trait ^0.1.88
normal
futures ^0.3
normal
rust-mcp-schema ^0.2.1
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
tokio ^1.44.1
normal
Versions
34.48%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
rust_
mcp_
transport
0.1.1
All Items
Crate Items
Modules
Structs
Enums
Traits
Crate
rust_mcp_transport
Copy item path
Source
Modules
§
error
Structs
§
Message
Dispatcher
Provides a dispatcher for sending MCP messages and handling responses.
Stdio
Transport
Implements a standard I/O transport for MCP communication.
Transport
Options
Configuration for the transport layer
Enums
§
IOStream
Enum representing a stream that can either be readable or writable. This allows the reuse of the same traits for both MCP Server and MCP Client, where the data direction is reversed.
Traits
§
MCPDispatch
A trait for sending MCP messages.
Transport
A trait representing the transport layer for MCP.