Codex.Events.McpServerStartupStatusUpdated (Codex SDK v0.16.1)

Copy Markdown View Source

Event emitted when app-server observes an MCP server startup state transition.

Summary

Types

startup_status()

@type startup_status() :: :starting | :ready | :failed | :cancelled | String.t()

t()

@type t() :: %Codex.Events.McpServerStartupStatusUpdated{
  error: String.t() | nil,
  name: String.t(),
  status: startup_status()
}