Merged
Conversation
Adds a GitHub Actions workflow that: - Detects PRs that only modify README.md - Comments explaining we no longer accept new server additions - Directs contributors to the MCP registry instead - Allows updates/removals via /i-promise-this-is-not-a-new-server - Uses labels (readme: pending / readme: ready for review) for filtering - Minimizes bot comment after confirmation to reduce clutter Claude-Generated-By: Claude Code (cli/claude-opus-4-5=100%) Claude-Steers: 10 Claude-Permission-Prompts: 0 Claude-Escapes: 0
Member
Author
|
(I've looked over the implementation, and gone back and forth with Claude a bit with it - I think it's right but hard to tell without actually running it in GitHub Actions so can't be certain) |
olaservo
approved these changes
Jan 6, 2026
Member
olaservo
left a comment
There was a problem hiding this comment.
Thank you for adding this, lets try it out!
This was referenced Jan 6, 2026
Member
|
@domdomegg showing a syntax error: https://github.com/modelcontextprotocol/servers/actions/runs/20738556416/workflow My test PR: #3186 |
domdomegg
added a commit
that referenced
this pull request
Jan 6, 2026
Member
Author
|
Fixed, thanks! New test in #3188 |
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 a GitHub Actions workflow that handles PRs which only modify README.md:
/i-promise-this-is-not-a-new-servercommandreadme: pending/readme: ready for review) for filteringThis should reduce the manual effort of closing PRs that are adding new servers to the deprecated list.