rust-mcp-extra 0.3.3

A companion crate to rust-mcp-sdk offering extra implementations of core traits like SessionStore and EventStore, enabling integration with various database backends and third-party platforms such as AWS Lambda for serverless and cloud-native MCP applications.
Documentation
1
2
3
4
5
mod generic_token_verifier;
mod jwt_cache;

pub use generic_token_verifier::*;
pub use jwt_cache::*;