semver_satisfies_range
ActiveTool of WingmanProtocol Agent Gateway
Semantic Version Range Satisfaction — Check whether a semver 2.0.0 version satisfies a node-semver-style range (comparators, caret ^, tilde ~, and || alternatives).
Parameters schema
{
"type": "object",
"required": [
"version",
"range"
],
"properties": {
"range": {
"type": "string",
"description": "Range expression, e.g. '^1.2.3' or '>=1.2.7 <1.3.0'"
},
"version": {
"type": "string",
"description": "The version to test, e.g. '1.2.4'"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries