Installation Compatibility Fix
This patch release fixes installer compatibility with uv virtual environments that don't include pip.
Fixed
- UV Virtual Environment Support - Installer now works with
uvvenvs that don't includepipby falling back touv pip(targeting the active interpreter) - Enhanced Reliability - Fixes installation failures in UV-created environments (#284)
What Changed
The installer now automatically detects when pip is unavailable and gracefully falls back to using uv pip to target the active Python interpreter. This ensures smooth installation in modern UV-based development workflows.
Full Changelog: v8.54.0...v8.54.1
Installation:
pip install mcp-memory-service==8.54.1