Skip to content

Commit 53cecc2

Browse files
Merge pull request #10514 from liamsommer-mx/mcp-mistral-updates
MCP Mistral MxCloudGenAI updates
2 parents f6e6b88 + 8df10b4 commit 53cecc2

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

content/en/docs/marketplace/genai/_index.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ Supercharge your applications with Mendix's Agents Kit. This powerful set of com
5353
| [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 |
5454
| [Conversational UI](/appstore/modules/genai/conversational-ui/) | Create a Conversational UI or monitor token consumption in your app. | UI Module | 10.24 |
5555
| [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 |
57-
| [MCP Client](https://marketplace.mendix.com/link/component/244893) | 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-
| [MCP Server](https://marketplace.mendix.com/link/component/240380) | 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 |
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+
| [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+
| [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 |
5959
| [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 |
60+
| [Mistral Connector](/appstore/modules/genai/reference-guide/external-connectors/mistral/) | Connect to Mistral AI. | Connector Module | 10.24 |
6061
| [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to (Azure) OpenAI. | Connector Module | 10.24 |
6162
| [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL *pgvector* Knowledge Base. | Connector Module | 10.24 |
6263
| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | The RFP Assistant Starter App and the Questionnaire Assistant Starter App leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | Starter App | 10.24 |
@@ -69,31 +70,34 @@ Older versions of the marketplace modules and GenAI Showcase App are available i
6970
Mendix connectors offer direct support for the following models:
7071

7172
| Architecture | Models | Category | Input | Output | Additional capabilities |
72-
|--------------|---------------------|---------------------|-------------------|-----------|-------------------------|
73+
| -------------- | --------------------- | --------------------- | ------------------- | ----------- | ----------------------- |
7374
| Mendix Cloud GenAI | Anthropic Claude 3.5 Sonnet, Anthropic Claude 3.7 Sonnet, Anthropic Claude 4.0 Sonnet | Chat Completions | text, image, document | text | Function calling |
7475
| | Cohere Embed English, Cohere Embed Multilingual | Embeddings | text | embeddings | |
7576
| Azure / OpenAI | gpt-4, gpt-4-turbo, gpt-4o, gpt-4o mini, gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, gpt-5.0, gpt-5.0-mini, gpt-5.0-nano | Chat completions | text, image, document (OpenAI only) | text | Function calling |
7677
| | DALL·E 2, DALL·E 3, gpt-image-1 | Image generation | text | image | |
77-
| | text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large | Embeddings | text | embeddings| |
78+
| | text-embedding-ada-002, text-embedding-3-small, text-embedding-3-large | Embeddings | text | embeddings | |
79+
| Mistral | Mistral Large 3, Mistral Medium 3.1, Mistral Small 3.2, Ministral 3 (3B, 8B, 14B), Magistral (Small, Medium) | Chat Completions | text, image | text | Function calling |
80+
| | Codestral, Devstral (Small, Medium), Open Mistral 7B, Mistral Nemo 12B | Chat Completions | text | text | Function calling |
81+
| | Mistral Embed, Codestral Embed | Embeddings | text | embeddings | |
7882
| Amazon Bedrock | Amazon Titan Text G1 - Express, Amazon Titan Text G1 - Lite, Amazon Titan Text G1 - Premier | Chat Completions | text, document (except Titan Premier) | text | |
79-
| | AI21 Jamba-Instruct | Chat Completions | text | text | |
80-
| | AI21 Labs Jurassic-2 (Text) | Chat Completions | text | text | |
83+
| | AI21 Jamba-Instruct | Chat Completions | text | text | |
84+
| | AI21 Labs Jurassic-2 (Text) | Chat Completions | text | text | |
8185
| | Amazon Nova Pro, Amazon Nova Lite | Chat Completions | text, image, document | text | Function calling |
8286
| | Amazon Titan Image Generator G1 | Image generation | text | image | |
83-
| | Amazon Titan Embeddings Text v2 | Embeddings | text | embeddings| |
84-
| | Anthropic Claude 2.0, Anthropic Claude 2.1| Chat Completions | text, document | text | |
85-
| | 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 |
8690
| | Cohere Command | Chat Completions | text, document | text | |
8791
| | Cohere Command Light | Chat Completions | text | text | |
8892
| | Cohere Command R, Cohere Command R+ | Chat Completions | text, document | text | Function calling |
8993
| | Cohere Embed English, Cohere Embed Multilingual | Embeddings | text | embeddings | |
9094
| | DeepSeek, DeepSeek-R1 | Text | text | document | |
91-
| | Meta Llama 2, MetaLlama 3| Chat Completions | text, document | text | |
92-
| | 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 |
9397
| | Mistral AI Instruct | Chat Completions | text, document | text | |
9498
| | Mistral Large, Mistral Large 2 | Chat Completions | text, document | text | Function calling |
9599
| | Mistral Small | Chat Completions | text | text | Function calling |
96-
| | OpenAI gpt-oss-20B, gpt-oss-120b | Chat Completions | text | text | |
100+
| | OpenAI gpt-oss-20B, gpt-oss-120b | Chat Completions | text | text | |
97101

98102
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.
99103

content/en/docs/marketplace/genai/mendix-cloud-genai/navigate_mxgenai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ While changing the model version, note the following:
4949
{{% /alert %}}
5050

5151
{{% alert color="info" %}}
52-
Ensure you are using Mendix Cloud GenAI Connector version 5.3.0 to support the latest Cohere Embed v4 model.
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.
5353
{{% /alert %}}
5454

5555
### Team

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ If the tool resides within the same Mendix application, you can integrate it wit
1818

1919
### Limitations {#limitations}
2020

21-
The current version has the following limitations:
22-
23-
* Tools and prompt messages can only return String content.
24-
* Only HTTP+SSE transport is currently supported to communicate with MCP servers.
21+
The current version has the following limitation: Tools and prompt messages can only return String content.
2522

2623
{{% alert color="info" %}}
2724
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.
@@ -52,7 +49,7 @@ See the **Example Implementations** folder inside the module containing example
5249

5350
#### Protocol Version
5451

55-
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 only supports `v2024-11-05` and the HTTP+SSE transport. 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.
5653

5754
### Discovering Resources {#discover-resources}
5855

@@ -64,7 +61,7 @@ In general, prompts are often exposed to end-users in a chat to start or continu
6461

6562
To use a prompt from an MCP Server, you can use the `Get Prompt` action to receive one or multiple `PromptMessages` from the server associated with the `PromptResult` object. Similarly, to use a tool, you can use the `Call Tool` action to receive a `ToolResult` object that contains the return message of the tool.
6663

67-
For both actions, you can pass an `ArgumentCollection` if the prompt or tool requires arguments (the information is available from the [discovered resources](#discover-resources)). The actions `Initialize Argument Collection` and `Argument Collection: Add New Input` help you construct the input for those actions.
64+
For both actions, you can pass an `ArgumentCollection` if the prompt or tool requires arguments (the information is available from the [discovered resources](#discover-resources)). The actions `Argument Collection: Initialize` and `Argument Collection: Add New Input` help you construct the input for those actions.
6865

6966
### Using MCP Client Module with GenAI Commons and Conversational UI {#use-with-genai-commons}
7067

@@ -89,7 +86,7 @@ The **Documentation** pane displays the documentation for the currently selected
8986

9087
### MCP Client Cannot Connect to the MCP Server
9188

92-
There are several possible reasons why the client cannot connect to your server. First, check the MCP Client logs. Then, verify that the endpoint is set to the correct URL and that the server supports the same protocol version and transport method (HTTP + SSE) as the client. If authentication is required, make sure to pass the necessary information via HTTP headers.
89+
There are several possible reasons why the client cannot connect to your server. First, check the MCP Client logs. Then, verify that the endpoint is set to the correct URL and that the server supports the same protocol version and transport method (HTTP + SSE or Streamable HTTP) as the client. If authentication is required, make sure to pass the necessary information via HTTP headers.
9390

9491
## Read More
9592

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ The current version has the following limitations:
2323

2424
* Tools can only return String values, either directly as String type or using the `TextContent` entity.
2525
* Prompts can only return a single message.
26-
* The client connection remains active for only 15 minutes, as the Mendix runtime currently does not support async requests.
2726
* Running an MCP Server is currently only supported on single-instance environments.
28-
* The tool fails to return responses with large payloads to the client successfully. This issue is currently under investigation.
27+
* For HTTP+SSE transport (protocol version `v2024-11-05`), tool execution with large payloads are not returned successfully.
2928

3029
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.
3130

@@ -39,7 +38,7 @@ If you start from a standard Mendix blank app, or have an existing project, you
3938

4039
### Create MCP Server {#create-server}
4140

42-
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. As mentioned in the [limitations](#limitations) section above, the connection remains active for only 15 minutes.
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.
4342

4443
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.
4544

@@ -62,7 +61,7 @@ The `User` returned in the microflow is used for all subsequent prompt and tool
6261

6362
#### Protocol Version
6463

65-
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` and the HTTP+SSE 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.
6665

6766
### Add Tools
6867

@@ -76,7 +75,7 @@ The selected microflow must adhere to the following principles:
7675
For an example, see the `Example Implementations` folder inside of the module.
7776

7877
{{% alert color="warning" %}}
79-
Function 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.
8079

8180
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.
8281
{{% /alert %}}

0 commit comments

Comments
 (0)