summaryrefslogtreecommitdiff
path: root/MCP-SERVER-PLAN.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-12 09:33:49 +0200
committerPaul Buetow <paul@buetow.org>2026-02-12 09:33:49 +0200
commitda160fbdfb30a55a4d617553baeb5b0a5a9d5fb8 (patch)
tree8c8c184d3947211c82f10b198c7b366a01cd4780 /MCP-SERVER-PLAN.md
parentcfd02d2874992f7e293d5098bd328a495825a8d4 (diff)
Rename hexai-lsp command to hexai-lsp-server
Amp-Thread-ID: https://ampcode.com/threads/T-019c50bc-2906-77db-a31e-0d553338d99b Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'MCP-SERVER-PLAN.md')
-rw-r--r--MCP-SERVER-PLAN.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCP-SERVER-PLAN.md b/MCP-SERVER-PLAN.md
index f6b1f44..133ee69 100644
--- a/MCP-SERVER-PLAN.md
+++ b/MCP-SERVER-PLAN.md
@@ -1044,7 +1044,7 @@ type RespError struct {
- `/home/paul/git/hexai/internal/lsp/transport.go` - Transport pattern
- `/home/paul/git/hexai/internal/lsp/server.go` - Server dispatch pattern
- `/home/paul/git/hexai/internal/tmuxedit/history.go` - JSONL storage pattern
-- `/home/paul/git/hexai/cmd/hexai-lsp/main.go` - Command entry point
+- `/home/paul/git/hexai/cmd/hexai-lsp-server/main.go` - Command entry point
- `/home/paul/git/hexai/internal/appconfig/config.go` - Config extension pattern
### Files to Create