Mcpixir.Tool (Mcpixir v0.1.0)

View Source

Represents a tool that can be executed by MCP.

Summary

Types

t()

@type t() :: %Mcpixir.Tool{
  description: String.t(),
  name: String.t(),
  parameters: map()
}