coffee-roaster-mcp 0.1.12
-
RoastPilot: a spec-driven MCP server for autonomous coffee roasting.
1 hour ago
fin = open('my dump file', 'r')
fout = open('my new dump file', 'w')
falserep = (x.replace(',f,',',0,') for x in fin)
truerep = (x.replace(',t,',',1,') for x in falserep)
for line in truerep: fout.write(line)