npx claudepluginhub astral-sh/claude-code-plugins --plugin astralThis LSP server requires uvxto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"ty": {
"command": "uvx",
"extensionToLanguage": {
".py": "python",
".pyi": "python"
},
"args": [
"ty@latest",
"server"
]
}
}
}uvxstdio