Node-red-mcu-plugin v1.0: Integrating Node-RED MCU Edition into the Node-RED editor

I think my assumption is correct. xsbug-log isn't as mature as xsbug is.

#1: It doesn't respect the -x parameter:

>> IDF_PYTHON_ENV_PATH: /home/ralph/.espressif/python_env/idf4.4_py3.10_env
>> mcconfig -d -x localhost:5004 -l -m -p esp32/wt32_eth01 -t xsbug
/home/ralph/esp32/esp-idf/tools/idf.py
# starting xsbug
# xsbug-log listening on port 5002. ^C to exit.

#2: The command to terminate xsbug-log (prior to spawning a new instance) is missing in the scripts. That's why you get the Error: listen EADDRINUSE: address already in use :::5002 message.

That calls for some additional issue reports...