We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09b27a commit 586b5e1Copy full SHA for 586b5e1
Dockerfile
@@ -1,3 +1,4 @@
1
+# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config
2
FROM ghcr.io/astral-sh/uv:python3.10-bookworm-slim AS uv
3
4
WORKDIR /app
@@ -25,4 +26,4 @@ ENV PATH="/app/.venv/bin:$PATH"
25
26
COPY --from=uv /app /app/
27
ENV PYTHONPATH=/app
28
-ENTRYPOINT ["mcp-domain-availability"]
29
+ENTRYPOINT ["mcp-domain-availability"]
0 commit comments