docs(mcp-clients): document custom MCP clients and user authorization - #1130
Draft
teallarson wants to merge 1 commit into
Draft
docs(mcp-clients): document custom MCP clients and user authorization#1130teallarson wants to merge 1 commit into
teallarson wants to merge 1 commit into
Conversation
The MCP Clients overview was 5 lines of prose plus a client grid, with no server-rendered content on how to connect an unlisted or custom MCP client and no coverage of the user-authorization modes a gateway supports. That combination showed up in the Aug 03 - Aug 09 Algolia report as a zero-hit query: `connect a custom mcp client to an arcade gateway, user authorization`. Expand the page with a 'What you need' checklist, a 'Connect a custom or unlisted MCP client' section that names the generic remote-HTTP transport pattern, and a 'User authorization' section that lists the three gateway auth modes (Arcade Auth, User Source, Arcade Headers) and links out to the User Sources and MCP Gateways references.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
teallarson
marked this pull request as draft
August 17, 2026 11:53
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.
Summary
The Algolia weekly report for Aug 03 - Aug 09 showed a 12.17% no-result rate on the primary docs index. The one long-tail zero-hit query that pointed at a real, fixable content gap was:
connect a custom mcp client to an arcade gateway, user authorizationapp/en/get-started/mcp-clients/page.mdxwas 5 lines of intro plus a client grid, with no server-rendered prose on either half of that question. Nothing on the page named the pattern for connecting an unlisted or custom MCP client, and nothing named the user-authorization modes a gateway supports.This PR replaces that shell with:
/en/operate/identity/user-sourcesand/en/operate/governance/mcp-gatewaysfor the full comparison.The existing
<MCPClientGrid />still renders under Client-specific guides.Zero-hit search terms addressed
From the Aug 03 - Aug 09 Algolia report, on
docs_arcade_dev_bjb8pbsq9t_docsearch:connect a custom mcp client to an arcade gateway, user authorization(1 search) — fixed here.Other zero-hit terms from the same report, and why they are not addressed in this PR
snowflake(1) — the Snowflake MCP server page was added totoolkit-docs-generator/data/toolkits/snowflake.jsonon Aug 13 (PR [AUTO] Adding MCP Servers docs update #1128), after the reporting window. The next weekly crawl will index it. No docs change needed.mariadb(1),doordash(1),door dash(1) — no MariaDB or DoorDash MCP server exists. Product/roadmap call, not a docs fix.mcp_authentication_failed_error(1) — error string is not documented anywhere in the repo and its provenance is unclear from the report alone. Worth a follow-up once the emitting component is confirmed, rather than inventing content.createnewrequ(1) — truncated typo; intent unclear.xyzzyqwerty12345nonsense(2),zzzzqwxxyznotarealdocpage999(1),xyzzyqwertynonsense99999(1) — obvious probe / test queries. Ignored.Changes
app/en/get-started/mcp-clients/page.mdx— 12 lines → 40 lines. Adds three sections above the existing client grid.Test plan
pnpm buildlocally, confirm/en/get-started/mcp-clientsstill renders and the grid still loads.pnpm vale:check app/en/get-started/mcp-clients/page.mdx.algolia-reindex.ymlrun (or trigger it manually) and confirm the target query now returns the MCP Clients overview page as its top hit.Note
Cursor Bugbot is generating a summary for commit 3181a5a. Configure here.