open-context_get_npm_info
Fetch and cache npm package details from the npm registry to retrieve version information and metadata for development workflows.
Instructions
Fetch and cache information about npm packages from the npm registry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Name of the npm package (e.g., 'express', 'react', '@types/node') | |
| version | No | Specific version of the package (optional, defaults to latest) |