We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e70d0 commit 3061978Copy full SHA for 3061978
Dockerfile
@@ -7,6 +7,6 @@ ENV PORT=${PORT}
7
ENV PATH="/usr/local/bin:${PATH}"
8
9
RUN pip install uv \
10
- && uv pip install --system vector-mcp
+ && uv pip install --system vector-mcp[all]
11
12
ENTRYPOINT exec vector-mcp --transport "http" --host "${HOST}" --port "${PORT}"
0 commit comments