Hi! I could use some more ideas about where cider looks for cider/cider-nrepl. I have set it to 0.55.7 in my project's deps.edn, ~/.clojure/deps.edn. I set it in an .el init file `(setq cider-injected-middleware-version "0.55.7")
(defconst cider-required-middleware-version "0.55.7")`. My shadow-cljs.edn has :nrepl {:middleware [cider.nrepl/cider-middleware]}. If looked in ~/.emacs.el. I still get that message: WARNING: CIDER requires cider-nrepl to be fully functional. Some features will not be available without it! (More information) when I do M-x cider-connect (to a project that running clojure-mcp with nrepl), which uses 0.55.7 also, from what I can see.