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>
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"mcpServers": {
|
|
"agent-vent": {
|
|
"command": "bun",
|
|
"args": ["run", "--install=fallback", "${CURSOR_PLUGIN_ROOT}/server.ts"],
|
|
"cwd": "${CURSOR_PLUGIN_ROOT}"
|
|
}
|
|
}
|
|
}
|