Add skills resources to Cloudflare API code mode server#165
Draft
irvinebroque wants to merge 1 commit into
Draft
Add skills resources to Cloudflare API code mode server#165irvinebroque wants to merge 1 commit into
irvinebroque wants to merge 1 commit into
Conversation
This was referenced Jun 21, 2026
Contributor
|
love this thanks |
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
Adds draft MCP Skills extension support to the Cloudflare API Code Mode MCP server.
This assumes Cloudflare Skills are published by developers.cloudflare.com under
/.well-known/mcp/skills/, following the artifact shape from cloudflare/cloudflare-docs#31606 and FredKSchott/astro-skills#4.Related Astro plugin implementation: irvinebroque/astro-skills#1.
Changes
capabilities.extensions["io.modelcontextprotocol/skills"]withdirectoryRead: trueskill://index.jsonfrom the published skills indexskill://...skill files from published docs artifactsresources/directory/readusing.tree.jsonindex.jsoncodemode=falsebehavior unchangedCompatibility
This is additive for MCP clients:
Some of the
skills.tsadapter code is likely temporary or simplifiable once the Model Context Protocol TypeScript SDK adds native support for the Skills extension and its capability/resource helpers.Verification
npm run checkPassed format, lint, typecheck, and all tests.