7 lines
161 B
V
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
|