A single request/response method owned by a server extension.
Summary
Types
@type t() :: %FastestMCP.ServerExtension.Method{ compiled_params_schema: FastestMCP.Schema.Compiled.t() | nil, handler: (map(), FastestMCP.Context.t() -> map()), name: String.t(), params_schema: FastestMCP.Schema.raw() | nil }