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

Method Description

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

Source from the content-addressed store, hash-verified

34 IsError bool `json:"is_error"`
35}
36
37type Tool interface {
38 Name() string
39 Description() string

Callers 6

handleToolSearchSelectFunction · 0.65
handleToolSearchQueryFunction · 0.65
ToAPISchemaMethod · 0.65
MCPToolsMethod · 0.65
ToAPISchemaMethod · 0.65

Implementers 1

BaseTooltools/base.go

Calls

no outgoing calls

Tested by 2

ToAPISchemaMethod · 0.52