satisfies_range
ActiveTool of Semver
declared in 0.1.0
Test whether a version satisfies a range: exact, ^ (caret), ~ (tilde), comparators (>=,>,<=,<,=), x-ranges (1.2.x), AND (space-separated), OR (||). E.g. version "1.4.2", range "^1.2.0".
Parameters schema
{
"type": "object",
"required": [
"version",
"range"
],
"properties": {
"range": {
"type": "string",
"description": "The range, e.g. \"^1.2.0\" or \">=1.2.0 <2.0.0\"."
},
"version": {
"type": "string",
"description": "The version to test."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Semver
https://github.com/pipeworx-io/mcp-semver
2/7 registries