First off, I want to say thanks for the effort you're putting into crawl4ai. You clearly care about the project and you're picking real issues that matter. Two of your PRs got merged today (#1829, #1824), and the fixes in them are solid. I want to share some feedback that'll help us work together more smoothly going forward.
You pick real problems. MCP SSE crash, screenshot distortion, deep crawl timeouts, a CVSS 10.0 Redis CVE — these are all things users actually hit. That matters a lot.
Your fixes are technically sound. window.stop() before session reuse, CSS dimension freezing for screenshots, raw ASGI Route for the MCP handler — all correct approaches. You understand the codebase.