pub fn create_ws_handler( protocol_engine: Arc<McpProtocolEngine>, ) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clone
WebSocket handler that accepts a protocol engine