Skip to content

consent-engine v0.6.10

Choose a tag to compare

@github-actions github-actions released this 02 Jun 01:47
· 7 commits to main since this release

fix: silence mcp_server no-untyped-call at the mypy config level

The v0.6.10 inline # type: ignore[no-untyped-call] was needed with the [mcp]
extra installed but flagged as unused in the no-mcp lane (Server resolves to Any
there, so there is nothing to ignore). Moved the suppression into the existing
consent_engine.mcp_server mypy override (disable_error_code += no-untyped-call)
and removed the inline comment. Verified clean in both lanes.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com