📦 Downloads
Binary Downloads
Platform-specific binaries are available for download:
- Linux (x64):
1mcp-linux-x64 - Windows (x64):
1mcp-win32-x64.exe - macOS (ARM64):
1mcp-darwin-arm64
Docker Images
# Extended version (recommended)
docker pull ghcr.io/1mcp-app/agent:v0.20.3
docker pull ghcr.io/1mcp-app/agent:latest
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.20.3-lite
docker pull ghcr.io/1mcp-app/agent:liteNPM Installation
npm install -g @1mcp/agent⚙️ Miscellaneous Tasks
- Update changelog and version to 0.20.2 [skip ci]
- Update .gitignore to include .mcp.json file
- Update changelog and version to 0.20.3-alpha1 [skip ci]
- Update changelog and version to 0.20.3-alpha2 [skip ci]
- Update concurrency group names in GitHub Actions workflows
- Update changelog and version to 0.20.3-alpha3 [skip ci]
🚀 Features
- Implement binary release pipeline with GitHub Actions (#105)
- Add workflow_call trigger to GitHub Actions binary workflow
- Update caching configuration in GitHub Actions workflow
- Enhance Dockerfile caching for improved build performance
🚜 Refactor
- Rename GitHub Actions workflows for better clarity
Full Changelog: v0.20.2...v0.20.3