Skip to content

Releases: sbrunner-atx/mcp-host-bridge

v0.2.1 - fix UDP from the standalone binary

27 Jun 05:30

Choose a tag to compare

Bug-fix release (found testing on real Windows). The v0.2.0 binaries forwarded TCP but the installed UDP service failed to start: the frozen entry point did not accept the relay-style run args the installer generates. cli.main now accepts run --udp --listen --deliver and bare run --to --listen. Also: Windows schtasks falls back to /RU SYSTEM when an ONLOGON task cannot be mapped to a user. TCP path unchanged.

v0.2.0 - UDP relay support

27 Jun 04:24

Choose a tag to compare

Adds UDP relay support alongside the existing TCP relay. New serve_udp path, built-in wsjtx UDP preset (2237 -> deliver 127.0.0.1:2238), protocol-aware CLI/installer (Windows uses a Scheduled Task for UDP since netsh portproxy is TCP-only), and an optional services.ini protocol field. The TCP path is unchanged. Unsigned binaries; see the README for Gatekeeper/SmartScreen notes.