pub(crate) fn dispatch(
request: &JsonRpcRequest,
ctx: &ServerContext,
) -> Option<JsonRpcResponse>Expand description
Dispatch a JSON-RPC request to the appropriate handler. Shared between stdio and SSE transports.
pub(crate) fn dispatch(
request: &JsonRpcRequest,
ctx: &ServerContext,
) -> Option<JsonRpcResponse>Dispatch a JSON-RPC request to the appropriate handler. Shared between stdio and SSE transports.