fix: add mcp-name ownership proof to README for MCP Registry#22
Conversation
|
Warning Review limit reached
Next review available in: 1 minute Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 209 209
=========================================
Hits 209 209 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
4928a69 to
9521296
Compare
The MCP Registry requires the server name to appear as 'mcp-name: io.github.commit-check/commit-check-mcp' in the PyPI package README as proof of ownership. Without this line, the registry validation fails. Placed at the bottom of README with HTML comments explaining its purpose, to prevent accidental deletion.
9521296 to
9557382
Compare
Problem
After fixing the race condition (race between PyPI publish and MCP Registry publish), the workflow now fails with a different error:
The MCP Registry requires the server name to appear as
mcp-name: ...in the PyPI package README as proof of ownership. The registry reads the README from PyPI and checks that it contains this line before accepting the server.json publication.Fix
Added
mcp-name: io.github.commit-check/commit-check-mcptoREADME.md(with an HTML comment pointing to the MCP Registry docs for context). This line will be included in the package uploaded to PyPI, satisfying the ownership validation.Relevant run
https://github.com/commit-check/commit-check-mcp/actions/runs/28819007662/job/85465869552