We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d18f1c commit f26eeefCopy full SHA for f26eeef
cmd/src/mcp.go
@@ -40,6 +40,6 @@ func mcpMain(args []string) error {
40
}
41
42
func handleMcpTool(tool *MCPToolDef, args []string) error {
43
- fmt.Printf("handling tool %q args: %+v", tool.Name, args)
+ fmt.Printf("handling tool %q args: %+v", tool.Name(), args)
44
return nil
45
0 commit comments