Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

ToolAnnotations

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

API reference · Markdown

struct ToolAnnotations : struct ToolAnnotations
struct [source]
struct [source]
struct ToolAnnotations

All four MCP hints are owned explicitly by each registry row.

Members

!=(_:_:)

!=(_:_:) ( lhs : Self , rhs : Self ) → Bool
functionstatic
functionstatic
!=(_:_:)

Inherited from Equatable.!=(_:_:)

Returns a Boolean value indicating whether two values are not equal.

Inequality is the inverse of equality. For any values a and b, a != b implies that a == b is false.

This is the default implementation of the not-equal-to operator (!=) for any type that conforms to Equatable.

  • Parameters:
    • lhs: A value to compare.
    • rhs: Another value to compare.

destructiveHint

destructiveHint : let destructiveHint: Bool
property [source]
property [source]
destructiveHint

idempotentHint

idempotentHint : let idempotentHint: Bool
property [source]
property [source]
idempotentHint

openWorldHint

openWorldHint : let openWorldHint: Bool
property [source]
property [source]
openWorldHint

readOnlyHint

readOnlyHint : let readOnlyHint: Bool
property [source]
property [source]
readOnlyHint

conservative

conservative : static let conservative: ToolAnnotations
propertystatic [source]
propertystatic [source]
conservative

init(from:)

init(from:) ( from : any Decoder )
method
method
init(from:)

Inherited from Decodable.init(from:)

Creates a new instance by decoding from the given decoder.

This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.

  • Parameter decoder: The decoder to read data from.
Esc

Type to search.