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

Function MCPInitFinished

pkg/runtime/event.go:616–621  ·  view source on GitHub ↗
(agentName string)

Source from the content-addressed store, hash-verified

614}
615
616func 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
624type AgentInfoEvent struct {

Callers 1

getToolsMethod · 0.85

Calls 1

newAgentContextFunction · 0.85

Tested by

no test coverage detected