Skip to content

Commit 808e027

Browse files
committed
Merge remote-tracking branch 'upstream'
* upstream: chore: remove the rig example (modelcontextprotocol#763) feat: add configuration for transparent session re-init (modelcontextprotocol#760) fix: drain in-flight responses on stdin EOF (modelcontextprotocol#759) fix: remove default type param from StreamableHttpService (modelcontextprotocol#758) fix: use cfg-gated Send+Sync supertraits to avoid semver break (modelcontextprotocol#757)
2 parents 97d9a23 + 30cdc38 commit 808e027

15 files changed

Lines changed: 651 additions & 780 deletions

File tree

crates/rmcp/Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,15 @@ required-features = [
291291
"transport-streamable-http-client-unix-socket",
292292
]
293293
path = "tests/test_unix_socket_transport.rs"
294+
295+
[[test]]
296+
name = "test_streamable_http_stale_session"
297+
required-features = [
298+
"server",
299+
"client",
300+
"transport-streamable-http-server",
301+
"transport-streamable-http-client",
302+
"transport-streamable-http-client-reqwest"
303+
]
304+
path = "tests/test_streamable_http_stale_session.rs"
305+

0 commit comments

Comments
 (0)