fn ipc_get<T: FromStr>(method: &str, args: Value, jq_path: &str) -> Option<T>
Helper to call IPC and extract a value using jq.