get_server_environment
Verify the MCP server's Python environment, including executable path, version, and installed packages, to ensure correct setup and troubleshoot missing dependencies.
Instructions
Inspect the MCP server's Python environment.
Returns the Python executable path, Python version, and the installed version of every package registered in this server. Use this to verify that the MCP server is running in the correct environment before asking about specific packages. If a package shows 'not installed', update the 'command' field in .vscode/mcp.json to point to the Python where you have your packages installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||