npx claudepluginhub k-dash/typemux-cc --plugin typemux-ccThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/bin/typemux-ccto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"typemux-cc": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/typemux-cc",
"extensionToLanguage": {
".py": "python",
".pyi": "python"
}
}
}
}${CLAUDE_PLUGIN_ROOT}/bin/typemux-ccstdio