FastestMCP.ServerExtension.Method (fastest_mcp v0.3.0)

Copy Markdown View Source

A single request/response method owned by a server extension.

Summary

Types

t()

@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
}