docs(ai): fold Management MCP Server stub into canonical /ai/mcp-server/ - #1018
Closed
Iamfle4ka wants to merge 1 commit into
Closed
docs(ai): fold Management MCP Server stub into canonical /ai/mcp-server/#1018Iamfle4ka wants to merge 1 commit into
Iamfle4ka wants to merge 1 commit into
Conversation
Resolves the MCP server (3->1) consolidation from the dev+help merge matrix on the help side. The 18-line management/project/mcp-server/ page only duplicated the /ai/mcp-server/ intro and already pointed at it. Retire it, 301 to the canonical home via redirect_from, and drop it from the sidebar. No inbound links referenced the stub. Conservation: the stub's text is fully covered by /ai/mcp-server/. Its screenshot is intentionally not carried over -- it shows the deprecated `/sse` endpoint (SSE is deprecated 01.04.2026 in favor of Streamable HTTP `/mcp`) plus a BETA badge, which would contradict the canonical page's own deprecation notice. Flagged for an owner to recapture a current one. Out of scope (separate follow-ups): the Diataxis re-cut of the 302-line canonical page, and the tool-count refresh (owner-gated product fact). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Resolves the MCP server (3→1) consolidation from the dev+help merge matrix, help side. The
management/project/mcp-server/page (18 lines) only duplicated the/ai/mcp-server/intro and already linked to it as the source of truth.301it to the canonical/ai/mcp-server/viaredirect_from._data/navigation.yml→ regeneratedsrc/sidebar.mjs).Conservation note (conserve-then-delete)
/ai/mcp-server/→ conserved, nothing lost.https://mcp.keboola.com/sseendpoint (SSE is deprecated 01.04.2026 in favor of Streamable HTTP/mcp) and aBETAbadge — carrying it into the canonical page would contradict that page's own deprecation caution. ➡️ Owner action: recapture a current Project Settings → MCP Server screenshot (Streamable HTTP/mcp, post-BETA) for the canonical page.Out of scope (separate follow-ups)
Verification
npm run build— clean; the stub's redirect page generates and points to/ai/mcp-server/(redirect pages 151 → 152).node scripts/audit-phase2.mjs— 0 new broken links / missing images (the 3 it reports are pre-existing and unrelated).Context
Second unblocked step of the help + developers docs unification (in-repo, help-side consolidation). Follows #1017.
🤖 Generated with Claude Code