From 9fb3ccc2e2d6f5528df1c105585777e0a4b8c24f Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Wed, 17 Sep 2025 20:07:44 +0200 Subject: [PATCH] Update usage instructions to include build of common stuff --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 21efa8a..8283915 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,13 @@ LLM ← MCP Server ← WebSocket ← Penpot Plugin ← Result ## Testing the Connection +### Step 0: Build the common components + +```bash +cd common +npm run build +``` + ### Step 1: Start the MCP Server ```bash