From 1daf6f4eeaa3984a1c8ccca32ebe0cdd1690e364 Mon Sep 17 00:00:00 2001 From: Stefan Rudi Date: Fri, 3 Jul 2026 15:50:34 +0200 Subject: [PATCH] fix: adjust link to external repository --- guides/protocols/mcp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/protocols/mcp.md b/guides/protocols/mcp.md index 862579047..71ea6da4c 100644 --- a/guides/protocols/mcp.md +++ b/guides/protocols/mcp.md @@ -13,7 +13,7 @@ The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) is an open- > [!note] > -> This guide is about the *MCP Adapter* – e.g. as provided through the [*@cap-js/mcp*](https://github.tools.sap/cap/mcp-adapter) plugin – which powers domain-specific application use cases, for example, to respond to questions for CAP-based applications like *"List all overstocked books"*. +> This guide is about the *MCP Adapter* – e.g. as provided through the [*@cap-js/mcp*](https://github.com/cap-js/mcp) plugin – which powers domain-specific application use cases, for example, to respond to questions for CAP-based applications like *"List all overstocked books"*. > > In parallel, there's also the *MCP Server* plugin ([*@cap-js/mcp-server*](https://github.com/cap-js/mcp-server)), which serves a different purpose, though, that is: AI-assisted *development* of CAP projects. @@ -52,7 +52,7 @@ code bookshop ### In CAP Node.js Projects -Within your project root run this to add the [`@cap-js/mcp`](https://github.tools.sap/cap/mcp-adapter) plugin: +Within your project root run this to add the [`@cap-js/mcp`](https://github.com/cap-js/mcp) plugin: ```shell [Node.js] npm add @cap-js/mcp