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§
- Bridge
Request - Request to the Java bridge.
- Bridge
Response - Response from the Java bridge.