Streamline README and add conformance score badges#312
Merged
Conversation
c651598 to
1354f66
Compare
1354f66 to
b91bd85
Compare
b91bd85 to
aa2560b
Compare
- Add a shields.io badge row to the README header (version, CI, PHP version, license, conformance scores, protocol/spec) to match the other official MCP SDKs. - Expand "PHP Libraries Using the MCP SDK" into a curated, alphabetically sorted list of downstream projects. - Add tests/Conformance/bin/score.php, a Symfony Console command that turns a conformance run's --output-dir into a shields.io endpoint JSON. - Extend the weekly conformance workflow to score each run and publish the client/server pass-rate to the orphan `badges` branch that the README badges read. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
aa2560b to
4305dd5
Compare
soyuka
approved these changes
May 18, 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.
What
Aligns the README with the other official MCP SDKs (C#, Python, TypeScript, Go) and surfaces a live conformance score.
README
mcp/sdk, kept only if ≥50 ★ or backed by a renowned org).Conformance score badges
tests/Conformance/score.php— a Symfony Console command that turns a conformance run's--output-dirtree into a shields.io endpoint badge JSON (a scenario passes when no check hasFAILUREstatus). Verified locally: server 29/30, client 3/26.conformance-weekly.yamlworkflow: each run now also writes results with--output-dir, scores them, and a newpublishjob pushes the score JSON to an orphanbadgesbranch (self-created on first run) that the README endpoint badges read. One conformance run both gates against the baseline and produces the score — no separate workflow, no extra cron.Notes
conformance-weeklyruns once (weekly, or via Run workflow) and creates thebadgesbranch.pipeline.yamlis untouched) or to the weekly baseline gate / issue-on-failure.🤖 Generated with Claude Code