CLI usage
The CLI entrypoint is the broxy jar produced by :cli:shadowJar.
Command
java -jar broxy-cli.jar proxy \
--config-dir ~/.config/broxy \
--preset-id developer \
--inbound stdio \
--log-level info
Flags
--config-dir: Directory containingmcp.jsonand presets.--preset-id: Preset to apply at startup.--inbound:stdioorhttp(streamable HTTP).--url: URL to bind for HTTP inbound (for examplehttp://0.0.0.0:3335/mcp).--log-level:debug,info,warn, orerror.
The CLI watches config files and reloads on changes.