Files
cursor__plugins/agent-vent/mcp.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

10 lines
193 B
JSON

{
"mcpServers": {
"agent-vent": {
"command": "bun",
"args": ["run", "--install=fallback", "${CURSOR_PLUGIN_ROOT}/server.ts"],
"cwd": "${CURSOR_PLUGIN_ROOT}"
}
}
}