📦 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.28.1
docker pull ghcr.io/1mcp-app/agent:latest
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.28.1-lite
docker pull ghcr.io/1mcp-app/agent:liteNPM Installation
npm install -g @1mcp/agent🚀 Features
- Add comprehensive registry-based MCP management and internal tools documentation (#196) by @xizhibei in #196
- Add tool annotations for improved LLM tool understanding (#197) by @triepod-ai in #197
🐛 Bug Fixes
- Update mcp sdk to 1.25.1 and fix test for readonly sessionId by @xizhibei
📚 Documentation
- Add comprehensive project roadmap for 1MCP by @xizhibei
⚙️ Miscellaneous Tasks
- Update version and changelog to 0.28.0 [skip ci] by @github-actions[bot]
- Remove NODE_AUTH_TOKEN from npm publish step in workflow by @xizhibei
- Update version and changelog to 0.28.2 [skip ci] by @github-actions[bot]
- Add provenance flag to npm publish step in workflow by @xizhibei
- Update version and changelog to 0.28.1 [skip ci] by @github-actions[bot]
- Update Node.js version to 24 by @xizhibei
New Contributors
- @triepod-ai made their first contribution in #197
Full Changelog: v0.28.0...v0.28.1