action-metadata extension (from SEP-2061)#3
Open
SamMorrowDrums wants to merge 1 commit into
Open
Conversation
This was referenced Jun 15, 2026
SamMorrowDrums
added a commit
that referenced
this pull request
Jun 15, 2026
The posted SEP-1913 umbrella comment was updated to match the shipped structure: two extensions plus a schemes/ folder, with FIDES as one data-labelling scheme (ifc.fides.v1) rather than an extension/profile. Bring docs/intent-comment.md back in sync as the source of record and add the three stacked PR links (#2 base, #3 action-metadata, #4 FIDES scheme). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SamMorrowDrums
added a commit
that referenced
this pull request
Jun 16, 2026
The posted SEP-1913 umbrella comment was updated to match the shipped structure: two extensions plus a schemes/ folder, with FIDES as one data-labelling scheme (ifc.fides.v1) rather than an extension/profile. Bring docs/intent-comment.md back in sync as the source of record and add the three stacked PR links (#2 base, #3 action-metadata, #4 FIDES scheme). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
aee8f53 to
d0733ef
Compare
Stacked on the trust-annotations base. Declarative inputMetadata / returnMetadata + outcome classifiers (incl. requires_review) on ToolAnnotations. Carries forward the field semantics from SEP-2061 (Action Security Metadata, @rreichel3), closed 2026-06-13 in favour of this extension. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
e7a0bb0 to
85c2be7
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.
Adds the
io.modelcontextprotocol/action-metadataexperimental extension.inputMetadata/returnMetadata+ outcome classifiers (includingrequires_review) onToolAnnotations: a declarative contract describing where a tool's inputs go, where its outputs originate, and what real-world effects it can cause.Origin
Carries forward the field semantics from SEP-2061 (Action Security Metadata) by @rreichel3, which @localden closed on 2026-06-13 in favour of this extension. SEP-2061 is preserved as the origin and credit. @connor4312's review of SEP-1913 — "InputMetadata/ReturnMetadata seem okay. I would be able to trust these as a client" — is the clearest external endorsement of this shape.
Stacking
Part of the three-PR split of SEP-1913 (see the base PR for the full plan):
trust-annotationsextensionaction-metadataextension (independent of the FIDES scheme)schemes/ifc-fides.md, stacked on the baseTargets the
trust-annotationsbase branch; retarget tomainonce the base merges.