up-bank plugin for Cursor
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "stdio",
"command": "node",
"args": [
"./server.mjs"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"UP_ACCESS_TOKEN": "${UP_ACCESS_TOKEN}"
}
}