MCPcopy
hub / github.com/kagent-dev/kagent / Tool

Interface Tool

go/api/client/tool.go:11–13  ·  view source on GitHub ↗

Tool defines the tool operations

Source from the content-addressed store, hash-verified

9
10// Tool defines the tool operations
11type Tool interface {
12 ListTools(ctx context.Context) ([]api.Tool, error)
13}
14
15// toolClient handles tool-related requests
16type toolClient struct {

Callers

nothing calls this directly

Implementers 3

postgresClientgo/core/internal/database/client_postg
Queriesgo/core/internal/database/gen/db.go
toolClientgo/api/client/tool.go

Calls

no outgoing calls

Tested by

no test coverage detected