rmcp-server-kit 1.3.1

Reusable MCP server framework with auth, RBAC, and Streamable HTTP transport (built on the rmcp SDK)
Documentation
1
2
3
4
5
6
//! Re-exports of [`secrecy`] types for handling sensitive values.
//!
//! Downstream crates use these to wrap credentials and secrets so that
//! they are not accidentally logged or serialized.

pub use secrecy::{ExposeSecret, SecretBox, SecretString};