NPM Sentinel MCP

by Nekzus
Verified

npmLatest

Retrieve the latest version and changelog of NPM packages to stay updated on changes and ensure compatibility in your projects.

Instructions

Get the latest version and changelog of an NPM package

Input Schema

NameRequiredDescriptionDefault
packagesYesList of package names to get latest versions for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packages": { "description": "List of package names to get latest versions for", "items": { "type": "string" }, "type": "array" } }, "required": [ "packages" ], "type": "object" }
ID: fr2yy5d4i1