Tools

data class Tools(val listChanged: Boolean? = null)(source)

Indicates that the server offers tools to call.

When present (non-null), clients can list and invoke tools (functions, actions, etc.) provided by the server.

Constructors

Link copied to clipboard
constructor(listChanged: Boolean? = null)

Properties

Link copied to clipboard

Whether this server supports notifications for changes to the tool list. If true, the server will send notifications when tools are added, modified, or removed.