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 2eda841 commit 58e4b5eCopy full SHA for 58e4b5e
Dockerfile
@@ -25,4 +25,4 @@ COPY --from=build /bin/github-mcp-server .
25
# Set the entrypoint to the server binary
26
ENTRYPOINT ["/server/github-mcp-server"]
27
# Default arguments for ENTRYPOINT
28
-CMD ["stdio"]
+CMD ["http", "--http-enable-cors", "--enable-github-app-auth"]
0 commit comments