📦 Downloads
⚠️ Pre-release Version: This is a pre-release build. Use
@nexttag for NPM and avoid:latestDocker tags in production.
Binary Downloads
Compressed archives containing platform-specific binaries:
- Linux (x64):
1mcp-linux-x64.tar.gz - Linux (ARM64):
1mcp-linux-arm64.tar.gz - Windows (x64):
1mcp-win32-x64.zip - macOS (ARM64):
1mcp-darwin-arm64.tar.gz - macOS (Intel):
1mcp-darwin-x64.tar.gz
Docker Images
# Pre-release version - use specific version tag
# Extended version (recommended)
docker pull ghcr.io/1mcp-app/agent:v0.35.0-beta.4
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.35.0-beta.4-lite
# ⚠️ Do NOT use :latest, :lite tags for pre-release versionsNPM Installation
npm install -g @1mcp/agent@next🚀 Features
- Add custom configured server creation (#440) by @xizhibei in #440
- Authorize template context per runtime scope (#439) by @xizhibei in #439
- Refine console workflows and bundle loading (#456) by @xizhibei in #456
🐛 Bug Fixes
- Stabilize aggregate capability pagination (#448) by @xizhibei in #448
- Handle EPERM error on Windows in isOwnershipExistsError (fixes #445) (#446) by @RCrushMe in #446
New Contributors
Full Changelog: v0.35.0-beta.3...v0.35.0-beta.4