You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add cross-platform binary releases and restructure setup docs (#74)
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.
- Add `build-binaries` job to the publish workflow producing archives
for darwin/linux/windows across amd64/arm64/386, with SHA-256 checksums
attached to each GitHub Release.
- Reorganize the README "Running the Server" section into "Server Setup"
with dedicated subsections for Go, Docker, and Binary, eliminating
duplicated JSON configs across the Quickstart and Client Configuration
sections.
- Add `claude mcp add`, `gemini mcp add`, and `codex mcp add` CLI
examples for both Go and Binary installation methods.
0 commit comments