MCPcopy Create free account
hub / github.com/diillson/chatcli / lspToolAdapter

Struct lspToolAdapter

cli/lsp_tool_adapter.go:51–53  ·  view source on GitHub ↗

lspToolAdapter is the concrete plugins.LSPAdapter.

Source from the content-addressed store, hash-verified

49
50// lspToolAdapter is the concrete plugins.LSPAdapter.
51type lspToolAdapter struct {
52 cli *ChatCLI
53}
54
55// pool returns the session pool, creating it on first use.
56func (a *lspToolAdapter) pool() *lsp.Pool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected