Skip to content

v0.12.1

Choose a tag to compare

@blackwell-systems blackwell-systems released this 01 Jun 06:23
· 59 commits to main since this release

Fixed

  • E112 false positives: token_budget, max_tokens, page_token, and similar non-sensitive token parameters no longer flagged as secrets. Added allowlist for common non-auth "token" params.
  • E107 false positives: Circular dependency detection now requires strong field name match (>=0.8 similarity). Description cross-references ("see also blast_radius") no longer create dependency edges.

Added

  • --skip-rules flag: Suppress specific rule codes in CI. Example: mcp-assert lint --server "..." --skip-rules E107,E112

Full Changelog: v0.12.0...v0.12.1