๐ฆ 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.3
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.35.0-beta.3-lite
# โ ๏ธ Do NOT use :latest, :lite tags for pre-release versionsNPM Installation
npm install -g @1mcp/agent@next๐ Features
- Add rotating refresh tokens (#408) by @xizhibei in #408
- Add async server wait workflow (#410) by @xizhibei in #410
- Add per-server backend logs (#423) by @xizhibei in #423
๐ Bug Fixes
- Replace system tar command with npm tar package in archive test (#416) by @Congee-wine in #416
- Package Admin Console in Docker and binaries (#420) by @xizhibei in #420
- Resolve server visibility per request (#409) by @xizhibei in #409
- Clean up code formatting and import statements across multiple files by @xizhibei
- Isolate managed stderr ingestion (#413) (#422) by @xizhibei in #422
- Preserve runtime probe failures during discovery (#427) by @xizhibei in #427
- Isolate slow backend discovery (#421) by @xizhibei in #421
- Reconnect backends automatically after they lose their session (#414) by @Quentin-M in #414
- Write Windows smoke configs without BOM (#438) by @xizhibei in #438
- Use basic parsing in Windows smoke test (#441) by @xizhibei in #441
๐ Refactor
- Clean up imports and improve code formatting across test files by @xizhibei
๐ Documentation
- Document async loading sub-parameters (#398) by @adity982 in #398
- Add ADRs for OAuth refresh tokens and managed backend log delivery by @xizhibei
๐งช Testing
- Remove network connectivity issues test from registry status command by @xizhibei
New Contributors
- @Quentin-M made their first contribution in #414
- @Congee-wine made their first contribution in #416
- @adity982 made their first contribution in #398
Full Changelog: v0.35.0-beta.2...v0.35.0-beta.3