Skip to content

docs(mcp): document the introduction path — "Walk me through Leadbay" (EN + FR) - #23

Merged
ArtyETH06 merged 2 commits into
mainfrom
ArtyETH06/docs-introduction-path
Aug 17, 2026
Merged

docs(mcp): document the introduction path — "Walk me through Leadbay" (EN + FR)#23
ArtyETH06 merged 2 commits into
mainfrom
ArtyETH06/docs-introduction-path

Conversation

@ArtyETH06

Copy link
Copy Markdown
Contributor

Closes leadbay/product#3962

The MCP server ships a guided first-run walkthrough (leadbay_getting_started, triggered by "Walk me through Leadbay.") and the user docs had never mentioned it. A grep of this repo for "Walk me through" returned nothing.

The gap was two-sided: a new user reading the Quickstart is told to type "Show me today's leads" and never learns the guided path exists — while the walkthrough itself links back to docs.leadbay.app/doc/leadbay-mcp/quickstart at both of its endings, as the setup guide it deliberately cannot replace.

What changed

Page Change
leadbay-mcp/quickstart.md Unnumbered section right after Step 2 (sign-in), with the four steps and what each does
leadbay-mcp/example-prompts.md New ## First time here section above ## Start your day
leadbay-mcp/tools-reference.md leadbay_getting_started row + a routing-table entry
fr/leadbay-mcp/* The same three, mirrored

The Quickstart section is unnumbered on purpose — the tour is recommended but optional, and this keeps Steps 3–5 (and their FR mirrors) from needing renumbering.

Accuracy

The gate labels come from the manifest verbatim (packages/core/src/composite/getting-started.ts), and both spend claims are the shipped behaviour rather than a paraphrase: gate 3 drafts with leadId alone and never enriches; gate 4 runs its free mode:"discover" preview before any confirmation, and the paid reveal costs one credit per contact. All of it is pinned by packages/mcp/test/audit/getting-started-walkthrough.test.ts — 29 tests green locally across that file and first-run-routing.test.ts.

Deliberately not documented: the CRM-push and recurring-schedule steps (they were gates 5 and 6, removed in e4a8280 on 2026-08-10), and anything about the email being sent — the walkthrough drafts and stops.

⚠️ Do not merge yet — the feature is not released

Latest release mcp-v0.28.0, 2026-08-03
Walkthrough merged leadbay/mcp#175 (08-10), leadbay/mcp#179 (08-11)
In the tag? Nomcp-v0.28.0 has no leadbay_getting_started.md.tmpl

A user on the live connector who types "Walk me through Leadbay" today gets nothing; the prompt isn't registered. mcp's CHANGELOG.md also files the walkthrough under ## 0.28.0 — a version already published without it — so a version bump is needed before the release is cut.

This stays draft until a release carrying the walkthrough ships.

Follow-ups (separate, in leadbay/mcp)

  • packages/mcp/src/server.ts:165 says "five-gate"; packages/core/src/index.ts:311-313 says "six-gate … → CRM → schedule". Both describe a shape removed on 2026-08-10.
  • README.md:156 omits leadbay_getting_started from the skills list, and its tool table has no row for it.
  • No screenshot exists for the walkthrough. Both quickstart pages carry a commented-out <figure> placeholder (the convention already used in what-is-leadbay-mcp.md) ready for mcp-walkthrough-gate1.png.

ArtyETH06 and others added 2 commits August 17, 2026 09:51
The MCP server ships a guided first-run walkthrough, and the docs had
never heard of it. The Quickstart told a brand-new user to type "show me
today's leads" — while the walkthrough itself links back to that same
Quickstart at both of its endings, as the setup guide it deliberately
cannot replace.

- Quickstart: an unnumbered section right after sign-in, with the four
  steps and what each one does. Unnumbered because the tour is optional,
  and so Steps 3-5 keep their numbers.
- Example prompts: a "First time here" section above "Start your day" —
  the page was ordered by workflow-day and opened mid-journey.
- Tools reference: the leadbay_getting_started row and its routing entry.

Both spend claims are the shipped behaviour, not a paraphrase: gate 3
drafts with leadId alone and never enriches, and gate 4's free preview
runs before any confirmation. Pinned by
packages/mcp/test/audit/getting-started-walkthrough.test.ts in the mcp repo.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Section-for-section, so the fr/ tree stays the 1:1 mirror it is — PR #21
exists because that parity slipped once already.

The prompt phrasings are French rather than transliterated English: the
walkthrough's triggers are matched by the model, not string-compared, and
the prompt tells the agent to answer in the user's own language.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@ArtyETH06
ArtyETH06 marked this pull request as ready for review August 17, 2026 08:09
@ArtyETH06
ArtyETH06 merged commit a08a23d into main Aug 17, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant