Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_readme_data | Get README file content from a package's GitHub repository |
| search_packages | Search npm registry for packages by keyword |
| get_package_versions | Get all available versions of a package |
| get_package_dependencies | Get dependencies, devDependencies, and peerDependencies for a package |
| get_download_stats | Get download statistics from npm |
| get_package_info | Get comprehensive package metadata |
| compare_packages | Compare two packages side-by-side |
| get_package_size | Get bundle size information from bundlephobia |
| get_package_quality | Get quality metrics from npms.io |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze-package | Comprehensive analysis of an npm package |
| compare-packages | Compare two npm packages |
| find-alternatives | Find alternative packages |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |