Docs.rs
remote-mcp-kernel-0.1.0-alpha.7
remote-mcp-kernel 0.1.0-alpha.7
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
4kk11
Dependencies
async-trait ^0.1
normal
aws-config ^1.8.1
normal
optional
aws-sdk-dynamodb ^1.82.0
normal
optional
axum ^0.8.4
normal
base64 ^0.22
normal
chrono ^0.4.41
normal
dashmap ^6.1
normal
dotenv ^0.15.0
normal
oauth-provider-rs ^0.1.0-alpha.7
normal
reqwest ^0.12
normal
rmcp ^0.2.1
normal
rmcp-macros ^0.2.1
normal
schemars ^0.8.21
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0
normal
tokio ^1.46.1
normal
tokio-util ^0.7.15
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
url ^2.5
normal
urlencoding ^2.1
normal
uuid ^1.0
normal
Versions
57.06%
of the crate is documented
Platform
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
Files
remote_mcp_kernel/
lib.rs
1
pub mod
config;
2
pub mod
error;
3
pub mod
handlers;
4
pub mod
microkernel;
5
pub mod
server_info;