Skip to content

Commit 67b16c0

Browse files
committed
Update MCP server doc
1 parent d7a85dc commit 67b16c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/marketplace/genai/reference-guide/mcp-modules

content/en/docs/marketplace/genai/reference-guide/mcp-modules/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The selected microflow must adhere to the following principles:
5858
* The Input type should be `MCPServer` and/or `System.HttpRequest`, to extract required values, such as HttpHeaders, from the request.
5959
* The return value needs to be a `System.User` object which represents the user who sent the request.
6060

61-
Within your microflow, you can implement your custom logic to authenticate the user. For example, you can use username and password (basic auth), Mendix SSO, or external identity providers (IdP) as long as a `User` is returned. Note that the example authentication microflow within the module only implements basic authentication.
61+
Within your microflow, you can implement your custom logic to authenticate the user. For example, you can use username and password (basic auth) or external identity providers (IdP) as long as a `User` is returned. Note that the example authentication microflow within the module only implements basic authentication.
6262

6363
The `User` returned in the microflow is used for all subsequent prompt and tool microflows within the same session. This makes the `currentUser` and `currentSession` variables available, allowing you to apply entity access for user-based access control based on the default Mendix entity access settings.
6464

0 commit comments

Comments
 (0)