Release v0.9.0
Installation
pip install mcpcap==0.9.0Highlights
- Added a published Docker image for
mcpcapon GHCR. - Added Docker Compose support with an end-user
ghcr.io/mcpcap/mcpcap:latestworkflow and a local-build developer override. - Added CI validation for Docker builds and container startup.
- Expanded documentation and website quickstart content to cover Docker, Compose, HTTP transport, and container-mounted PCAP paths.
Docker
The release workflow now publishes:
ghcr.io/mcpcap/mcpcap:0.9.0ghcr.io/mcpcap/mcpcap:latest
Example:
docker pull ghcr.io/mcpcap/mcpcap:0.9.0
docker run --rm ghcr.io/mcpcap/mcpcap:0.9.0 --helpFor Compose-based HTTP usage:
docker compose upNotes
- Local PCAP analysis in Docker requires mounting a host directory into the container and using the in-container path such as
/pcaps/dns.pcap. - Remote
http://andhttps://PCAP URLs continue to work without a volume mount.
Full Changelog: v0.8.0...v0.9.0