From pyright-lsp
Pyright language server for Python: diagnostics, go-to-definition, find references, hover information, symbol listing, and call hierarchy for .py/.pyi files.
npx claudepluginhub anthropics/claude-plugins-official --plugin pyright-lspThis LSP server requires pyright-langserverto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"pyright": {
"command": "pyright-langserver",
"extensionToLanguage": {
".py": "python",
".pyi": "python"
},
"args": [
"--stdio"
]
}
}
}pyright-langserverstdio