📦 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
# Extended version (recommended)
docker pull ghcr.io/1mcp-app/agent:v0.24.0
docker pull ghcr.io/1mcp-app/agent:latest
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.24.0-lite
docker pull ghcr.io/1mcp-app/agent:liteNPM Installation
npm install -g @1mcp/agent🚀 Features
- Enhance command validation and error handling by @xizhibei
- Enhance OAuth flow with reconnect and capability discovery (#141) by @xizhibei in #141
- Connect STDIO MCP clients to 1MCP HTTP server with auto-discovery (#143) by @xizhibei in #143
- Enhance CI/CD with parallel E2E testing and performance optimizations (#145) by @xizhibei in #145
🐛 Bug Fixes
- Update template variables for connected servers by @xizhibei
🚜 Refactor
⚙️ Miscellaneous Tasks
- Add tag trigger for documentation deployment workflow by @xizhibei
- Update .gitignore to include claudedocs and exclude xnotes by @xizhibei
Full Changelog: v0.23.2...v0.24.0