File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ claude mcp add n8n-mcp \
206206 --env N8N_API_KEY=" ${N8N_API_KEY} " \
207207 -- npx -y n8n-mcp
208208
209- # 9. Smoke test — see docs/SETUP.md section 14
209+ # 9. Smoke test — see docs/SETUP.md Step 7 (first sync) + Step 8 (round-trip)
210210```
211211
212212Full walkthrough with every click: ** [ docs/SETUP.md] ( docs/SETUP.md ) ** .
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ GITHUB_TOKEN=github_pat_{{YOUR_PAT}}
170170
171171## Step 3 — Morgen API token
172172
173- 1 . Open [ platform.morgen.so/integrations/ developers-api] ( https://platform.morgen.so/integrations /developers-api ) and sign in.
173+ 1 . Open [ platform.morgen.so/developers-api] ( https://platform.morgen.so/developers-api ) and sign in.
1741742 . Click ** Create API key** , name it ` task-maxxing ` .
1751753 . Copy the key. Paste into ` .env ` :
176176
@@ -221,7 +221,8 @@ N8N_API_KEY={{YOUR_N8N_KEY}}
221221cd ~ /code/task-maxxing
222222set -a; source .env; set +a # reload all the new values
223223
224- # Preview the rendered JSON without sending it (writes to /tmp)
224+ # Preview the rendered JSON without sending it (writes into your temp dir —
225+ # $TMPDIR on macOS, /tmp on most Linux — and prints the file paths)
225226DRY_RUN=1 ./scripts/install-workflows.sh
226227
227228# Import for real
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ GITHUB_TOKEN=gho_replace_me
6060# Morgen — native task mirror + calendar scheduling
6161# ---------------------------------------------------------------------------
6262
63- # Morgen API key from https://app .morgen.so/settings/ api
63+ # Morgen API key from https://platform .morgen.so/developers- api
6464# Used as `Authorization: ApiKey <key>`. Rate limit: 300 pts / 15 min.
6565MORGEN_API_KEY=replace_me
6666
67- # Alias read by workflows /install-workflows.sh (same value).
67+ # Alias read by scripts /install-workflows.sh (same value).
6868MORGEN_KEY=${MORGEN_API_KEY}
6969
7070# ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments