📦 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.25.0
docker pull ghcr.io/1mcp-app/agent:latest
# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.25.0-lite
docker pull ghcr.io/1mcp-app/agent:liteNPM Installation
npm install -g @1mcp/agent🚀 Features
- Add User-Agent header with MCP server version to HTTP transport requests by @xizhibei
- Enhance logging output with colorized levels by @xizhibei
- Enhance logo display with runtime information by @xizhibei
- Add Codex integration guide and sidebar links by @xizhibei
- Update Claude Desktop integration guide for 1MCP proxy by @xizhibei
- Add debounced notification methods to ClientManager by @xizhibei
- Introduce buildUri function for URI construction by @xizhibei
- Introduce timeout utility functions for effective timeout management by @xizhibei
🚜 Refactor
📚 Documentation
- Enhance README and documentation structure by @xizhibei
⚙️ Miscellaneous Tasks
- Update build and development scripts for improved workflow by @xizhibei
Full Changelog: v0.24.0...v0.25.0