You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version to 0.2.0b1 for beta release
Beta includes:
- PID reuse detection for orphaned task cleanup
- Instance tracking (server_id) for crashed process detection
- Proper asyncio.CancelledError handling for sub-agent cancellation
- Shared queue_core.py infrastructure
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Clarify timeout applies to execution time, not queue wait
- Update tool docstring to clarify queue wait doesn't count
- Update README Key Features and Tool Parameters table
- Bump version to 0.1.2
Add CLI entry point for uvx support
- Add main() function as entry point
- Add [project.scripts] to pyproject.toml
- Add author and license metadata
- Update release badge in README
- Bump version to 0.1.1
Update README for PyPI release
- Simplify installation to use uvx instead of git clone
- Update all MCP client configs to use uvx
- Add CI and Release status badges
- Clarify Development section is for contributors