From f8dd02169c765520270a0a956c4adeb3a0feff16 Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Wed, 18 Feb 2026 11:14:21 +0100 Subject: [PATCH] :books: Remove unnecessary details on what the boostrap script does --- mcp/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mcp/README.md b/mcp/README.md index 32d21e566b..4e668309dc 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -100,9 +100,9 @@ pnpm run bootstrap This bootstrap command will: - * install dependencies for all components (`pnpm -r run install`) - * build all components (`pnpm -r run build`) - * start all components (`pnpm -r --parallel run start`) + * install dependencies for all components + * build all components + * start all components ### 2. Load the Plugin in Penpot and Establish the Connection