# `Minga.Events.ToolMissingEvent`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga/events.ex#L104)

Payload for `:tool_missing` events. Sent when an LSP server or formatter command is not found and a tool recipe exists.

# `t`

```elixir
@type t() :: %Minga.Events.ToolMissingEvent{command: String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
