Hello from MCP server
root = "." tmp_dir = "tmp" [build] cmd = "go build -o ./tmp/main ." bin = "./tmp/main" full_bin = "DEV=1 ./tmp/main" delay = 1000 include_ext = ["go"] exclude_dir = ["tmp"] [misc] clean_on_exit = true