Preview 1.0.0-preview.f2fe33d
Pre-release
Pre-release
Preview Release
This is an automated preview release from the main branch.
Version: 1.0.0-preview.f2fe33d
Commit: f2fe33d
Installation
CLI binary download:
Download the appropriate stitch-* binary for your platform from the assets below.
MCP server binary download:
Download the appropriate stitch-mcp-* binary for your platform from the assets below.
curl (Linux/macOS):
# Install both CLI and MCP server (default)
curl -fsSL https://raw.githubusercontent.com/captainsafia/stitch/main/scripts/install.sh | bash -s -- --preview
# Install CLI only
curl -fsSL https://raw.githubusercontent.com/captainsafia/stitch/main/scripts/install.sh | bash -s -- --preview --cli-only
# Install MCP server only
curl -fsSL https://raw.githubusercontent.com/captainsafia/stitch/main/scripts/install.sh | bash -s -- --preview --mcp-only