Editor tooling covers Terraform well and Terragrunt poorly, which is where confident, incorrect completions come from. Reading the current docs and the open issues in the same session covers both halves of that: what the syntax is, and what is currently broken. Start from the category listing — it is the map the other four tools navigate.
A documentation provider for Terragrunt. It reads the docs straight from the project's GitHub repository — categories, individual pages, or a whole category merged — and can also pull the open issues for context on known problems.
- List-doc-categories — every documentation category, with the link for each
- List-all-docs-by-category — the docs in one category, with their content
- Read-document-from-category — the full markdown of one document
- Read-all-docs-from-category — every doc in a category merged into a single response
- Get-all-open-issues — open issues from the Terragrunt repository with title, number, state, dates, body and labels
A GitHub token, read from GITHUB_TOKEN, GH_TOKEN or GITHUB_PERSONAL_ACCESS_TOKEN — all five tools need it. Deno is the runtime; run it straight from JSR, from a local checkout, or from the Docker image built by the repository's Dockerfile.
Build from source — clone the repository and build it, then point your client at the binary
