mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-17 22:43:09 +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