list_allowed_packages
Check allowed packages for Python, JavaScript, and TypeScript before using dependencies. Lists whitelisted packages for secure installation.
Instructions
List all packages allowed to be installed for each language.
Only whitelisted packages can be installed for security reasons. Use this tool to check which packages are available before writing code that requires external dependencies.
Returns a list of allowed packages for Python, JavaScript, and TypeScript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language to list packages for, or "all" for all languages |