File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 label : linux-amd64
3131 binary : qtsurfer-mcp
3232 asset : qtsurfer-mcp-linux-amd64
33- - os : macos-13
34- label : macos-amd64
35- binary : qtsurfer-mcp
36- asset : qtsurfer-mcp-macos-amd64
3733 - os : macos-latest
3834 label : macos-arm64
3935 binary : qtsurfer-mcp
9086 --notes-file /tmp/release-notes.md \
9187 "$JAR#qtsurfer-mcp-java-${GITHUB_REF_NAME}.jar" \
9288 "native-binaries/qtsurfer-mcp-linux-amd64/qtsurfer-mcp#qtsurfer-mcp-linux-amd64" \
93- "native-binaries/qtsurfer-mcp-macos-amd64/qtsurfer-mcp#qtsurfer-mcp-macos-amd64" \
9489 "native-binaries/qtsurfer-mcp-macos-arm64/qtsurfer-mcp#qtsurfer-mcp-macos-arm64" \
9590 "native-binaries/qtsurfer-mcp-windows-amd64.exe/qtsurfer-mcp.exe#qtsurfer-mcp-windows-amd64.exe"
Original file line number Diff line number Diff line change @@ -30,19 +30,16 @@ Pre-built binaries are attached to every [GitHub Release](https://github.com/QTS
3030| Platform | Asset |
3131| ----------| -------|
3232| Linux x86_64 | ` qtsurfer-mcp-linux-amd64 ` |
33- | macOS x86_64 (Intel) | ` qtsurfer-mcp-macos-amd64 ` |
3433| macOS arm64 (Apple Silicon) | ` qtsurfer-mcp-macos-arm64 ` |
3534| Windows x86_64 | ` qtsurfer-mcp-windows-amd64.exe ` |
3635
36+ Intel Mac users: use the [ fat JAR] ( #fat-jar ) with JDK 21+.
37+
3738``` bash
3839# Linux
3940curl -Lo qtsurfer-mcp https://github.com/QTSurfer/mcp-java/releases/latest/download/qtsurfer-mcp-linux-amd64
4041chmod +x qtsurfer-mcp
4142
42- # macOS Intel
43- curl -Lo qtsurfer-mcp https://github.com/QTSurfer/mcp-java/releases/latest/download/qtsurfer-mcp-macos-amd64
44- chmod +x qtsurfer-mcp
45-
4643# macOS Apple Silicon
4744curl -Lo qtsurfer-mcp https://github.com/QTSurfer/mcp-java/releases/latest/download/qtsurfer-mcp-macos-arm64
4845chmod +x qtsurfer-mcp
You can’t perform that action at this time.
0 commit comments