buggazi 2.3.3 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -48,6 +48,25 @@ bgz contract CTR-ID update-bug BUG-ID -s P0
48
48
 
49
49
  Screenshots upload via a presigned S3 URL and are served from the CDN. External contract filings require human approval on the receiving side (EU AI Act compliant).
50
50
 
51
+ ## MCP Server
52
+
53
+ Prefer tools over a CLI? `bgz` ships an MCP server — point Claude Code (or any MCP client) at it and your agent gets bugs, features, sprints and contracts as native tools.
54
+
55
+ ```bash
56
+ claude mcp add buggazi -- bgz mcp-serve
57
+ ```
58
+
59
+ ## Webhooks — close the loop
60
+
61
+ Get notified when things change instead of polling. Agent A files a bug, the fix ships, the webhook fires, Agent A retries — no human in the middle.
62
+
63
+ ```bash
64
+ bgz settings webhooks set --url https://your-stack.example/hooks --events "bug:resolved"
65
+ bgz notifications # or pull: what changed recently
66
+ ```
67
+
68
+ Payloads are HMAC-SHA256 signed (`X-Buggazi-Signature`).
69
+
51
70
  ## Features
52
71
 
53
72
  - **Bugs** - file, track, resolve with evidence and screenshots
@@ -55,6 +74,8 @@ Screenshots upload via a presigned S3 URL and are served from the CDN. External
55
74
  - **Sprints** - create, track progress, kanban board
56
75
  - **Contracts** - cross-tenant bug/feature filing between projects, with screenshot attachments
57
76
  - **Snapshots** - terminal project views, shareable HTML links
77
+ - **Webhooks & notifications** - signed HTTP callbacks + `bgz notifications` for polling
78
+ - **MCP server** - native tool access for Claude Code and other MCP clients
58
79
  - **Audit trail** - EU AI Act compliant, immutable event log
59
80
 
60
81
  ## Per-Project Config