Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 14:49
· 15 commits to main since this release
3611220

Changed

  • Scan commands (model-scan trigger/info, mcp-scan run/info --scan-id) now
    print raw API JSON by default for Python CLI migration parity; use
    --envelope for the normalized verdict JSON/text. Migration: pipelines on
    0.1.1 that parsed envelope_version on stdout without --raw must add
    --envelope (or --raw=false) after upgrade.
  • model-scan list and model-scan info print verbatim API JSON
    (pass-through), matching Python CLI output shape; paging serializes as
    count/offset/total instead of limit.