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

Method GetDeferredTools

tools/registry.go:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (r *ToolRegistry) GetDeferredTools() map[string]Tool {
127 return r.deferred.GetAll()
128}
129
130func (r *ToolRegistry) GetDeferredToolNames() []string {
131 return r.deferred.Names()

Calls 1

GetAllMethod · 0.80