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 81466fe commit 27e5f38Copy full SHA for 27e5f38
Dockerfile
@@ -30,4 +30,4 @@ ENV PYTHONPATH=/app/src
30
ENV PIA_API_URL=https://mcp.programintegrity.org/
31
32
# Run the server
33
-ENTRYPOINT ["python", "-m", "pia_mcp_server", "-api-key", "${PIA_API_KEY}"]
+ENTRYPOINT ["python", "-m", "pia_mcp_server", "--api-key", "${PIA_API_KEY}"]
0 commit comments