From ca7ac00030ebd7bf01f51b65a8275790840cf4ed Mon Sep 17 00:00:00 2001 From: Gyanranjan Priyam Date: Mon, 9 Mar 2026 11:08:00 +0530 Subject: [PATCH] docs: fix typo 'allowslisted' -> 'allowlisted' in mcp-server.md (#21665) --- docs/tools/mcp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/mcp-server.md b/docs/tools/mcp-server.md index 202325a83d..bbb5c62aba 100644 --- a/docs/tools/mcp-server.md +++ b/docs/tools/mcp-server.md @@ -372,7 +372,7 @@ To authenticate with a server using Service Account Impersonation, you must set the `authProviderType` to `service_account_impersonation` and provide the following properties: -- **`targetAudience`** (string): The OAuth Client ID allowslisted on the +- **`targetAudience`** (string): The OAuth Client ID allowlisted on the IAP-protected application you are trying to access. - **`targetServiceAccount`** (string): The email address of the Google Cloud Service Account to impersonate.