chore: Move tools into separate modules

This commit is contained in:
Chris Coutinho
2025-07-27 14:11:02 +02:00
parent b8191c134a
commit 1e19061ee0
8 changed files with 361 additions and 351 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ COPY . .
RUN uv sync --locked --no-dev
CMD ["/app/.venv/bin/mcp", "run", "--transport", "sse", "/app/nextcloud_mcp_server/server.py:mcp"]
CMD ["/app/.venv/bin/mcp", "run", "--transport", "sse", "/app/nextcloud_mcp_server/server/__init__.py:mcp"]