feat: add cross-platform binary releases and restructure setup docs#74
Merged
tembleking merged 2 commits intomainfrom Mar 27, 2026
Merged
feat: add cross-platform binary releases and restructure setup docs#74tembleking merged 2 commits intomainfrom
tembleking merged 2 commits intomainfrom
Conversation
Build standalone binaries for darwin/linux/windows (amd64/arm64/386) in the publish workflow, attach them with checksums to GitHub Releases, and reorganize the README around Go/Docker/Binary installation methods with CLI examples for Claude Code, Gemini CLI, and Codex CLI.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds cross-platform standalone binary release artifacts to the existing publish pipeline and restructures the README to present Go, Docker, and Binary installation methods with updated MCP client configuration examples.
Changes:
- Added a
build-binariesworkflow job to cross-compile and package server binaries for multiple OS/arch targets and attach them (plus SHA-256 checksums) to GitHub Releases. - Restructured README setup documentation into a new Server Setup section with Go/Docker/Binary subsections and streamlined client configuration guidance.
- Added CLI-based MCP client setup examples (Claude Code, Gemini CLI, Codex CLI) for Go and Binary installation methods.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Reorganized setup docs, added binary install instructions, and updated client configuration examples. |
| .github/workflows/publish.yaml | Added binary build matrix + checksum generation and attached artifacts to GitHub Releases. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable users to install the MCP server as a standalone binary (no Go or Docker required) by building and publishing cross-platform binaries alongside the existing Docker images. The README is restructured to present all three installation methods (Go, Docker, Binary) as equal options, with CLI examples for Claude Code, Gemini CLI, and Codex CLI.
build-binariesjob to the publish workflow producing archives for darwin/linux/windows across amd64/arm64/386, with SHA-256 checksums attached to each GitHub Release.claude mcp add,gemini mcp add, andcodex mcp addCLI examples for both Go and Binary installation methods.