We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959d4e3 commit c317cabCopy full SHA for c317cab
1 file changed
tests/shared/test_streamable_http.py
@@ -589,6 +589,7 @@ def test_session_id_pattern():
589
590
def test_streamable_http_transport_init_validation():
591
"""Test that StreamableHTTPServerTransport validates session ID on init."""
592
+
593
# Valid session ID should initialize without errors
594
valid_transport = StreamableHTTPServerTransport(mcp_session_id="valid-id")
595
assert valid_transport.mcp_session_id == "valid-id"
0 commit comments