Skip to content

Commit 3424ece

Browse files
committed
1
Signed-off-by: jokemanfire <[email protected]>
1 parent 4e8686f commit 3424ece

File tree

6 files changed

+1094
-15
lines changed

6 files changed

+1094
-15
lines changed

crates/rmcp/src/transport.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ pub mod auth;
114114
#[cfg_attr(docsrs, doc(cfg(feature = "auth")))]
115115
pub use auth::{AuthError, AuthorizationManager, AuthorizationSession, AuthorizedHttpClient};
116116

117+
#[cfg(feature = "auth")]
118+
#[cfg_attr(docsrs, doc(cfg(feature = "auth")))]
119+
pub mod auth_server;
120+
#[cfg(feature = "auth")]
121+
#[cfg_attr(docsrs, doc(cfg(feature = "auth")))]
122+
pub use auth_server::{AuthServer, AuthServerConfig, ServerAuthError};
123+
117124
// #[cfg(feature = "transport-ws")]
118125
// #[cfg_attr(docsrs, doc(cfg(feature = "transport-ws")))]
119126
// pub mod ws;

0 commit comments

Comments
 (0)