We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d99b commit 54e110eCopy full SHA for 54e110e
crates/rust-mcp-sdk/src/mcp_traits.rs
@@ -1,5 +1,6 @@
1
#[cfg(feature = "client")]
2
pub mod mcp_client;
3
+#[cfg(any(feature = "server", feature = "client"))]
4
pub mod mcp_handler;
5
#[cfg(feature = "server")]
6
pub mod mcp_server;
0 commit comments