RubyGems Gem Publishing
Workflow capability for publishing and managing Ruby gems on RubyGems.org. Combines gem publishing, yanking, ownership management, and webhook notification setup. Serves gem maintainers and CI/CD pipelines that automate gem releases and manage the gem lifecycle on RubyGems.org.
What You Can Do
MCP Tools
push-gem
Submit a built Ruby gem (.gem file) to RubyGems.org for publishing
yank-gem
Remove a specific Ruby gem version from the RubyGems.org index
list-owned-gems
List all gems owned by the authenticated RubyGems user
list-gem-owners
List all owners of a specific gem
add-gem-owner
Add a new owner to a Ruby gem by email address
remove-gem-owner
Remove an owner from a Ruby gem by email address
create-webhook
Register a webhook to receive notifications when a gem is pushed
list-webhooks
List all webhook subscriptions for the authenticated user
test-webhook
Test fire a webhook to verify it is receiving notifications correctly