Description
Builds Language Server Protocol servers in Python. It helps editor and IDE integrations provide completions, diagnostics, hover text, formatting, and other language features through a standard protocol.
Language servers can read project files and may execute analysis tools. Limit workspace access where possible and avoid exposing source code or diagnostics to untrusted clients.