You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.