Files
Claude aecd4c852f Add Apache 2.0 LICENSE files to all internal plugins
- Added Apache 2.0 license to the root of each plugin directory
- Ensures compliance with open-source licensing requirements
2026-02-20 01:06:49 +00:00
..

pyright-lsp

Python language server (Pyright) for Claude Code, providing static type checking and code intelligence.

Supported Extensions

.py, .pyi

Installation

Install Pyright globally via npm:

npm install -g pyright

Or with pip:

pip install pyright

Or with pipx (recommended for CLI tools):

pipx install pyright

More Information