From a1bfb2781ed442a95f49fb9d07dc4b315ab12f9d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 4 Feb 2026 11:57:15 +0100 Subject: [PATCH] :paperclip: Update mcp readme --- mcp/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mcp/README.md b/mcp/README.md index 9e2ac3707b..c8d5a94e0e 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -88,11 +88,10 @@ This bootstrap command will: * install dependencies for all components (`pnpm -r run install`) * build all components (`pnpm -r run build`) - * build plugins types (`pnpm run build-types`) * start all components (`pnpm -r --parallel run start`) If you want to have types scrapped from a remote repository, the best -apprach is executing the following: +approach is executing the following: ```shell PENPOT_PLUGINS_API_DOC_URL=https://doc.plugins.penpot.app pnpm run build:types