Skip to content

qmax-mcp 0.9.0

Latest

Choose a tag to compare

@Desperado Desperado released this 28 Aug 09:41
· 8 commits to main since this release
v0.9.0
1c580af

Highlights

  • qmax-mcp inspect <url> brings inspect_page to the CLI: every control with a ready-to-paste Playwright locator ranked by how durable its source is, a per-control stability verdict, and a page-level testability score. The Markdown report leads with the testability verdict, then the locator table best-handle-first, then the caveats that make a fragile or none verdict actionable; --format json returns the full structure for programmatic consumers — a script choosing selectors for a generated spec, or a selector-healing tool such as 9lives picking the anchor to re-find a control by.
  • The locator ranking itself shipped in 0.8.0 but was reachable only through an MCP client; this closes the gap for shell callers. --out and --allow-private-network work exactly as they do for scan.

Upgrading from 0.8.0

Nothing to do. This release is additive only: nothing a connected agent sees for an unchanged page is different from 0.8.0, so scores, findings, and locator recommendations are directly comparable.

Install

npx -y @qualitymax/qmax-mcp@0.9.0

Published with npm provenance (SLSA v1) from tag v0.9.0, commit 1c580af.

Full details: CHANGELOG.md

Merged work: #95, release candidate #96.