Describes a single MCP tool exposed by the server.
public McpToolDefinition(string Name, string Description, JsonObject InputSchema, Func<JsonObject?, CancellationToken, ValueTask<object?>> Handler)