Files
herolib/lib/mcp/tool_handler.v
2025-03-14 23:05:55 +01:00

6 lines
157 B
V

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