- core code: https://github.com/alex-ilgayev/MCPSpy/blob/main/bpf/mcpspy.c --- - filter out pid of itself - filter out non-pipe, non-json for vfs_read/vfs_write #34 - filter out paths like /proc, /sys, /dev, /mnt, /memfd - detect the HTTP protocol from the first several bytes https://github.com/tensorchord/watchu/pull/37 - only track local client request and remote server response #20