skills.mdx: CacheableResult on skills/list and skills/get, state 2026-07-28 baseline - #139
Open
pja-ant wants to merge 1 commit into
Open
skills.mdx: CacheableResult on skills/list and skills/get, state 2026-07-28 baseline#139pja-ant wants to merge 1 commit into
pja-ant wants to merge 1 commit into
Conversation
…ecord decisions Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Sure6Sknngow87Q6TkzTfL
pja-ant
marked this pull request as ready for review
September 8, 2026 12:02
aditya-scio
approved these changes
Sep 8, 2026
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.
Follow-up to #138 addressing @panyam's review comment on
specification/stable/skills.mdx, cross-checked against the base2026-07-28schema.Before:
After:
Changes:
ListSkillsResultnow extendsCacheableResult.PaginatedResultalone does not carryttlMs/cacheScope; those live onCacheableResultand are required there, as ontools/listandresources/list. The prose bullet now says the fields are required, and everyskills/listexample response carries them.GetSkillResultnow extendsCacheableResult. SEP-2640 left open whetherskills/getcarries caching attributes "asresources/readresults do". This resolves it: yes, matchingReadResourceResult. A new semantics bullet explainsttlMsas the hint for when to re-callskills/get, and notes neither field is an integrity property. Everyskills/getexample response carries them.2026-07-28or later and naming the base types it references. This is why the SEP's "in protocol versions 2026-07-28 and later" conditional is not carried.resources-capability line reworded as a consequence of the base Resources specification (a server servingresources/readdeclaresresources) rather than a free-standing new MUST. The requirement itself is kept so the conformance suite can check it.resources/readresponse also gainsttlMs/cacheScope, sinceReadResourceResultrequires them at this revision.docs/decisions.mdgets a 2026-09-08 entry (Status: Proposed) recording the three normative points above as deliberate, per this repo's process for changes beyond the v1 SEP text.Not changed here:
ReadResourceDirectoryResultstill extendsPaginatedResultonly. Its closest analogueListResourcesResultis cacheable, so the same question applies; left for a separate decision.All JSON examples parse and all internal anchors resolve.
🤖 Generated with Claude Code
Requested by Peter · Claude session #01Sure6S