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

Struct reportingStartOnlyToolSet

pkg/tools/startable_test.go:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259type reportingStartOnlyToolSet struct {
260 started bool
261 startCalls int
262}
263
264func (r *reportingStartOnlyToolSet) Tools(context.Context) ([]tools.Tool, error) {
265 return []tools.Tool{{Name: "start_only_tool"}}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected