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

Function MCPInitStarted

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

Source from the content-addressed store, hash-verified

601}
602
603func MCPInitStarted(agentName string) Event {
604 return &MCPInitStartedEvent{
605 Type: "mcp_init_started",
606 AgentContext: newAgentContext(agentName),
607 }
608}
609
610type MCPInitFinishedEvent struct {
611 AgentContext

Callers 1

getToolsMethod · 0.85

Calls 1

newAgentContextFunction · 0.85

Tested by

no test coverage detected