=== dbx MCP server — Run A: Fresh install, no deps preinstalled === Date: 2026-08-02 Host: macOS 26.5.2, aarch64 (Darwin arm64) Node: v24.13.1, npm 11.8.0 Platform: darwin-arm64 $ git clone --depth 1 https://github.com/t8y2/dbx.git Cloning into 'dbx'... PASS - cloned, 3027 files (excl .git), 114 MB $ mkdir /tmp/dbx-test && cd /tmp/dbx-test && npm init -y && npm install @dbx-app/mcp-server added 2 packages, and audited 3 packages in 2s found 0 vulnerabilities PASS - install clean, 2 packages (@dbx-app/mcp-server + @dbx-app/mcp-darwin-arm64), 2s, 0 vulnerabilities $ node node_modules/@dbx-app/mcp-server/bin/dbx-mcp-server.js --verify-platform PASS - exit 0 (platform binary present and executable) $ file node_modules/@dbx-app/mcp-darwin-arm64/bin/dbx-mcp node_modules/@dbx-app/mcp-darwin-arm64/bin/dbx-mcp: Mach-O 64-bit executable arm64 PASS - valid native binary, 16 MB Pass rate: 4 of 4. The npm install resolves the platform-specific Rust binary automatically via optionalDependencies. No build step, no Cargo, no Python required. === Run A summary: 4 of 4 PASS ===