ty
stdiopython
Used by 5 plugins
Requires Language Server Binary
This LSP server requires uvx to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub astral-sh/claude-code-pluginsAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"ty": {
"command": "uvx",
"extensionToLanguage": {
".py": "python",
".pyi": "python"
},
"args": [
"ty@latest",
"server"
]
}
}
}Supported Languages
python
.py.pyi
Command
uvxTransport
stdioArguments
ty@latestserver
Advanced Configuration
Restart on Crash:Yes
Also used by 4 other plugins