(agentName string)
| 614 | } |
| 615 | |
| 616 | func MCPInitFinished(agentName string) Event { |
| 617 | return &MCPInitFinishedEvent{ |
| 618 | Type: "mcp_init_finished", |
| 619 | AgentContext: newAgentContext(agentName), |
| 620 | } |
| 621 | } |
| 622 | |
| 623 | // AgentInfoEvent is sent when agent information is available or changes |
| 624 | type AgentInfoEvent struct { |
no test coverage detected