Skip to content

Commit 76f2989

Browse files
committed
docs: cross-link SEP-2260 stream markers
1 parent 45865c1 commit 76f2989

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/rmcp/src/service.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ pub(crate) fn in_request_handler_scope() -> bool {
249249
/// outside a handler they return an `invalid_request` error. The association
250250
/// is task-local and does not cross `tokio::spawn`, so use the task manager
251251
/// for long-running work.
252+
///
253+
/// The client receive-side mirror is [`InboundStreamOrigin`].
252254
#[derive(Debug, Clone, PartialEq, Eq)]
253255
#[expect(clippy::exhaustive_structs, reason = "intentionally exhaustive")]
254256
pub struct OriginatingRequestId(pub RequestId);

0 commit comments

Comments
 (0)