We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c85261 commit 13a9940Copy full SHA for 13a9940
1 file changed
tests/commands/server/test_run.py
@@ -736,7 +736,6 @@ def test_run_temporary_without_source_uses_fallback_name(self) -> None:
736
mock_atexit.register.assert_called_once()
737
mock_process.assert_called_once()
738
739
-
740
def test_run_registration_with_streamable_http_only(self) -> None:
741
"""Test that registration uses /mcp endpoint when only streamable HTTP is enabled."""
742
with (
0 commit comments