LSP Server

helm_ls

From helm
Install
1
Run in your terminal
$
npx claudepluginhub thebushidocollective/han --plugin helm
Requires Language Server Binary

This LSP server requires ${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shto be installed on your system. Make sure it's available in your PATH before enabling.

Add to Your Project

Add to your .lsp.json or plugin.json:

{
  "lspServers": {
    "helm_ls": {
      "command": "${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh",
      "extensionToLanguage": {
        ".tpl": "helm",
        ".yml": "helm",
        ".yaml": "helm"
      },
      "args": [
        "serve"
      ]
    }
  }
}
Supported Languages
helm
.tpl.yml.yaml
Details
Command${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh
Transportstdio
Arguments
serve
Advanced Configuration
Startup Timeout:60000ms
Restart on Crash:Yes
Max Restarts:3
Actions