MCPcopy Create free account
hub / github.com/codeaashu/claude-code / capabilities

Function capabilities

src/services/lsp/LSPClient.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79 return {
80 get capabilities(): ServerCapabilities | undefined {
81 return capabilities
82 },
83
84 get isInitialized(): boolean {
85 return isInitialized

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected