Skip to content

fix: redirect legacy auth0-mcp-server path (llms.txt dead link) to /docs/get-started - #1808

Closed
wallidsaydi-creator wants to merge 1 commit into
auth0:mainfrom
wallidsaydi-creator:fix/llms-txt-mcp-server-redirect
Closed

fix: redirect legacy auth0-mcp-server path (llms.txt dead link) to /docs/get-started#1808
wallidsaydi-creator wants to merge 1 commit into
auth0:mainfrom
wallidsaydi-creator:fix/llms-txt-mcp-server-redirect

Conversation

@wallidsaydi-creator

Copy link
Copy Markdown

Fixes #1806

What

Adds one redirects.json entry so the legacy MCP Server path stops 404-ing:

{
  "source": "/docs/customize/integrations/ai-tools/auth0-mcp-server",
  "destination": "/docs/get-started/auth0-mcp-server"
}

Why

https://auth0.com/llms.txt L35 (Developer Tools section — the entry point AI agents resolve for MCP integration) still points at /docs/customize/integrations/ai-tools/auth0-mcp-server, which returns a hard 404 with no covering redirect (redirects.json had 0 entries under customize/integrations/ai-tools). The canonical docs live at /docs/get-started/auth0-mcp-server and the repo's own content already links there (auth4genai/build-with-ai/using-ai-tools.mdx L34).

Re-verified live before opening this PR (2026-08-31): legacy path 404 under 2 UAs, canonical path 200, llms.txt L35 unchanged.

Scope

  • 4-line addition to main/config/redirects.json, placed at the head of the existing customize/integrations cluster, matching the established format exactly.
  • No content files touched — the Lychee PR link-check (scans changed *.mdx only) is unaffected.
  • Note: this heals every consumer of the legacy path (agents, old bookmarks), but the llms.txt entry itself is edge-generated outside this repo — updating the generator to point directly at the new path would remove the stale link from the index (happy to help locate/patch the generator if you can point me at it).

Verification

Check Result
main/config/redirects.json JSON validity parses clean, 5,478 entries
Destination content exists main/docs/get-started/auth0-mcp-server.mdx present
Diff size 1 file, +4 / −0

Context

I maintain agent-context hygiene for AI coding tools (stale docs / dead links in agent-facing indexes are a recurring hallucination source). Related fixes: merged PR to cloudflare-docs repairing 27 dead llms.txt hub links (cloudflare/cloudflare-docs#32985), maintainer-shipped fix in llm-docs-builder v1.0.0 (mensfeld/llm-docs-builder#165).

The legacy path /docs/customize/integrations/ai-tools/auth0-mcp-server
(live in llms.txt L35) 404s with no covering redirect. Adds the
redirects.json entry in the established format.

Fixes #1806
@wallidsaydi-creator
wallidsaydi-creator requested a review from a team as a code owner August 31, 2026 13:51
@wallidsaydi-creator wallidsaydi-creator changed the title fix: redirect legacy authms-txt-mcp-server-redirect fix: redirect legacy auth0-mcp-server path (llms.txt dead link) to /docs/get-started Aug 31, 2026
@wallidsaydi-creator wallidsaydi-creator closed this by deleting the head repository Sep 5, 2026
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.

llms.txt Developer Tools entry points to dead path: /docs/customize/integrations/ai-tools/auth0-mcp-server (404, no redirect)

1 participant