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

Function MaxIterationsReached

pkg/runtime/event.go:589–594  ·  view source on GitHub ↗
(maxIterations int)

Source from the content-addressed store, hash-verified

587}
588
589func MaxIterationsReached(maxIterations int) Event {
590 return &MaxIterationsReachedEvent{
591 Type: "max_iterations_reached",
592 MaxIterations: maxIterations,
593 }
594}
595
596// MCPInitStartedEvent is for MCP initialization lifecycle events
597type MCPInitStartedEvent struct {

Calls

no outgoing calls