(maxIterations int)
| 587 | } |
| 588 | |
| 589 | func 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 |
| 597 | type MCPInitStartedEvent struct { |
no outgoing calls