You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/genai/_index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Supercharge your applications with Mendix's Agents Kit. This powerful set of com
53
53
|[Blank GenAI App](https://marketplace.mendix.com/link/component/227934)| Start from scratch to create a new application with GenAI capabilities and without any dependencies. | Starter App | 10.24 |
54
54
|[Conversational UI](/appstore/modules/genai/conversational-ui/)| Create a Conversational UI or monitor token consumption in your app. | UI Module | 10.24 |
55
55
|[GenAI Commons](/appstore/modules/genai/commons/)| Common capabilities that allow all GenAI connectors to be integrated with the other modules. You can also implement your own connector based on this. | Common Module | 10.24 |
56
-
|[GenAI Showcase App](https://marketplace.mendix.com/link/component/220475)| Understand what you can build with generative AI. Understand how to implement the Mendix Cloud GenAI, OpenAI, and Amazon Bedrock connectors and how to integrate them with the Conversational UI module. |Showcase App | 10.24 |
56
+
|[GenAI Showcase App](https://marketplace.mendix.com/link/component/220475)| Understand what you can build with generative AI. Understand how to implement the Mendix Cloud GenAI, OpenAI, and Amazon Bedrock connectors and how to integrate them with the Conversational UI module. |Showcase App | 10.24 |
57
57
|[MCP Client](/appstore/modules/genai/mcp-modules/mcp-client/)| Access tools and prompts available via MCP (Model Context Protocol) inside of your Mendix app and add them to LLM requests. | Connector Module | 10.24 |
58
58
|[MCP Server](/appstore/modules/genai/mcp-modules/mcp-server/)| Make your Mendix business logic available to any agent in your enterprise landscape with the Mendix MCP Server module. Expose reusable prompts, including the ability to use prompt parameters. List and run actions implemented in the application as a tool. | Module | 10.24 |
59
59
|[Mendix Cloud GenAI Connector](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/)| Connect to Mendix Cloud and utilize Mendix Cloud GenAI resource packs directly within your Mendix application. | Connector Module | 10.24 |
@@ -70,34 +70,34 @@ Older versions of the marketplace modules and GenAI Showcase App are available i
70
70
Mendix connectors offer direct support for the following models:
|| Amazon Titan Embeddings Text v2 | Embeddings | text | embeddings||
88
-
|| Anthropic Claude 2.0, Anthropic Claude 2.1| Chat Completions | text, document | text ||
89
-
|| Anthropic Claude 3 Sonnet, Anthropic Claude 3.5 Sonnet, Anthropic Claude 3.5 Sonnet v2, Anthropic Claude 3 Haiku, Anthropic Claude 3 Opus, Anthropic Claude 3.5 Haiku, Anthropic Claude 3.7 Sonnet, Anthropic Claude 4 Sonnet | Chat Completions | text, image, document | text | Function calling |
87
+
|| Amazon Titan Embeddings Text v2 | Embeddings | text | embeddings||
88
+
|| Anthropic Claude 2.0, Anthropic Claude 2.1| Chat Completions | text, document | text ||
89
+
|| Anthropic Claude 3 Sonnet, Anthropic Claude 3.5 Sonnet, Anthropic Claude 3.5 Sonnet v2, Anthropic Claude 3 Haiku, Anthropic Claude 3 Opus, Anthropic Claude 3.5 Haiku, Anthropic Claude 3.7 Sonnet, Anthropic Claude 4 Sonnet | Chat Completions | text, image, document | text | Function calling |
|| DeepSeek, DeepSeek-R1 | Text | text | document ||
95
-
|| Meta Llama 2, MetaLlama 3| Chat Completions | text, document | text ||
96
-
|| Meta Llama 3.1| Chat Completions | text, document | text | Function calling |
95
+
|| Meta Llama 2, MetaLlama 3| Chat Completions | text, document | text ||
96
+
|| Meta Llama 3.1| Chat Completions | text, document | text | Function calling |
97
97
|| Mistral AI Instruct | Chat Completions | text, document | text ||
98
98
|| Mistral Large, Mistral Large 2 | Chat Completions | text, document | text | Function calling |
99
99
|| Mistral Small | Chat Completions | text | text | Function calling |
100
-
|| OpenAI gpt-oss-20B, gpt-oss-120b | Chat Completions | text | text ||
100
+
|| OpenAI gpt-oss-20B, gpt-oss-120b | Chat Completions | text | text ||
101
101
102
102
For more details on limitations and supported model capabilities for the Bedrock Converse API used in the ChatCompletions operations, see [Supported models and model features](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) in the AWS documentation.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/genai/mendix-cloud-genai/navigate_mxgenai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ While changing the model version, note the following:
49
49
{{% /alert %}}
50
50
51
51
{{% alert color="info" %}}
52
-
Ensure you are using Mendix Cloud GenAI Connector version 5.3.0 to support the latest Cohere Embed v4 model. Also, note that model changes will be reflected in the keys inside of your Mendix Cloud GenAI powered application from Mendix Cloud GenAI Connector version 5.4.0 only.
52
+
Ensure you are using Mendix Cloud GenAI Connector version 5.3.0 and above to support the latest Cohere Embed v4 model. To see the upgraded model version reflected in your GenAI Connector after upgrading, make sure you are using Mendix Cloud GenAI Connector version 5.4.0 and above.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/genai/reference-guide/mcp-modules/mcp-client.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,7 @@ If the tool resides within the same Mendix application, you can integrate it wit
18
18
19
19
### Limitations {#limitations}
20
20
21
-
The current version has the following limitations:
22
-
23
-
* Tools and prompt messages can only return String content.
21
+
The current version has the following limitation: Tools and prompt messages can only return String content.
24
22
25
23
{{% alert color="info" %}}
26
24
Note that the MCP Client module is still in its early version, and newer versions may include breaking changes. Since both the open-source protocol and the Java SDK are still evolving and regularly updated, these changes may also affect this module.
@@ -51,7 +49,7 @@ See the **Example Implementations** folder inside the module containing example
51
49
52
50
#### Protocol Version
53
51
54
-
When creating an MCP client, specify a `ProtocolVersion`. On the official MCP documentation, you can review the differences between the protocol versions in the [changelog](https://modelcontextprotocol.io/specification/2025-03-26/changelog). The MCP Client module currently supports `v2024-11-05` with the HTTP+SSE transport and `v2025-03-26` with the Streamable HTTP transport, which is the new standard method. MCP servers should support the same version as the client. Note that Mendix supports the capabilities provided by the MCP Java SDK.
52
+
When creating an MCP client, specify a `ProtocolVersion`. On the official MCP documentation, you can review the differences between the protocol versions in the [changelog](https://modelcontextprotocol.io/specification/2025-03-26/changelog). The MCP Client module currently supports `v2024-11-05` with the HTTP+SSE transport and `v2025-03-26` with the streamable HTTP transport, which is the new standard method. MCP servers should support the same version as the client. Note that Mendix supports the capabilities provided by the MCP Java SDK.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/genai/reference-guide/mcp-modules/mcp-server.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The current version has the following limitations:
24
24
* Tools can only return String values, either directly as String type or using the `TextContent` entity.
25
25
* Prompts can only return a single message.
26
26
* Running an MCP Server is currently only supported on single-instance environments.
27
-
* For HTTP+SSE transport (protocol version `v2024-11-05`), tool execution with large payloads are not returned successfully
27
+
* For HTTP+SSE transport (protocol version `v2024-11-05`), tool execution with large payloads are not returned successfully.
28
28
29
29
Note that the MCP Server module is still in its early version and latest versions may include breaking changes. Since both the open-source protocol and the Java SDK are still evolving and regularly updated, these changes may also affect this module.
30
30
@@ -38,7 +38,7 @@ If you start from a standard Mendix blank app, or have an existing project, you
38
38
39
39
### Create MCP Server {#create-server}
40
40
41
-
The `Create MCP Server` action initializes an MCP server in the Mendix runtime, creates and returns the `MCPServer` object. You can use the created `MCPServer` to add tools or prompts. The `Path` attribute determines how external systems can reach the MCP server, that means this value needs to be known to the the MCP Client (usually set in a configuration file). After the action gets triggered, the server becomes available for external clients to connect. Note that the path cannot be `sse`nor`mcp` and cannot end on`/sse` nor `/mcp`, because those are reserved endpoints.
41
+
The `Create MCP Server` action initializes an MCP server in the Mendix runtime, creates and returns the `MCPServer` object. You can use the created `MCPServer` to add tools or prompts. The `Path` attribute determines how external systems can reach the MCP server, that means this value needs to be known to the the MCP Client (usually set in a configuration file). After the action gets triggered, the server becomes available for external clients to connect. Note that the path must not be `sse`or`mcp`, and must not end with`/sse`or `/mcp`, as these are reserved endpoints.
42
42
43
43
Based on your use case, this action can be triggered manually by an admin if wrapped around a microflow accessible in the UI, via an after start-up microflow, or by any other microflow such as a scheduled event.
44
44
@@ -61,7 +61,7 @@ The `User` returned in the microflow is used for all subsequent prompt and tool
61
61
62
62
#### Protocol Version
63
63
64
-
When creating an MCP server, you need to specify a `ProtocolVersion`. On the official MCP documentation, you can review the differences between the protocol versions in the [changelog](https://modelcontextprotocol.io/specification/2025-03-26/changelog). The MCP Server module currently only supports `v2024-11-05` with the HTTP+SSE transport and `v2025-03-25` with the Streamable HTTP transport, which is the new standard transport. MCP Clients, that need to connect to a Mendix MCP server, should support the same version. Note that Mendix follows the offered capabilities of the MCP Java SDK.
64
+
When creating an MCP server, you need to specify a `ProtocolVersion`. On the official MCP documentation, you can review the differences between the protocol versions in the [changelog](https://modelcontextprotocol.io/specification/2025-03-26/changelog). The MCP Server module currently only supports `v2024-11-05` with the HTTP+SSE transport and `v2025-03-25` with the streamable HTTP transport, which is the new standard transport. MCP Clients, that need to connect to a Mendix MCP server, should support the same version. Note that Mendix follows the offered capabilities of the MCP Java SDK.
65
65
66
66
### Add Tools
67
67
@@ -75,7 +75,7 @@ The selected microflow must adhere to the following principles:
75
75
For an example, see the `Example Implementations` folder inside of the module.
76
76
77
77
{{% alert color="warning" %}}
78
-
Function / tool calling is a highly effective capability and should be used with caution.
78
+
Function/tool calling is a highly effective capability and should be used with caution.
79
79
80
80
Mendix strongly recommends keeping the user in the loop (such as by using confirmation logic which is integrated into many MCP clients), if the tool microflows have a potential impact on the real world on behalf of the end-user. Examples include sending emails, posting content online, or making purchases. In such cases, evaluate the use cases and implement security measures when exposing these tools to external AI systems via MCP.
0 commit comments