Compare commits

..

1 Commits

Author SHA1 Message Date
58dbac37de Add streamable-http transport option 2026-02-25 19:57:26 +00:00

View File

@@ -11,4 +11,4 @@ COPY main.py .
ENV PATH="/app/.venv/bin:$PATH" ENV PATH="/app/.venv/bin:$PATH"
CMD ["uv", "run", "python", "main.py", "--transport", "streamable-http", "--port", "8000"] CMD ["uv", "run", "python", "main.py", "--transport", "sse", "--port", "8000"]