docs(findings): PHP MCP SDK + Symfony AI Mate skills-as-resources#95
Open
wachterjohannes wants to merge 2 commits into
Open
docs(findings): PHP MCP SDK + Symfony AI Mate skills-as-resources#95wachterjohannes wants to merge 2 commits into
wachterjohannes wants to merge 2 commits into
Conversation
… entry First PHP-ecosystem implementation of SEP-2640: php-sdk#372 serves a directory of SKILL.md files as skill:// resources, symfony/ai#2132 ships the skill content in the Mate MCP server. Records what was verified (serving via MCP Inspector snapshots), the spec-text frictions hit (_meta namespace, resource name charset, empty-payload serialization), and the Claude Code consumption gap.
…view The SEP PR specifies the io.modelcontextprotocol.skills/ _meta prefix (our SDK independently converged on it); the resource-name point is an SDK registration-uniqueness detail, not a spec gap. Reframe both and note the PR-vs-repo-draft drift on the _meta sentence.
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 an experimental-findings entry for the first PHP-ecosystem implementation of SEP-2640.
io.modelcontextprotocol/skillsto the official PHP MCP SDK —addSkillsFromDirectory()serves a directory ofSKILL.mdfiles (plus supporting files) asskill://resources and generatesskill://index.json.references/).The entry records, per the contribution guidelines, what was tested (serving verified via MCP Inspector stdio snapshots + unit tests), the spec-text frictions hit while implementing the server side (undefined
_metanamespace → had to inventio.modelcontextprotocol.skills/; resourcenamecharset can't hold a skill name, making the "name SHOULD = frontmatter name" recommendation unsatisfiable; empty-payload capability serializing to[]instead of{}), the Claude Code consumption gap observed from current docs (data point for #38), and what remains untested (model-adherence evals, themcp-resource-templatetype, model-driven client loading).Happy to adjust framing or move any of this into the relevant open issues (#38/#54/#55) if preferred.