From ea9564c60d8599dc9da7c4b453f1b61476a04b1b Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Mon, 30 Mar 2026 03:00:57 +0200 Subject: [PATCH] :books: Update MCP git branch information --- mcp/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mcp/README.md b/mcp/README.md index 539266ee15..9fc7898067 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -85,16 +85,16 @@ On Windows, use the Git Bash terminal to ensure compatibility with the provided Clone the Penpot repository, using the proper branch depending on the version of Penpot you want to use the MCP server with. - * For the current Penpot release 2.14, use the `mcp-prod-2.14.0` branch: + * For the current Penpot release 2.14, use the `mcp-prod-2.14.1` branch: ```shell - git clone https://github.com/penpot/penpot.git --branch mcp-prod-2.14.0 --depth 1 + git clone https://github.com/penpot/penpot.git --branch mcp-prod-2.14.1 --depth 1 ``` - * For the latest development version of Penpot (including the MCP beta-test), use the `develop` branch: + * For the MCP beta-test, use the `staging` branch: ```shell - git clone https://github.com/penpot/penpot.git --branch develop --depth 1 + git clone https://github.com/penpot/penpot.git --branch staging --depth 1 ``` Then change into the `mcp` directory: