# ToolAuthority

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmuxMCP/ToolAuthority.swift#L3
- **Page:** https://libtmux.org/reference/swift/toolauthority/

The tools this server is authorised to expose and run.

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `tier` (property) — The highest tier any enabled tool may reach.
- `enabledTools` (property) — The exact tools enabled within `tier`, or `nil` for every tool in it.
- `init(tier:enabledTools:)` (method)
