Description
Provides JSON-RPC support used by Python language-server tooling. It helps editors, IDEs, and development services exchange structured requests and responses with Python components.
It is infrastructure for editor integrations rather than a standalone app. RPC services should expose only intended methods and avoid sending private project data to untrusted peers.