Files
herolib/lib/mcp/tool_handler.v
2025-03-24 06:44:39 +01:00

7 lines
161 B
V

module mcp
import x.json2
// ToolHandler is a function type that handles tool calls
pub type ToolHandler = fn (arguments map[string]json2.Any) !ToolCallResult