mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
fed8456097
- 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>
12 lines
251 B
JSON
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"
|
|
}
|
|
}
|