Skip to content

Commit f26eeef

Browse files
committed
fixup format call
1 parent 0d18f1c commit f26eeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/mcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ func mcpMain(args []string) error {
4040
}
4141

4242
func handleMcpTool(tool *MCPToolDef, args []string) error {
43-
fmt.Printf("handling tool %q args: %+v", tool.Name, args)
43+
fmt.Printf("handling tool %q args: %+v", tool.Name(), args)
4444
return nil
4545
}

0 commit comments

Comments
 (0)