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
ci: keep the installer MCP stub session from hanging the job
The stdio MCP server answers requests but never exits on stdin EOF, so the
previous pipe blocked the step until the 15m job timeout. Feed the requests
through a pipe held open by a trailing sleep (an immediate EOF closes the
transport before it replies), then kill the process by name. Avoids the
non-portable `timeout` (absent on macOS runners).
0 commit comments