refactor: Add http to --transport option

This commit is contained in:
Chris Coutinho
2025-09-20 22:23:13 +02:00
parent de7c848aa6
commit 71da620099
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ COPY . .
RUN uv sync --locked --no-dev
ENTRYPOINT ["/app/.venv/bin/python", "-m", "nextcloud_mcp_server.app", "--host", "0.0.0.0"]
ENTRYPOINT ["/app/.venv/bin/nextcloud-mcp-server", "--host", "0.0.0.0"]