MCPcopy
hub / github.com/docker/docker-agent / Toolset

Struct Toolset

pkg/tools/a2a/a2a.go:29–39  ·  view source on GitHub ↗

Toolset implements tools.ToolSet for A2A remote agents.

Source from the content-addressed store, hash-verified

27
28// Toolset implements tools.ToolSet for A2A remote agents.
29type Toolset struct {
30 name string
31 url string
32 headers map[string]string
33 timeout time.Duration
34 allowPrivateIPs bool
35 expander *js.Expander
36 client *a2aclient.Client
37 card *a2a.AgentCard
38 mu sync.RWMutex
39}
40
41// Option configures a Toolset.
42type Option func(*Toolset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected