Hopper Debugger Goal: use Hopper through as a queryable disassembler, then combine the result with local source, LLDB, logs, and focused repros. Quick Start Validate the MCP server: List open Hopper documents: If no document is open, open the binary/framework in Hopper first: Hopper may show a first-open/import dialog. Let the user click the confirmation button, then retry the MCP call. Avoid parallel Hopper MCP calls; the server can close the transport or crash Hopper while import is still settling. Apple Frameworks Prefer already extracted dyld-cache framework binaries when present: Open on…