pub type ClientIdExtractor = Box<dyn Fn(&McpContext, &JsonRpcRequest) -> Option<String> + Send + Sync>;Expand description
Function type for extracting client ID from request context.
Aliased Typeยง
pub struct ClientIdExtractor(/* private fields */);