Releases: cortexc0de/netmcp
Releases · cortexc0de/netmcp
v0.3.1
What's Changed
- chore: bump version to 0.3.1 (80e66e9)
Docker Images
docker pull ghcr.io/cortexc0de/netmcp:v0.3.1
PyPI
pip install netmcp==v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix(ci): release workflow — убран reusable CI call (5dc6214)
- ci: add PYPI_API_TOKEN для публикации на PyPI (54224d5)
- fix(ci): skip bandit B110/B105 — ложные срабатывания в credential extraction (f17e06b)
- fix(ci): skip bandit B104 — 0.0.0.0 bind intentional для MCP сервера (f25bb30)
- fix(ci): исключение бенчмарков из CI + исправление Docker workflow (ff38e65)
- style: ruff format — форматирование всего кода (d6dc79b)
- ci: исправление CI/CD + GitHub community файлы + v0.3.0 (5d2c6d2)
- feat: MCP prompts, Kerberos credentials, private IP filtering (83b0124)
- feat: закрытие гэпов с конкурентами — hex dump, CSV, deep analysis, HTML reports, capinfos (de9d627)
- feat: продвинутые инструменты + progress reporting + capture history (1841e57)
- docs: update all documentation to reflect 40 tools (v0.3.0) (ecb9c6f)
- feat: продвинутые инструменты Wireshark — профили, PCAP tools, flow, TLS (8d42fe9)
- perf: бенчмарки производительности (14 тестов) (a8eafff)
- test: покрытие до 95.59% — таргетированные тесты для всех модулей (08e7240)
- feat: add HTTP transport, DNS analysis, expert info, and streaming tools (5c796d0)
- docs: comprehensive documentation — README, API, Architecture, Comparison, Changelog (135343c)
- ci: add comprehensive CI/CD infrastructure (1a78e12)
- security: исправления по результатам code review (5107545)
- quality: исправление линтера + расширение тестов до 89% покрытия (ca53e61)
- security: comprehensive audit fixes + 268 tests (82% coverage) (4021b27)
- style: format threat_intel.py (8b5bef7)
- fix: lint fixes for Optional type annotations (04d1db0)
- style: ignore SIM105 (contextlib.suppress preference) (0462f4d)
- fix(critical): audit fixes — security bypass, resource leaks, deprecated APIs, BPF filters (662ac84)
- feat: production-ready polish — docs, Docker, annotations, pre-commit, PyPI CI (1d8d241)
- ci: update GitHub Actions to latest versions (checkout@v5, setup-python@v6, upload-artifact@v5) (35763f1)
- style: format test files for CI compliance (0d37f86)
- test: boost coverage from 55% to 76% — 199 tests total (507bfdf)
- feat: add quick_capture, save_capture, http_headers analysis, and GeoIP (4f96e34)
- style: auto-format with ruff for CI compliance (dcc7f74)
- fix(ci): fix all lint errors and nmap test for CI compatibility (d2da29e)
- ci: trigger CI on cortexc0de account (2df8fbd)
- ci: add GitHub Actions CI/CD pipeline (4d1a711)
- feat: production-ready polish — E2E tests, integration tests, README (83c81e7)
- feat: complete NetMCP server with 23 tools, 3 resources, 3 prompts (a4f3d7f)
- feat(interfaces): TsharkInterface + NmapInterface + ThreatIntelInterface (3d937d2)
Docker Images
docker pull ghcr.io/cortexc0de/netmcp:v0.3.0
PyPI
pip install netmcp==v0.3.0
Full Changelog: https://github.com/cortexc0de/netmcp/commits/v0.3.0