Remove Example Clients overview page#2804
Merged
Merged
Conversation
Delete the community-maintained list of MCP clients (docs/clients.mdx) and the navigation entry for it. Update internal links that pointed to the page so they no longer reference the removed route.
pcarleton
previously approved these changes
May 27, 2026
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Preserve inbound links and search ranking for the removed Example Clients page by redirecting /clients to /docs/getting-started/intro, whose Broad Ecosystem Support section is the closest surviving content for "which apps support MCP" traffic. :house: Remote-Dev: homespace
localden
approved these changes
May 27, 2026
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
Removes the Example Clients overview page (
docs/clients.mdx) — the community-maintained list of applications that support MCP.Changes
docs/clients.mdx(the client list and its filtering UI).clientsentry from the docs navigation (docs/docs.json)./clientsso nothing references the removed route:docs/docs/getting-started/intro.mdxdocs/docs/develop/build-server.mdxdocs/docs/develop/build-client.mdx(drops the "Example clients" card)docs/docs/develop/connect-local-servers.mdxdocs/docs/develop/connect-remote-servers.mdxdocs/docs/tools/debugging.mdxdocs/extensions/client-matrix.mdxHistorical SEP documents that reference the old full URL are left untouched, as they are generated and serve as a record.
Verification
npm run check:docspasses — formatting, MDX comment checks, and the broken-link checker all report clean.