From c9135da03574d638cf395e2540d4d04d050f4399 Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Fri, 13 Mar 2026 11:47:02 -0600 Subject: [PATCH] docs: add LSP extension to README bundled tools table --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bba53a1ce..9379150b0 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ budget_ceiling: 50.00 ### Bundled Tools -GSD ships with 13 extensions, all loaded automatically: +GSD ships with 14 extensions, all loaded automatically: | Extension | What it provides | |-----------|-----------------| @@ -345,6 +345,7 @@ GSD ships with 13 extensions, all loaded automatically: | **MCPorter** | Lazy on-demand MCP server integration | | **Voice** | Real-time speech-to-text transcription (macOS) | | **Slash Commands** | Custom command creation | +| **LSP** | Language Server Protocol integration — diagnostics, go-to-definition, references, hover, symbols, rename, code actions | | **Ask User Questions** | Structured user input with single/multi-select | | **Secure Env Collect** | Masked secret collection without manual .env editing |