get_installed_package_version
Check the installed version of a Python package in the server's environment to ensure documentation and source code match your installation.
Instructions
Check what version of a package is installed in the MCP server's Python environment.
Returns the installed version and the Python executable path so users can verify which environment is being checked. Always call this before get_function_source or get_doc_section when the user has not specified a version, to ensure the documentation and source code match their actual installation.
If the package is not installed, the response includes guidance on pointing mcp.json to the right Python environment.
Args: package: Package name as returned by list_packages().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes |