When adding a python module manually, the path to the module is added to sys.path. After restarting Slicer, the module path is no longer in sys.path although it's still present in the settings ...
The mcp.client.stdio.stdio_client (and its underlying subprocess creation mechanisms) encounters an AttributeError when running in an environment where sys.stderr has ...