๐ฆ Downloads
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
# Stable version
# Extended version (recommended)
docker pull ghcr.io/1mcp-app/agent:v0.35.0
docker pull ghcr.io/1mcp-app/agent:latest
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.35.0-lite
docker pull ghcr.io/1mcp-app/agent:liteNPM Installation
npm install -g @1mcp/agent@latest๐ Features
- Ship Admin Console operations cockpit (#375) by @xizhibei in #375
- Update version workflow to include release tag in changelog generation by @xizhibei
- Supervise background runtimes and enforce exclusive runtime scope (#390) by @xizhibei in #390
- Add .worktrees/ to .gitignore by @xizhibei
- Supervise backend stdio lifecycles (#391) by @xizhibei in #391
- Add route-based OAuth operations (#400) by @xizhibei in #400
- 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
- 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
- Add Windows Task Scheduler install script and tests (#455) by @RCrushMe in #455
- Add admin-managed instruction templates (#457) by @xizhibei in #457
- Configure per-server tool metadata (#458) by @xizhibei in #458
๐ 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
- Stabilize aggregate capability pagination (#448) by @xizhibei in #448
- Handle EPERM error on Windows in isOwnershipExistsError (fixes #445) (#446) by @RCrushMe in #446
- Stop capability polling after terminal 401 (#426) by @iddictive in #426
- Speed up Windows proxy startup (#460) by @xizhibei in #460
๐ 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
- Add Windows Task Scheduler deployment guide (#449) by @RCrushMe in #449
- Align documentation with current codebase (#443) by @xizhibei in #443
๐งช Testing
- Remove network connectivity issues test from registry status command by @xizhibei
โ๏ธ Miscellaneous Tasks
- Add .agents/skills to .gitignore by @xizhibei
- Remove outdated Admin Console Operations Cockpit implementation and design documents by @xizhibei
New Contributors
- @iddictive made their first contribution in #426
- @RCrushMe made their first contribution in #449
- @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.34.4...v0.35.0