mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
lsp/ - LSP capability family
English | 中文
The language-server capability seam: an abstract LSP interface, a generic stdio provider, and the model-facing lsp tool. All product packages.
| Package | Role | ctx key |
|---|---|---|
lsp/ |
LSP provider seam and shared vocabulary | ctx.lsp |
lsp-local/ |
Local stdio language-server backend | registers providers on ctx.lsp |
tool-lsp/ |
Model-facing semantic-navigation tool | registers on ctx.tools |
Providers register semantic capabilities; the tool owns the model-facing contract. The child READMEs document operation, protocol, and presentation details, while the LSP capability-seam Agent Note owns the rationale.