Skip to content

Commit cb74f44

Browse files
committed
Fixed broken links
1 parent a209fbb commit cb74f44

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/marketplace/genai/concepts/model-context-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "This document describes the Model Context Protocol (MCP) and how i
88

99
## Introduction
1010

11-
The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that standardizes how Large Language Models (LLMs) can autonomously connect to apps. Many AI platforms and third-party systems have already adopted MCP for easier integration and empowerment of LLMs. Mendix provides an [MCP Server](/appstore/modules/genai/mcp-server/) module to facilitate a MCP server from a Mendix app, enabling developers to expose tools and prompts to external MCP clients.
11+
The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that standardizes how Large Language Models (LLMs) can autonomously connect to apps. Many AI platforms and third-party systems have already adopted MCP for easier integration and empowerment of LLMs. Mendix provides an [MCP Server](/appstore/modules/genai/genai-for-mx/mcp-server/) module to facilitate a MCP server from a Mendix app, enabling developers to expose tools and prompts to external MCP clients.
1212

1313
{{< figure src="/attachments/appstore/platform-supported-content/modules/genai/mcpserver/mcp-client-server-architecture.jpg" >}}
1414

@@ -52,7 +52,7 @@ An example for setting up an MCP server is available in the [GenAI Showcase App]
5252

5353
## Read More
5454

55-
* The [MCP Server module](/appstore/modules/genai/mcp-server/)
55+
* The [MCP Server module](/appstore/modules/genai/genai-for-mx/mcp-server/)
5656
* The [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) provides an example on how to expose microflows as tools via the MCP Server module.
5757
* The official [MCP docs](https://modelcontextprotocol.io/introduction)
5858
* The [MCP Java SDK GitHub Repository](https://github.com/modelcontextprotocol/java-sdk)

content/en/docs/marketplace/genai/how-to/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Generative Artificial Intelligence (GenAI) transforms business applications, emp
4040
* The [Mendix Cloud GenAI Resource Packs](/appstore/modules/genai/mx-cloud-genai/resource-packs/) to learn how to quickly access GenAI capabilities from a Mendix app.
4141
* The [OpenAI](/appstore/modules/genai/openai/) provides essential information about the OpenAI connector.
4242
* The [Amazon Bedrock](/appstore/modules/aws/amazon-bedrock/) provides key information about the AWS Bedrock connector.
43-
* The [MCP Server Module](/appstore/modules/genai/mcp-server/) provides reusable operations to create and initialize an MCP server within a Mendix app to expose tools and prompts to external clients.
43+
* The [MCP Server Module](/appstore/modules/genai/genai-for-mx/mcp-server/) provides reusable operations to create and initialize an MCP server within a Mendix app to expose tools and prompts to external clients.
4444
* The [PGVector Knowledge Base](/appstore/modules/genai/pgvector/) offers the option for a private knowledge base outside of the LLM infrastructure.
4545

4646
For any additional feedback, send a message in the [#genai-connectors](https://mendixcommunity.slack.com/archives/C07P8NRBLN9) channel on the Mendix Community Slack. You can sign up for the Mendix Community [here](https://mendixcommunity.slack.com/join/shared_invite/zt-270ys3pwi-kgWhJUwWrKMEMuQln4bqrQ#/shared-invite/email).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 20
88

99
## Introduction
1010

11-
The [MCP Server](https://marketplace.mendix.com/link/component/240380) module provides easy low-code capability to set up MCP ([Model Context Protocol](/appstore/modules/genai/mcp)) server within a Mendix app. An MCP server can seamlessly expose resources (such as tools or prompts) to other external AI applications that support MCP. The Mendix MCP Server module builds a bridge between Mendix and MCP client applications such as Claude Desktop, through the [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk). With the current implementation, it is possible to:
11+
The [MCP Server](https://marketplace.mendix.com/link/component/240380) module provides easy low-code capability to set up MCP ([Model Context Protocol](/appstore/modules/genai/mcp/)) server within a Mendix app. An MCP server can seamlessly expose resources (such as tools or prompts) to other external AI applications that support MCP. The Mendix MCP Server module builds a bridge between Mendix and MCP client applications such as Claude Desktop, through the [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk). With the current implementation, it is possible to:
1212

1313
* Expose reusable prompts including the ability to use prompt parameters
1414
* List and execute microflow implemented in the application as tools
@@ -101,7 +101,7 @@ The **Documentation** pane displays the documentation for the currently selected
101101

102102
## Read More
103103

104-
* Concept description of [Model Context Protocol (MCP)](/appstore/modules/genai/mcp)
104+
* Concept description of [Model Context Protocol (MCP)](/appstore/modules/genai/mcp/)
105105
* The [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) provides an example on how to expose microflows as tools via the MCP Server module.
106106
* The official [MCP docs](https://modelcontextprotocol.io/introduction)
107107
* The [MCP Java SDK GitHub Repository](https://github.com/modelcontextprotocol/java-sdk)

0 commit comments

Comments
 (0)