MCPcopy Create free account
hub / github.com/atripati/ark / ToolDef

Struct ToolDef

pkg/tools/github.go:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type ToolDef struct {
83 ID, Name, Desc, Schema string
84}
85
86func GitHubToolDefs() []ToolDef {
87 return []ToolDef{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected