## A reusable JSON-RPC TCP server node. ## Accepts one client connection at a time (the Wick MCP provider). ## Reads newline-delimited JSON-RPC requests, dispatches them to handler ## methods, and ...
/// contains the needed configuration settings to create the request that should be sent to the server. /// Documentation about the specific use of client-side RPC in ...