From 095f71552d2707693790296a750f61a760033f57 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 19:57:16 +0000 Subject: [PATCH] docs: clarify client credentials MCP scope --- ai/model-context-protocol.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index b5dec89f9..d391b6ae3 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -112,7 +112,7 @@ By default, your MCP server is only available for localhost tools. To allow web- Client credentials let you connect to your authenticated MCP server programmatically without a browser-based login. Use client credentials for server-side integrations, CI/CD pipelines, automated workflows, and any environment where a user cannot complete an interactive OAuth flow. -Client credentials authenticate against the `/authed/mcp` endpoint and return the same content as an authenticated user with access to all pages. +Client credentials authenticate against the `/authed/mcp` endpoint and return all content from public pages and authenticated pages that aren't scoped to specific groups.