Skip to content

docs(web/blog): close the MCP-drift paragraph in the stdio-MCP post#3216

Merged
bpamiri merged 1 commit into
developfrom
peter/fix-mcp-blog-drift-paragraph
Jun 16, 2026
Merged

docs(web/blog): close the MCP-drift paragraph in the stdio-MCP post#3216
bpamiri merged 1 commit into
developfrom
peter/fix-mcp-blog-drift-paragraph

Conversation

@bpamiri

@bpamiri bpamiri commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Corrects one now-stale paragraph in the published wheels-claude-stdio-mcp post (#1057). It claimed the deprecated /wheels/mcp endpoint still advertised the phantom mcp-configuration-guide.md path as an open follow-up; that follow-up shipped in the 4.0.x audit sweep (#3016) — vendor/wheels/public/views/mcp.cfm and McpServer.cfc both point to the live guide, with McpDeprecationNoticeStaleDocPathSpec guarding it. Reframed so the loop reads as closed. Exported from the publishing admin; merging rebuilds blog.wheels.dev.

The "second piece of drift" paragraph claimed, present tense, that the
deprecated /wheels/mcp endpoint "still" advertised the phantom
mcp-configuration-guide.md path and that aligning it was "its own follow-up".
That follow-up has since shipped (the 4.0.x audit sweep): both
vendor/wheels/public/views/mcp.cfm and the hand-written McpServer.cfc point to
the live guide, and McpDeprecationNoticeStaleDocPathSpec guards against the
phantom path returning. Reframe the paragraph so a reader today sees the loop
is closed. Exported from the publishing admin (post #1057).

Signed-off-by: Peter Amiri <petera@pai.com>
@github-actions github-actions Bot added the docs label Jun 16, 2026
wheels-bot[bot]
wheels-bot Bot previously approved these changes Jun 16, 2026

@wheels-bot wheels-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EOFMARKER

@wheels-bot wheels-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wheels Bot — Reviewer

TL;DR — This PR rewrites one paragraph of the published wheels-claude-stdio-mcp blog post so it reflects that the /wheels/mcp deprecation-notice doc drift has since been closed, rather than describing it as an open follow-up. Every factual claim in the new prose was checked against the current tree and holds. Verdict: approve.

Correctness

The rewritten paragraph asserts three things; all three are accurate against 04474907c:

  1. "both references now point to the live guide" — confirmed. vendor/wheels/public/views/mcp.cfm:17 and :27 both cite https://guides.wheels.dev/v4-0-0/command-line-tools/mcp-integration, and vendor/wheels/public/mcp/McpServer.cfc (lines 11, 1289) does the same. A repo-wide grep for the old mcp-configuration-guide string returns nothing outside the guard spec itself.
  2. "a regression test (McpDeprecationNoticeStaleDocPathSpec) fails the build if the phantom path ever creeps back" — confirmed. vendor/wheels/tests/specs/cli/McpDeprecationNoticeStaleDocPathSpec.cfc:24-48 pins the phantom path and asserts expect(content contains phantomPath).toBeFalse(...) over the runtime-visible files.
  3. The CLI-first / endpoint-lagged framing matches the actual history described in the PR body (the 3016 audit sweep).

No factual or grammatical issues; the paragraph is well-formed and closes cleanly.

Conventions

updatedAt bumped to 2026-06-16T19:33:31.000Z, consistent with an edited post (today is 2026-06-16). No other front-matter touched. Nothing to flag.

Commits

Single commit docs(web/blog): close the MCP-drift paragraph in the stdio-MCP post — valid type docs, suggested scope web/blog, lowercase subject, header under 100 chars. Conforms to commitlint.config.js.

No changelog fragment or test changes are warranted — this is blog content, not a user-facing framework fix/feat or a behavior change.

@wheels-bot wheels-bot Bot dismissed their stale review June 16, 2026 19:50

Auto-dismissed by the Reviewer guard: body is shorter than 200 characters or missing the canonical wheels-bot:review-a marker. See #2558 for context.

@wheels-bot

wheels-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Wheels Bot — Reviewer guard

Detected and dismissed 1 bogus Reviewer review(s) on commit 0447490. Cause: review body shorter than 200 characters or missing the canonical wheels-bot:review-a marker. See wheels-dev/wheels#2558 for context.

@bpamiri bpamiri merged commit e3f64e4 into develop Jun 16, 2026
12 of 13 checks passed
@bpamiri bpamiri deleted the peter/fix-mcp-blog-drift-paragraph branch June 16, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant