Skip to content

Commit 71feaf7

Browse files
committed
fix typo
1 parent 1396a39 commit 71feaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/prepare_filesystem_mcp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cp -R "${WORKDIR}/servers-${VERSION}" "${DEST_DIR}"
3838
(
3939
cd "${DEST_DIR}"
4040
npm install
41-
# Note: Although dlx specifies the package version, it does not use a lockfile,
41+
# Note: Although dlx specifies the package version, it does not use a lockfile,
4242
# so dependency resolution is not reproducible. Only the package-lock.json included
4343
# in the release package can ensure that the entire dependency tree is fully locked.
4444
npm run build -w @modelcontextprotocol/server-filesystem

0 commit comments

Comments
 (0)