Docs.rs
turul-http-mcp-server-0.1.0
turul-http-mcp-server 0.1.0
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.1.0
normal
turul-mcp-protocol ^0.1.0
normal
turul-mcp-session-storage ^0.1.0
normal
uuid ^1.18
normal
tokio ^1
dev
Versions
83.72%
of the crate is documented
This release has been yanked, 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
HasLoggerParam
turul_
http_
mcp_
server
0.1.0
HasLogger
Param
Required Methods
logger
Implementors
In turul_
http_
mcp_
server::
traits
turul_http_mcp_server
::
traits
Trait
HasLogger
Param
Copy item path
Source
pub trait HasLoggerParam:
Params
{ // Required method fn
logger
(&self) ->
Option
<&
String
>; }
Required Methods
§
Source
fn
logger
(&self) ->
Option
<&
String
>
Implementors
§
Source
§
impl
HasLoggerParam
for
LoggingMessageParams