semver_compare
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Semantic Version Compare / Bump — Compare two semver 2.0.0 versions by precedence, or bump a version's major/minor/patch.
Parameters schema
{
"type": "object",
"properties": {
"mode": {
"enum": [
"compare",
"bump"
],
"type": "string",
"description": "compare | bump (default compare)"
},
"version": {
"type": "string",
"description": "Version to bump (mode=bump)"
},
"bump_type": {
"enum": [
"major",
"minor",
"patch"
],
"type": "string",
"description": "major | minor | patch (mode=bump)"
},
"version_a": {
"type": "string",
"description": "First version (mode=compare)"
},
"version_b": {
"type": "string",
"description": "Second version (mode=compare)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries