chore: Validate auth server support for PKCE on startup

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:45 +02:00
parent 057e25b653
commit afc82ce3dc
2 changed files with 69 additions and 0 deletions
+2
View File
@@ -6,4 +6,6 @@ COPY . .
RUN uv sync --locked --no-dev
ENV PYTHONUNBUFFERED=1
ENTRYPOINT ["/app/.venv/bin/nextcloud-mcp-server", "--host", "0.0.0.0"]