You're viewing a demo portfolio

Join the waitlist
PRSM

satisfies_range

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Semver

https://github.com/pipeworx-io/mcp-semver

2/7 registries
View full server →