//! Thin JSON-RPC client to talk to the running Scrybe GUI.
//!
//! The implementation now lives in [`scrybe_rpc::client`] so the CLI and the
//! MCP server dial the live app through **one** shared dialer (two divergent
//! clients is exactly the split `scrybe-rpc` exists to prevent). This module
//! re-exports it to keep the existing `rpc_client::*` call sites unchanged.
pub use ;