Converts raw JSON object input into an application-specific type.
typedef WebMcpInputDecoder<T> = T Function(Map<String, Object?> input);