Generate a shareable API diff report with full analysis, including diff, policy checks, semver impact, spec health, and migration guide. Ideal for API reviews, PR comments, and compliance records.
Determine the semver bump (MAJOR/MINOR/PATCH/NONE) from API spec changes, and optionally compute the next version string. Use it when you need a deterministic release-version decision before merging a spec change.
Provides semantic versioning tools to parse, compare, and check range satisfaction for version strings, enabling version management through natural language queries.
Stop a device's transport session to free its resources while keeping others running. Use to restart a stuck transport or end one session; on Chromium this also closes the CDP session, requiring a later reconnect.
Retrieve an agent's complete version history including semver tags, version and policy hashes, and deployment timelines to identify which policy version produced a specific track record. Responses are cryptographically verified.
Bump the SemVer version of a vault recipe or component note, update its frontmatter, and log history in a sidecar JSON. Use read-only mode to inspect without changes.
Get verified breaking changes for upgrading a package version, with source citations and last verified dates. Only returns data from curated migration maps, not guesses.
Check the exact build of the running MCP server by displaying package.json version, git commit hash, and dirty-tree status. Use it to determine whether a server process is stale or current.
Download or load a COMSES model from cache, resolve version, and open it in NetLogo workspace if compatible, or return structured metadata for other models.
List available audit engine versions with semver tags, 'latest' alias, and release notes. Use to pin specific versions for reproducible audit results or identify newer analyzers.
Identify the version that fixes a specific vulnerability and the semver distance (major, minor, or patch) to that fix, helping assess upgrade effort before attempting it.
Compare two package versions to receive a structured upgrade analysis: semver classification, breaking changes, security advisories, migration guides, and a recommendation.