Update usage instructions to include build of common stuff

This commit is contained in:
Dominik Jain 2025-09-17 20:07:44 +02:00
parent 82bd77c9bc
commit 9fb3ccc2e2

View File

@ -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