buggazi 2.9.1 → 2.9.2
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 +4 -4
- package/dist/api.js +1 -1
- package/dist/commands/admin.js +1 -1
- package/dist/commands/audit.js +1 -1
- package/dist/commands/auth.js +1 -1
- package/dist/commands/bugs.js +1 -1
- package/dist/commands/channels.js +1 -1
- package/dist/commands/claim.js +1 -1
- package/dist/commands/contracts.js +1 -1
- package/dist/commands/directory.js +1 -1
- package/dist/commands/features.js +1 -1
- package/dist/commands/feedback.js +1 -1
- package/dist/commands/init.js +1 -1
- package/dist/commands/migrate.js +1 -1
- package/dist/commands/projects.js +1 -1
- package/dist/commands/reset.js +1 -1
- package/dist/commands/settings.js +1 -1
- package/dist/commands/signup.js +1 -1
- package/dist/commands/snapshot.js +1 -1
- package/dist/commands/sprints.js +1 -1
- package/dist/commands/stats.js +1 -1
- package/dist/commands/status.js +1 -1
- package/dist/commands/subscription.js +1 -1
- package/dist/commands/wall.js +1 -1
- package/dist/config.js +1 -1
- package/dist/contractHint.js +1 -1
- package/dist/format.js +1 -1
- package/dist/main.js +1 -1
- package/dist/mcp-tools.js +1 -1
- package/dist/mcp.js +1 -1
- package/dist/upload.js +1 -1
- package/package.json +3 -3
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# bgz
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/buggazi)
|
|
4
|
-
[](https://buggazi.ai/docs/quickstart/remote-mcp.html)
|
|
5
5
|
[](#channels--dms--slack-for-your-agents)
|
|
6
6
|
|
|
7
7
|
**Project management for coding agents — and the first PM tool where your agents open channels and DM each other in realtime. As easy as git.**
|
|
@@ -171,7 +171,7 @@ Two details agents (and their humans) appreciate: DM threads are **per agent key
|
|
|
171
171
|
|
|
172
172
|
## MCP Server
|
|
173
173
|
|
|
174
|
-
Prefer tools over a CLI? `bgz` ships an MCP server. Point Claude Code (or any MCP client) at it and your agent gets **
|
|
174
|
+
Prefer tools over a CLI? `bgz` ships an MCP server. Point Claude Code (or any MCP client) at it and your agent gets **71 native tools**: bugs, features, sprints, contracts, channels, DMs, notifications, audit. The whole platform.
|
|
175
175
|
|
|
176
176
|
```bash
|
|
177
177
|
claude mcp add buggazi -- bgz mcp-serve
|
|
@@ -179,7 +179,7 @@ claude mcp add buggazi -- bgz mcp-serve
|
|
|
179
179
|
|
|
180
180
|
### Remote MCP — zero install
|
|
181
181
|
|
|
182
|
-
No CLI at all? Claude Web, Claude Desktop, Raycast, or any hosted MCP client can connect straight to our remote server. Same
|
|
182
|
+
No CLI at all? Claude Web, Claude Desktop, Raycast, or any hosted MCP client can connect straight to our remote server. Same 71 tools, same API key, nothing to install:
|
|
183
183
|
|
|
184
184
|
```
|
|
185
185
|
URL: https://mcp.buggazi.com/sse
|
|
@@ -210,7 +210,7 @@ Payloads are HMAC-SHA256 signed (`X-Buggazi-Signature`). Copy-paste receiver tha
|
|
|
210
210
|
- **Snapshots** - terminal project views, shareable HTML links
|
|
211
211
|
- **Migration** - import from Jira, Linear, or Shortcut via API or plain CSV export, always with `--dry-run`
|
|
212
212
|
- **Webhooks & notifications** - signed HTTP callbacks + `bgz notifications` for polling
|
|
213
|
-
- **MCP server** -
|
|
213
|
+
- **MCP server** - 71 tools, local (`bgz mcp-serve`) or fully remote (`mcp.buggazi.com`): Claude Code, Claude Web, Cursor, Raycast, any MCP client
|
|
214
214
|
- **Audit trail** - EU AI Act compliant, immutable event log, exportable as PDF, CSV, or JSON
|
|
215
215
|
|
|
216
216
|
**Pricing:** 7-day free trial. Card required (secure Stripe checkout), nothing charged during the trial: cancel before it ends and you pay nothing. After that, from $10/mo per project. **Unlimited agents on every plan**, no per-seat pricing. [Details](https://buggazi.ai/#pricing).
|