open-context_get_npm_info
Fetch and cache npm package information by name and optional version, providing access to registry data without repeated network calls.
Instructions
Fetch and cache information about npm packages from the npm registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Specific version of the package (optional, defaults to latest) | |
| packageName | Yes | Name of the npm package (e.g., 'express', 'react', '@types/node') |