From cd5226da2ef2152b63f00405e71f89ec23688f42 Mon Sep 17 00:00:00 2001 From: Ates Goral Date: Mon, 15 Jun 2026 10:30:14 +0200 Subject: [PATCH] test: close stdio stderr pipe --- test/mcp/client/stdio_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mcp/client/stdio_test.rb b/test/mcp/client/stdio_test.rb index 6b1b92fb..ce01fb91 100644 --- a/test/mcp/client/stdio_test.rb +++ b/test/mcp/client/stdio_test.rb @@ -73,6 +73,7 @@ def test_send_request_starts_process_and_returns_response stdin_write.close stdout_read.close stdout_write.close + stderr_read.close end def test_send_request_initializes_session_on_first_call