mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-17 10:33:08 +00:00
- Added Apache 2.0 license to the root of each plugin directory - Ensures compliance with open-source licensing requirements
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