You're viewing a demo portfolio

Join the waitlist
PRSM

semver_compare

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
semver_compare — WingmanProtocol Agent Gateway — PRSM MCP