get_versions
ActiveTool of Rubygems
declared in 0.1.0
Get full version history for a Ruby gem. Returns every published version with release date, download count, Ruby version compatibility, and licenses. Use for "what versions of X exist?" or "when did Y release version Z?".
Parameters schema
{
"type": "object",
"examples": [
{
"name": "rails"
},
{
"name": "rspec",
"limit": 50
}
],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Gem name (e.g., \"rails\")"
},
"limit": {
"type": "number",
"description": "Max versions to return (default 25, max 200). Latest first."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Rubygems
https://github.com/pipeworx-io/mcp-rubygems
2/7 registries