A Language Server Protocol base for developing any LSP implementation in Clojure.
Currently lsp4clj is just a wrapper for jsonrpc4clj adding some LSP schemas in lsp4clj.coercer
, for more details how to use it check that lib.
- clojure-lsp: A Clojure LSP server implementation.
- mcp-clojure-sdk: A Clojure MCP SDK for writing MCP servers.
To release a new version, run bb tag x.y.z
, it should do all necessary changes and trigger a Github Action to deploy to clojars the new version.