You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(mcp): cover per-request timeout on a silent-but-alive server
The existing EOF regression test only covers a subprocess that closes
stdout. Add a stub that completes initialize then ignores every
subsequent request without responding or exiting; with no internal
timeout the call would hang forever, so the test deliberately omits an
external watchdog and asserts the client raises a 'timed out' MCPError.
0 commit comments