MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isEnabled

Function isEnabled

src/tools/LSPTool/LSPTool.ts:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 userFacingName,
136 shouldDefer: true,
137 isEnabled() {
138 return isLspConnected()
139 },
140 get inputSchema(): InputSchema {
141 return inputSchema()
142 },

Callers

nothing calls this directly

Calls 1

isLspConnectedFunction · 0.85

Tested by

no test coverage detected