9.4 Output and JSON modes

Output is human-readable by default. Pass --json (a global flag) to get the raw MCP response, suitable for piping into jq:

ownsona --json list --limit 5 | jq '.matches[] | {id, text}'