v0.0.4 - Docker Version Fix
Fixed
- Docker version detection - Docker image now properly installs the package
- Base image: Copy
uvto runtime stage for CLI usage - App image: Install
portfolio-mcppackage withuv pip install --no-deps . - CMD now uses
uv run portfolio-mcpinstead ofpython -m app - Fixes
__version__showing0.0.0-devinstead of actual version - Development image uses editable install:
uv pip install --no-deps -e .
- Base image: Copy
Testing
After pulling new Docker image:
health_checkshould showversion: "0.0.4"health_checkshould showvariant: "installed"