google-tasks-cursor-plugin plugin for Cursor
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/server/index.js"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"GOOGLE_TASKS_ACCESS_TOKEN": "${GOOGLE_TASKS_ACCESS_TOKEN}"
}
}