[Agents] Publish MCP skill artifacts#31606
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
CI run failed: build logs |
b6e558d to
f05d101
Compare
Review SummaryThis PR introduces static MCP-facing Cloudflare Skills artifacts served from What changed
Suggested labels
Issues to address before merge🔴 Blocking: Missing
|
f05d101 to
369a5b5
Compare
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
Summary
Uses the experimental MCP publication mode from FredKSchott/astro-skills#4 to publish Cloudflare Skills artifacts under
/.well-known/mcp/skills/, including an SEP-style skill index, tree manifest, direct file resources, and archive resources backed by the generated Cloudflare Skills bundle.This follows SEP-2640: Skills Extension in the Model Context Protocol repository.
Companion implementation PRs:
Dependency note: this branch validates when the linked
astro-skillsPR is built locally, but a fresh GitHub dependency install currently needs that PR to include consumable package output, such as builtdist/files or an equivalent package/prepare flow.Also updates the Cloudflare MCP servers docs to recommend the Cloudflare API MCP server by default, while positioning product-specific MCP servers as specialized options.
Documentation checklist