Module type Itp_server.Protocol

module type Protocol = sig .. end

val get_requests : unit -> Itp_communication.ide_request list
val notify : Itp_communication.notification -> unit