MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / GetDeferredToolNames

Method GetDeferredToolNames

tools/registry.go:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func (r *ToolRegistry) GetDeferredToolNames() []string {
131 return r.deferred.Names()
132}
133
134func (r *ToolRegistry) ActivateTool(name string) Tool {
135 tool := r.deferred.Activate(name)

Callers 1

handleToolSearchSelectFunction · 0.80

Calls 1

NamesMethod · 0.45

Tested by

no test coverage detected