Skip to main content
Glama

https://github.com/sammcj/mcp-package-version

by sammcj

check_npm_versions

Verify and retrieve the latest stable versions of npm packages by analyzing dependencies in package.json. Apply optional constraints to customize package updates.

Instructions

Check latest stable versions for npm packages

Input Schema

NameRequiredDescriptionDefault
constraintsNoOptional constraints for specific packages
dependenciesYesDependencies object from package.json

Input Schema (JSON Schema)

{ "properties": { "constraints": { "additionalProperties": { "properties": { "excludePackage": { "description": "Exclude this package from updates", "type": "boolean" }, "majorVersion": { "description": "Limit updates to this major version", "type": "number" } }, "type": "object" }, "description": "Optional constraints for specific packages", "type": "object" }, "dependencies": { "additionalProperties": { "type": "string" }, "description": "Dependencies object from package.json", "type": "object" } }, "required": [ "dependencies" ], "type": "object" }

You must be authenticated.

Other Tools from https://github.com/sammcj/mcp-package-version

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sammcj/mcp-package-version'

If you have feedback or need assistance with the MCP directory API, please join our Discord server