mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
0e93577afa
A single-tool MCP server that gives coding agents a `vent` tool to file freeform grievances. Complaints are logged as JSONL per project at .cursor/complaints.jsonl (with an unfiled fallback) and optionally echoed to Slack via an incoming webhook or bot token, configured through environment variables (no secrets in the plugin). Launches via `uv run` with PEP 723 inline dependencies, so there is no virtualenv to manage. Registered in marketplace.json and the README table. Co-authored-by: Cursor <cursoragent@cursor.com>