This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Affected surfaces
Summary
AI summaryAdded transparent MCP proxy, cryptographic counterparty binding verification, and comment-hygiene improvements.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Transparent MCP proxy with vendored sparfenyuk/mcp-proxy core captures MCP tool calls and responses without client code changes. Transparent MCP proxy with vendored sparfenyuk/mcp-proxy core captures MCP tool calls and responses without client code changes. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
`verify_counterparty_binding` cryptographic check on marker-supplied bindings, gated behind an allowlist environment variable. `verify_counterparty_binding` cryptographic check on marker-supplied bindings, gated behind an allowlist environment variable. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Adds a transparent MCP proxy using vendored sparfenyuk/mcp-proxy core. Adds a transparent MCP proxy using vendored sparfenyuk/mcp-proxy core. Source: granite4.1:30b@2026-05-22-audit Confidence: high |
— |
| Feature | Medium |
Introduces `verify_counterparty_binding` cryptographic check gated by an allowlist env var. Introduces `verify_counterparty_binding` cryptographic check gated by an allowlist env var. Source: granite4.1:30b@2026-05-22-audit Confidence: high |
— |
| Feature | Medium |
Emits two Compliance Receipts per call with capture_topology="mcp_proxy" and chain linkage via acknowledgment_for_receipt_id. Emits two Compliance Receipts per call with capture_topology="mcp_proxy" and chain linkage via acknowledgment_for_receipt_id. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
| Refactor | Medium |
Extended comment-hygiene sweep across src/ test docstrings and proxy module. Extended comment-hygiene sweep across src/ test docstrings and proxy module. Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
v0.3.6
Added
- Transparent MCP proxy with a vendored sparfenyuk/mcp-proxy core. Captures MCP tool calls + responses from any MCP client without code change in the client. Surface:
asqav-mcp-proxyconsole script plusProxySignerHook. Emits two Compliance Receipts per call (originating + acknowledgment, or originating + abort) withcapture_topology="mcp_proxy"and chain linkage viaacknowledgment_for_receipt_id. verify_counterparty_bindingcryptographic check on marker-supplied bindings, gated behind an allowlist env var so the trust model is explicit rather than implicit.- Extended comment-hygiene sweep across
src/test docstrings and proxy module.
Notes
- Optional
proxydependency group pinsasqav>=0.4.0for the proxy install variant. - Same wire vocabulary as cloud 0.3.6 series.
Install
pip install asqav-mcp==0.3.6
# or for proxy variant:
pip install "asqav-mcp[proxy]==0.3.6"
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About jagmarques/asqav-mcp
AI agent governance MCP server with policy enforcement, quantum-safe audit trails (ML-DSA), multi-party authorization, and compliance reporting. Check policies, sign actions, and verify signatures through MCP tools.
Related context
Beta — feedback welcome: [email protected]