@yeshwanthyk/lsp
v0.1.0
Published
LSP integration for AI coding agents. Provides real-time diagnostics from language servers.
Maintainers
Readme
@yeshwanthyk/lsp
LSP integration for AI coding agents. Provides real-time diagnostics from language servers.
Installation
npm install @yeshwanthyk/lspUsage
import { createLspManager, wrapToolsWithLspDiagnostics } from "@yeshwanthyk/lsp";
const lsp = createLspManager({ cwd: process.cwd(), enabled: true });
const tools = wrapToolsWithLspDiagnostics(baseTools, lsp, { cwd: process.cwd() });License
MIT
