Expand description
CLI-side LspProvider implementation — bridges the agent’s lsp
tool to super::LspManager.
Implements every method of oxicode_agent::tools::LspProvider by
routing to the manager’s lazy-spawned oxicode_lsp::LspClients.
Errors are returned as plain String (the ToolError alias).
Structs§
- CliLsp
Provider - CLI-side
LspProviderwrapping anLspManager.