From a9dfab7082bcc15312b9ffcb9afd256694252a8b Mon Sep 17 00:00:00 2001 From: sagarikabathala Date: Tue, 10 Mar 2026 16:18:32 +0100 Subject: [PATCH 1/2] Update maia-mcp.md --- .../refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md index f6af17e1026..4742ce94450 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md @@ -125,6 +125,7 @@ Maia MCP Client has the following limitations: * Tools from new servers are disabled by default. * OAuth requires localhost access for the [callback URL](#callback-url). * Server configurations are stored per project and are not shared across projects. +* When using Bearer Token based authentication for the [MCP client](/refguide/maia-mcp/#authentication), the token information is current not being sent, leading to failed authentication. ## Read More From 4ec77cbb978e35076cbb02323a9b33b3f75bfad0 Mon Sep 17 00:00:00 2001 From: Yiyun Liao Date: Wed, 11 Mar 2026 10:35:31 +0100 Subject: [PATCH 2/2] Move the issue description as a warning alert --- .../modeling/mendix-ai-assistance/maia-make/maia-mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md index 4742ce94450..4a99387df96 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-mcp.md @@ -38,6 +38,7 @@ Choose how Studio Pro authenticates with the MCP server: * **No Auth** — select this for servers that do not require credentials. * **Bearer Token** — paste an API token or personal access token. The token is stored securely and is not exposed after entry. + {{% alert color="warning" %}}Currently, when using Bearer Token based authentication for the [MCP client](/refguide/maia-mcp/#authentication), the token information is not being sent, leading to failed authentication.{{% /alert %}} * **OAuth 2.1** — a browser window opens so you can authorize Studio Pro with the server's provider. Two optional fields appear: * **Client ID** — required if the server does not support automatic client registration. * **Client Secret** — required by some providers (for example, GitHub). @@ -125,7 +126,6 @@ Maia MCP Client has the following limitations: * Tools from new servers are disabled by default. * OAuth requires localhost access for the [callback URL](#callback-url). * Server configurations are stored per project and are not shared across projects. -* When using Bearer Token based authentication for the [MCP client](/refguide/maia-mcp/#authentication), the token information is current not being sent, leading to failed authentication. ## Read More