libtmux Reference MCP Search
On this page

ToolCall

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmuxMCP/ToolCatalog.swift
struct ToolCall : struct ToolCall
struct [source]
struct [source]
struct ToolCall

One tool call, as it arrives.

4 declared, 0 inherited

Members

  • !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
  • init(name:arguments:) method
  • arguments property The arguments object, verbatim. Held whole rather than pulled apart here: a field this layer forgets to carry is a field the tool can never receive, and the reader below is the one place that knows the names.
  • name property
Esc

Type to search.