Skip to content

v0.0.4 - Docker Version Fix

Choose a tag to compare

@l4b4r4b4b4 l4b4r4b4b4 released this 14 Dec 23:40
· 4 commits to main since this release
ab7be11

Fixed

  • Docker version detection - Docker image now properly installs the package
    • Base image: Copy uv to runtime stage for CLI usage
    • App image: Install portfolio-mcp package with uv pip install --no-deps .
    • CMD now uses uv run portfolio-mcp instead of python -m app
    • Fixes __version__ showing 0.0.0-dev instead of actual version
    • Development image uses editable install: uv pip install --no-deps -e .

Testing

After pulling new Docker image:

  • health_check should show version: "0.0.4"
  • health_check should show variant: "installed"