Atomic workflow recipes for Claude Code. One MCP tool call runs the whole commit → push → PR → CI-wait → merge pipeline.
{
"mcpServers": {
"heznpcanvil": {
"command": "npx",
"args": [
"-y",
"@heznpc/anvil"
]
}
}
}