You're viewing a demo portfolio

Join the waitlist
PRSM

semver_satisfies_range

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

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 →