Can I diff two .mcptrace files? #44
Answered
by
adityachilka1
adityachilka1
asked this question in
Q&A
|
I want to compare a known-good trace against a failing one to see what changed. |
Answered by
adityachilka1
May 22, 2026
Replies: 1 comment
|
Yes — |
0 replies
Answer selected by
adityachilka1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes —
mcp-devtools diff baseline.mcptrace current.mcptrace. It walks both traces frame-by-frame and reports frame-count drift, direction mismatches, method differences, error-flag toggles, and body diffs with frame-indexed output. Exit code is0if the traces are identical and1otherwise, which makes it useful in CI.