Skip to content

Commit 21d7aff

Browse files
committed
Docs: fix dead Morgen API links (platform.morgen.so/developers-api is the live page; /integrations/... 404s, app.morgen.so/settings/api 404s), fix stale 'SETUP.md section 14' ref (doc has Steps 0-9), correct installer path in sample env comment, clarify DRY_RUN temp dir is $TMPDIR not /tmp on macOS
1 parent 1440d76 commit 21d7aff

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

212212
Full walkthrough with every click: **[docs/SETUP.md](docs/SETUP.md)**.

docs/SETUP.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
174174
2. Click **Create API key**, name it `task-maxxing`.
175175
3. Copy the key. Paste into `.env`:
176176

@@ -221,7 +221,8 @@ N8N_API_KEY={{YOUR_N8N_KEY}}
221221
cd ~/code/task-maxxing
222222
set -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)
225226
DRY_RUN=1 ./scripts/install-workflows.sh
226227

227228
# Import for real

examples/sample-.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
6565
MORGEN_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).
6868
MORGEN_KEY=${MORGEN_API_KEY}
6969

7070
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)