Sorry if this is the wrong place, but is there a simple way to communicate with a running lsp server? Emacs shows them bound to a port, but I am not quite sure how I should be hitting the service other than just connecting to the packaged nrepl
thank you sir 😄
the communication with a LSP server is done only via stdio using the LSP protocol via json
clojure-lsp for example have a a custom method called server-info which responds some info about the server, and lsp-mode
already knows how to call that
you need just to M-x
lsp-clojure-server-info