Versions in this module Expand all Collapse all v1 v1.0.0 Apr 19, 2026 Changes in this version + type FunctionDefinition struct + Description string + Name string + Parameters InputSchema + Strict bool + type InputSchema struct + AdditionalProperties *bool + Properties map[string]PropertySchema + Required []string + Type string + func (s InputSchema) ToMap() map[string]any + type PropertySchema struct + Description string + Enum []string + Type string + type Tool interface + Definition func() ToolDefinition + type ToolDefinition struct + Function FunctionDefinition + Type string Other modules containing this package github.com/v8tix/mcp-toolkit/v2