Skip to content

Commit fec6cae

Browse files
committed
docs: align SEP-2577 expect reason with sibling suppressions
1 parent 6be7cce commit fec6cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/src/transport/streamable_http_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ mod tests {
17991799

18001800
#[expect(
18011801
deprecated,
1802-
reason = "sampling (SEP-2577) is still a representative server request"
1802+
reason = "Sampling is deprecated by SEP-2577 but remains the canonical restricted request"
18031803
)]
18041804
fn sampling_request_message(id: i64) -> ServerJsonRpcMessage {
18051805
use crate::model::{CreateMessageRequest, CreateMessageRequestParams, SamplingMessage};

0 commit comments

Comments
 (0)