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 0c5e7a3 commit 912eaffCopy full SHA for 912eaff
cmd/src/mcp.go
@@ -36,6 +36,6 @@ func mcpMain(args []string) error {
36
}
37
38
func handleMcpTool(tool *MCPToolDef, args []string) error {
39
- fmt.Printf("handling tool %q args: %+v", tool.Name, args)
+ fmt.Printf("handling tool %q args: %+v", tool.Name(), args)
40
return nil
41
0 commit comments