Skip to main content

Module protocol

Module protocol 

Source
Expand description

IPC protocol types for bridge communication.

Defines the request/response format for CLI ↔ Java bridge communication. Uses simple JSON: {“command”:“…”, “args”:{…}} → {“status”:“…”, “data”:{…}}

Structs§

BridgeRequest
Request to the Java bridge.
BridgeResponse
Response from the Java bridge.