Changelog

What shipped recently in MCP Server.

August 2026


MCP Server·

tr_diagnose_run and healing tools returned blank failure details — fixed

  • tr_diagnose_run listed every failure with a blank test name, an error_type stuck 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_runs and both healing tools.

Released as @testrelic/mcp v3.4.1.

July 2026


MCP Server·

Faster, more consistent AI assistant setup

The MCP server's tool list was trimmed by over 20% so assistants start faster, all supported AI assistants now get the same guidance out of the box, and small version mismatches between the server and your assistant no longer break the connection.

June 2026


MCP Server·

Your AI assistant remembers your repo

Added repository memory: your AI assistant now retains context about a codebase across sessions instead of starting fresh every time you open it.