MCPcopy Index your code
hub / github.com/docker/docker-agent / StopToolSets

Method StopToolSets

cmd/root/run.go:1101–1101  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

1099// toolStopper is the subset of *team.Team needed by stopToolSets.
1100type toolStopper interface {
1101 StopToolSets(ctx context.Context) error
1102}
1103
1104// stopToolSets gracefully stops all tool sets with a bounded timeout so

Callers 12

RunFunction · 0.65
StopToolSetsMethod · 0.65
RunFunction · 0.65
createMCPServerFunction · 0.65
GetAgentToolCountMethod · 0.65
StopMethod · 0.65
stopToolSetsFunction · 0.65
runFunction · 0.65
TestMCP_SingleAgentFunction · 0.65
TestMCP_MultiAgentFunction · 0.65

Implementers 2

Teampkg/team/team.go
Agentpkg/agent/agent.go

Calls

no outgoing calls

Tested by 4

TestMCP_SingleAgentFunction · 0.52
TestMCP_MultiAgentFunction · 0.52