MCP Server·
tr_diagnose_run and healing tools returned blank failure details — fixed
tr_diagnose_runlisted every failure with a blank test name, anerror_typestuck on "Error", an empty message, and zero duration — the count was right, so it looked like a working tool returning useless data. That's fixed.- Timed-out tests were previously dropped entirely; they're now counted and correctly inferred as
TimeoutError. - Failures now collapse per test instead of per timeline step, so one failing test no longer produces multiple duplicate "failures."
- This also fixes
tr_compare_runsand both healing tools.
Released as @testrelic/mcp v3.4.1.