Release v0.33.0-beta1
Pre-release
Pre-release
📦 Downloads
⚠️ Pre-release Version: This is a pre-release build. Use@beta1tag 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.33.0-beta1
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.33.0-beta1-lite
# ⚠️ Do NOT use :latest, :lite tags for pre-release versionsNPM Installation
npm install -g @1mcp/agent@beta1🚀 Features
- Add async handling for notification forwarding in client-server setup (#345) by @xizhibei in #345
- Refine release pipeline (#346) by @xizhibei in #346
🐛 Bug Fixes
- Inspect disabled tools for template servers (#336) by @xizhibei in #336
- HTTP transport host header validation (#347) by @xizhibei in #347
🚜 Refactor
⚙️ Miscellaneous Tasks
- Remove GITHUB_TOKEN requirement from workflows by @xizhibei
Full Changelog: v0.32.2...v0.33.0-beta1