agent-graph-mcp 0.2.4

MCP server for graph-orchestrated LLM workflows — 25 typed tools, daemon/proxy architecture, checkpoint/resume, HITL approvals, HMAC receipts
Documentation
1
2
3
4
5
6
#!/usr/bin/env python3
import json,sys
x=json.load(open(sys.argv[1])) if len(sys.argv)>1 else {}
for a in x.get('advisories',{}).get('list',[]):
 print(a.get('id','unknown'), 'unknown')
print('advisory adjudication input accepted')