compare_semver
ActiveTool of Semver
declared in 0.1.0
Compare two semver strings. Returns -1 (a<b), 0 (equal), or 1 (a>b), honoring prerelease precedence.
Parameters schema
{
"type": "object",
"required": [
"a",
"b"
],
"properties": {
"a": {
"type": "string",
"description": "First version."
},
"b": {
"type": "string",
"description": "Second version."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Semver
https://github.com/pipeworx-io/mcp-semver
2/7 registries