Skip to main content

Module lsp

Module lsp 

Source
Expand description

Language Server Protocol integration.

Connects to LSP servers to provide diagnostics (errors, warnings), symbol information, and code intelligence. Communicates via JSON-RPC over stdio, similar to the MCP transport.

Structs§

Diagnostic
A diagnostic reported by the language server.
LspClient
An LSP client connection to a language server.

Enums§

DiagnosticSeverity