I used Codex today to configure the MCP (btw, it wasn't immediately obvious the MCP isn't hosted) and found a couple things that I figured I'd pass along. Both are findings from Codex, so if these are incorrect or irrelevant, feel free to close out!
- The current GitHub README requires
BW_CLIENT_ID and BW_CLIENT_SECRET, not the older BW_USERNAME and BW_PASSWORD shown in parts of the quick-start documentation.
- The reload path exists but the running desktop instance has no control socket I can attach to. The direct server smoke test also uncovered a Bandwidth packaging bug: the documented
uvx --from /path … launch fails because the installed package omits its urls module.
I used Codex today to configure the MCP (btw, it wasn't immediately obvious the MCP isn't hosted) and found a couple things that I figured I'd pass along. Both are findings from Codex, so if these are incorrect or irrelevant, feel free to close out!
BW_CLIENT_IDandBW_CLIENT_SECRET, not the olderBW_USERNAMEandBW_PASSWORDshown in parts of the quick-start documentation.uvx --from /path …launch fails because the installed package omits its urls module.