v1.7.3 - Reference Documentation and v2.0.0 Integration Planning
Summary
Comprehensive documentation release adding reference documentation for 11 security tools and complete v2.0.0 integration planning with phase/sprint breakdowns.
What's New
Reference Documentation (docs/reference/)
- Master index with categorized tool listings
- 11 security tool reference documents: ares, ciphey, cryptii, cyberchef-recipes, cyberchef-server, cyberchef-upstream, john-the-ripper, katana, pwntools, rsactftool, xortool
- Each document includes: project overview, key features, installation, usage examples, integration notes
- Total: 12 files, ~312KB
External Project Integration Planning (docs/planning/ext-proj-int/)
- Phase 1: Foundation - Tool registry infrastructure, testing framework extensions
- Phase 2: JavaScript Native - cryptii integration, recipe presets, pwntools binary utilities
- Phase 3: Algorithm Ports - Ciphey auto-decode, xortool analysis, RsaCtfTool factorization, katana patterns
- Phase 4: Advanced - John hash identification, composite workflows, v2.0.0 release
- 12 detailed sprint plans with task breakdowns
- 8 per-tool integration strategies
- 4 technical implementation guides
- Total: 30 files, ~23,600 lines
v2.0.0 Target
- 80-120 new MCP tools from 8 security tool projects
- 24-week development timeline across 4 phases
Installation
Docker (Recommended)
# Docker Hub
docker pull doublegate/cyberchef-mcp:v1.7.3
docker tag doublegate/cyberchef-mcp:v1.7.3 cyberchef-mcp
# GitHub Container Registry
docker pull ghcr.io/doublegate/cyberchef-mcp_v1:v1.7.3
docker tag ghcr.io/doublegate/cyberchef-mcp_v1:v1.7.3 cyberchef-mcpFrom Source
git clone https://github.com/doublegate/CyberChef-MCP.git
cd CyberChef-MCP
git checkout v1.7.3
npm install
npx grunt configTests
npm run mcpLinks
No breaking changes. This is a documentation-only release.
🤖 Generated with Claude Code