Skip to content

Commit 7b979ca

Browse files
authored
Update MCP Client supported protocol version
Updated the supported protocol version for the MCP Client module from v2025-03-25 to v2025-03-26.
1 parent 42c527f commit 7b979ca

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-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See the **Example Implementations** folder inside the module containing example
5151

5252
#### Protocol Version
5353

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 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 servers should support the same version as the client. Note that Mendix supports the capabilities provided by the MCP Java SDK.
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.
5555

5656
### Discovering Resources {#discover-resources}
5757

0 commit comments

Comments
 (0)