Skip to content

Commit 912eaff

Browse files
committed
fixup format call
1 parent 0c5e7a3 commit 912eaff

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
@@ -36,6 +36,6 @@ func mcpMain(args []string) error {
3636
}
3737

3838
func handleMcpTool(tool *MCPToolDef, args []string) error {
39-
fmt.Printf("handling tool %q args: %+v", tool.Name, args)
39+
fmt.Printf("handling tool %q args: %+v", tool.Name(), args)
4040
return nil
4141
}

0 commit comments

Comments
 (0)