From ea521da5ef4d05236289f707a72714fd01604d63 Mon Sep 17 00:00:00 2001 From: enisn Date: Tue, 11 Aug 2026 10:31:50 +0300 Subject: [PATCH] docs: fix MCP configuration link --- docs/en/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index aaeacc82fe..2fa422bdb6 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -1107,7 +1107,7 @@ abp install-old-cli [options] Starts an MCP stdio bridge for AI tools (Cursor, Claude Desktop, VS Code, etc.) that connects to the local ABP Studio instance. ABP Studio must be running for this command to work. -> You do not need to run this command manually. It is invoked automatically by your AI tool once you add the MCP configuration to your IDE. See the [Configuration](#configuration) examples below. +> You do not need to run this command manually. It is invoked automatically by your AI tool once you add the MCP configuration to your IDE. See the [Configuration](../studio/model-context-protocol.md#configuration) examples. > This command connects to the **local ABP Studio** instance. It is separate from the `abp mcp` command, which connects to the ABP.IO cloud MCP service and requires an active license.