Skip to content

testdino-hq/testdino-mcp

v1.0.11 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 17d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

breaking_upgrade

ReleasePort's take

Moderate signal
editorial:auto 11d

The release replaces the `test_audit` tool with two new commands: `get_audit_report` and `submit_audit_report`.

Why it matters: Affects API/tooling users; migrate to the new commands before using v1.0.11.

Summary

AI summary

Updates v1.0.11, Full Changelog v1.0.10...v1.0.11, and https://github.com/testdino-hq/testdino-mcp/compare/v1.0.10...v1.0.11 across a mixed release.

Changes in this release

Breaking High

Replaces `test_audit` tool with `get_audit_report` and `submit_audit_report`.

Replaces `test_audit` tool with `get_audit_report` and `submit_audit_report`.

Source: llm_adapter@2026-07-16

Confidence: high

Full changelog

v1.0.11

What's new?

Smarter test audits. Your AI now knows what's actually broken before it starts reviewing.

Ask your AI assistant for a TestDino audit on your Playwright tests and it
stops guessing. It walks in with the top failing tests, the top flaky
tests, and the top slow tests from your real test runs, for the branch
you're on, before it looks at a single line of your code. The audit that
comes out is grounded in what your test suite is actually doing, not the
AI's hunch.

🧭 The audit conversation, made honest

Before, when you said "audit my checkout flow tests", the AI would read
your files and improvise findings. Now:

  1. Your AI pulls context from TestDino first. Which tests keep failing on your branch, which ones are flaky, which ones are getting slow, and how many runs have been recorded lately.
  2. Then it reviews your code with that context in hand.
  3. Then it files the audit report back to TestDino. Same as before, viewable in the dashboard alongside your test runs.

You'll notice the reports read more like "the checkout total-calculation
test has failed 8 out of the last 10 runs, here's why the assertion is
too loose"
instead of generic "consider stronger assertions" advice.

🧩 Two focused tools now drive the audit flow

The audit runs on two tools:

  • get_audit_report: fetches the audit context (prompt + branch signals) at the start of a new audit, or browses and retrieves past audit reports.
  • submit_audit_report: hands in the completed audit with score, findings, recommendations, and markdown.

Regular conversational usage ("run a TestDino audit on my Playwright
tests") just works, no config changes needed for your Cursor or Claude
Desktop setup.

Heads up for custom automations and CI scripts: if you were calling
test_audit by name in your own scripts, update those references to
get_audit_report and submit_audit_report. The test_audit tool has
been replaced by these two.

Full Changelog

v1.0.10...v1.0.11

Breaking Changes

  • `test_audit` tool has been removed; use `get_audit_report` and `submit_audit_report` instead.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track testdino-hq/testdino-mcp

Get notified when new releases ship.

Sign up free

About testdino-hq/testdino-mcp

Connects your TestDino testrun/testcase data to AI agents so you can review runs, debug failures, and manage manual test cases using natural language.

All releases →

Related context

Earlier breaking changes

  • v2.0.0 Changes service address to `mcp.testdino.com`; custom URLs must be updated.
  • v2.0.0 Requires a new Personal Access Token; old tokens no longer work.

Beta — feedback welcome: [email protected]