A Claude Code plugin that integrates ty (Astral's Python type checker) as an LSP server, based on the official pyright-lsp plugin
$claude plugin marketplace add tcbegley/ty-cc-pluginInstalls into the current project.
Install ty-cc-plugin by running `claude plugin marketplace add tcbegley/ty-cc-plugin`, then use it for the current task and follow its documentation at https://github.com/tcbegley/ty-cc-plugin.
| 1 | # .claude-plugin/plugin.json |
| 2 | claude plugin marketplace add tcbegley/ty-cc-plugin |