We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84db305 commit 5f112f6Copy full SHA for 5f112f6
crates/rmcp/src/transport/streamable_http_server/session/store.rs
@@ -18,7 +18,7 @@ pub type SessionStoreError = Box<dyn std::error::Error + Send + Sync + 'static>;
18
///
19
/// Implement this trait to back sessions with Redis, a database, or any
20
/// key-value store. The simplest usage is to set
21
-/// [`StreamableHttpServerConfig::session_store`] to an `Arc<impl SessionStore>`.
+/// `StreamableHttpServerConfig::session_store` to an `Arc<impl SessionStore>`.
22
23
/// # Example (in-memory, for testing)
24
0 commit comments