Conversation
…3965 Class C Mounts the conformance grader's strict route per tenant using the v5 monolith with ctx.strict=true. Strict authenticator composition rebuilds the requiredFor enforcement (vector 001) and webhook-auth enforcement (vector 027) the multi-tenant migration dropped. Floors ratchet for the +31 step lift across all six tenants. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/<tenant>/mcp-strictmounts that the 6.0.0 multi-tenant migration (feat(training-agent)!: migrate to @adcp/sdk@6.0.0 + split into per-specialism tenants #3713) dropped along withSTRICT_REQUIRED_FORenforcement andenforceSigningWhenWebhookAuthPresent. Thesigned_requestsconformance storyboard has been failing at discovery on every tenant since then — the runner targets/<tenant>/mcp-strict(run-storyboards.ts:350-352) but only/<tenant>/mcpwas mounted.ctx.strict = truesoselectSigningCapability(ctx)advertisesSTRICT_REQUIRED_FOR. Request-signing is a transport-layer property — not specialism-specific — so the strict route doesn't need v6 platform dispatch.requireSignatureWhenPresentwithrequiredFor: STRICT_REQUIRED_FOR+mcpToolNameResolver→ unsignedcreate_media_buycalls surfacerequest_signature_required(vector 001) instead of admitting bearer.enforceSigningWhenWebhookAuthPresentwrapper → unsigned webhook-registration carryingpush_notification_config.authenticationfires the same error (vector 027). Bearer-bypass is the exact downgrade this rule prevents.InMemoryReplayStore(training-agent verifier: replay store doesn't reject duplicate (keyid, nonce) — fails grader neg/016 #3338) so a nonce consumed on/mcpcan't falsely firerequest_signature_replayedon/mcp-strict.Floors ratchet to capture the +31 step lift across all six tenants:
Closes #3965 Class C. The full #3965 cluster is now closed.
Test plan
signed_requestsstoryboard now grades all positive + negative vectors per tenant🤖 Generated with Claude Code