@nanocollective/nanocoder
Version:
A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter
11 lines • 385 B
JavaScript
/**
* LSP Integration Module
*
* Provides Language Server Protocol support for Nanocoder:
* - Auto-discovery of installed language servers
* - Multi-language support with routing
* - Diagnostics, completions, code actions, and formatting
*/
export { getLSPManager, } from './lsp-manager.js';
export { DiagnosticSeverity, } from './protocol.js';
//# sourceMappingURL=index.js.map