Event emitted when app-server observes an MCP server startup state transition.
Summary
Types
@type startup_status() :: :starting | :ready | :failed | :cancelled | String.t()
@type t() :: %Codex.Events.McpServerStartupStatusUpdated{ error: String.t() | nil, name: String.t(), status: startup_status() }