list_installed_packages
Identify installed Python packages in a specific environment using the MCP Python Interpreter. Specify the environment name to retrieve package details effectively.
Instructions
List installed packages for a specific Python environment.
Args:
environment: Name of the Python environment (default: default if custom path provided, otherwise system)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
environment | No | default |
Input Schema (JSON Schema)
{
"properties": {
"environment": {
"default": "default",
"title": "Environment",
"type": "string"
}
},
"title": "list_installed_packagesArguments",
"type": "object"
}