We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1396a39 commit 71feaf7Copy full SHA for 71feaf7
ci/prepare_filesystem_mcp.sh
@@ -38,7 +38,7 @@ cp -R "${WORKDIR}/servers-${VERSION}" "${DEST_DIR}"
38
(
39
cd "${DEST_DIR}"
40
npm install
41
- # Note: Although dlx specifies the package version, it does not use a lockfile,
+ # Note: Although dlx specifies the package version, it does not use a lockfile,
42
# so dependency resolution is not reproducible. Only the package-lock.json included
43
# in the release package can ensure that the entire dependency tree is fully locked.
44
npm run build -w @modelcontextprotocol/server-filesystem
0 commit comments