Files
cursor__plugins/agent-vent/package.json
ericzakariasson fed8456097 agent-vent: pluggable destinations, env-file config, drop bunfig/mood
- Rework delivery into pluggable destinations (file, slack) selected via
  VENT_DESTINATIONS; add a destination by implementing Destination + REGISTRY.
- Load config from an env file on startup: $VENT_ENV_FILE, else ~/.cursor/.env
  (process env wins; empty values are overridden). Drop the mcp.json env
  passthrough so stale empty placeholders can't shadow the file.
- Replace bunfig.toml with a `bun run --install=fallback` flag.
- Remove the mood parameter and the canned acknowledgement responses; reorder
  inputs to complaint, intensity, project_path.
- Collapse the changelog to a single unreleased 0.1.0.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 16:55:20 +01:00

12 lines
251 B
JSON

{
"name": "agent-vent",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "MCP server that gives coding agents a tool to vent.",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"zod": "^3.25.76"
}
}