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

Struct toolClient

go/api/client/tool.go:16–18  ·  view source on GitHub ↗

toolClient handles tool-related requests

Source from the content-addressed store, hash-verified

14
15// toolClient handles tool-related requests
16type toolClient struct {
17 client *BaseClient
18}
19
20// NewToolClient creates a new tool client
21func NewToolClient(client *BaseClient) Tool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected