Docs.rs
turul-http-mcp-server-0.2.1
turul-http-mcp-server 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
hortovanyi
Dependencies
async-stream ^0.3
normal
async-trait ^0.1
normal
bytes ^1
normal
chrono ^0.4
normal
futures ^0.3
normal
http ^1.3
normal
http-body ^1
normal
http-body-util ^0.1
normal
hyper ^1.7
normal
hyper-util ^0.1
normal
lazy_static ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tower ^0.5
normal
tracing ^0.1
normal
turul-mcp-json-rpc-server ^0.2.1
normal
turul-mcp-protocol ^0.2.1
normal
turul-mcp-session-storage ^0.2.1
normal
uuid ^1
normal
tokio ^1
dev
Versions
86.91%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
HasLevelParam
turul_
http_
mcp_
server
0.2.1
HasLevel
Param
Required Methods
level
Implementors
In turul_
http_
mcp_
server::
traits
turul_http_mcp_server
::
traits
Trait
HasLevel
Param
Copy item path
Source
pub trait HasLevelParam:
Params
{ // Required method fn
level
(&self) -> &
LoggingLevel
; }
Required Methods
§
Source
fn
level
(&self) -> &
LoggingLevel
Implementors
§
Source
§
impl
HasLevelParam
for
LoggingMessageParams
Source
§
impl
HasLevelParam
for
SetLevelParams