Changelog
Library Updates
New updates and improvements
2025‑06‑19
v1.3.3
- Set default logging level to info
- Fix: prevent double async cleanup and event loop errors in astream
- Fix: Raise import error for fastembed, server manager does not silently fail
- Fix: search tools tuple unpacking error
2025‑06‑10
v1.3.1
- Remove client options for easier usage
- Add streamable HTTP support
- Fix websocket error positional arguments (headers were missing)
- Fix connection state tracking after SSE disconnection
- Add CLAUDE.md for development guidance
2025‑05‑27
v1.3.0
- Added optional E2B sandbox execution so MCP servers can run in secure cloud sandboxes.
MCPAgent.astream()
now lets you stream results and automatically log full conversation history.
2025‑05‑19
v1.2.13
- Alpha support for Resources & Prompts exposed by remote servers.
- Routine version bump and stability tweaks across task / connection managers.
2025‑04‑11
v1.1.5
- Maintenance release – internal refactors, doc clean‑ups, and incremental API polish.
2025‑04‑03
v1.0.0
- First stable release of the unified Python client after the 0.0.x preview series.