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

Method Aliases

tools/base.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37type Tool interface {
38 Name() string
39 Description() string
40 InputPrototype() any
41 Aliases() []string

Callers 1

registerActiveMethod · 0.65

Implementers 1

BaseTooltools/base.go

Calls

no outgoing calls

Tested by

no test coverage detected