FROM python:3.13-slim RUN pip install --no-cache-dir mcp-proxy COPY filesystem_server.py /filesystem_server.py ENTRYPOINT ["mcp-proxy", "--host", "0.0.0.0", "--port", "3100", "--", "python3", "/filesystem_server.py"]