NPM Sentinel MCP

by Nekzus
Verified

npmLicenseCompatibility

Verify license compatibility across multiple NPM packages to ensure compliance and avoid conflicts within your project dependencies.

Instructions

Check license compatibility between multiple packages

Input Schema

NameRequiredDescriptionDefault
packagesYesList of package names to check for license compatibility

Input Schema (JSON Schema)

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