We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71f088d + 51419de commit ca994acCopy full SHA for ca994ac
1 file changed
.github/workflows/Docker.yml
@@ -92,4 +92,5 @@ jobs:
92
echo "Image pulled successfully"
93
# Basic sanity check: verify that the container can start.
94
# Note: Full runtime test requires Wolfram Engine license.
95
- docker run --rm --env WOLFRAMSCRIPT_ENTITLEMENTID "$IMAGE_TAG" wolframscript -code '$Version'
+ # Override ENTRYPOINT since the default starts the MCP server on stdin.
96
+ docker run --rm --entrypoint wolframscript --env WOLFRAMSCRIPT_ENTITLEMENTID "$IMAGE_TAG" -code '$Version'
0 commit comments