elide lsp starts the Java language server over standard input and output.
Java is the registered language in Elide 1.5.
elide lsp
Configure the editor’s LSP client with elide lsp as its server command and
java as the language identifier. Launch the command from the project root so
the server can resolve source roots and dependencies.
The lsp command has no protocol or port flags; its transport is stdio. Use
elide lsp --help to confirm the command supported by the installed binary.
For agent integrations, use MCP Server.