Hi,
I'm the author of P.U.M.P.: https://mods.factorio.com/mod/pump
A long time ago I utilized a remote-call to the original module inserted after P.U.M.P. had finished its layout, so people could add modules in a single-effort and re-use the configs they had with MI. Unfortunately, the original mod has still not been updated for Factorio 2.0, and I'm looking around for an alternative mod to call instead.
I browsed around on github, and it seems in your reworking efforts of the original mod, the remote-call I use has not survived your efforts. Would you be willing to re-add it, or something similar back into the mod? I also don't mind adding it myself, if you'll accept the pull-request?
In case you are interested; I am not looking for a deep integration or anything. The original call was simply a "For a pump, what are the modules". (used to be called "get_module_config".). Alternatively (or even preferably), I could also work with doing a remote call with the selected area as parameter; from which your mod can do as it does?
Looking forward to know if you're interested.