feat(conformance): add SEP-3221 Secure Parameters traceability mapping - #452
Open
anubhav756 wants to merge 1 commit into
Open
feat(conformance): add SEP-3221 Secure Parameters traceability mapping#452anubhav756 wants to merge 1 commit into
anubhav756 wants to merge 1 commit into
Conversation
commit: |
anubhav756
force-pushed
the
anubhav-secure-params
branch
from
August 10, 2026 13:24
e0871f9 to
0735c4d
Compare
Open
9 tasks
anubhav756
force-pushed
the
anubhav-secure-params
branch
from
August 10, 2026 13:47
0735c4d to
aca9cda
Compare
anubhav756
force-pushed
the
anubhav-secure-params
branch
from
August 10, 2026 16:06
aca9cda to
5b87412
Compare
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.
This PR adds the structured traceability mapping file (
src/seps/sep-3221.yaml) for the Secure Parameters Extension (io.modelcontextprotocol/secure-params).Motivation and Context
Under SEP-2484 (Conformance Tests Required for Final SEPs), all extension proposals require a complete YAML traceability mapping connecting every RFC 2119 normative assertion (
MUST,MUST NOT,SHOULD) to discrete conformance test check IDs.This PR establishes the formal traceability contract for the Secure Parameters Extension before automated test scenarios and harness checks are authored.
How Has This Been Tested?
src/seps/sep-2663.yamlandsrc/seps/sep-2575.yaml).excludedin compliance with SEP-2484.Breaking Changes
None. This adds a new extension traceability mapping file and does not modify core test suites.
Types of changes
Checklist
Additional context