From 7cf88359fa7a3f489a8dd444ed2c44828c789290 Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Wed, 18 Feb 2026 20:22:34 +0100 Subject: [PATCH] :books: Add section on 'Development' to README --- mcp/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mcp/README.md b/mcp/README.md index 3e26d2a20a..0d482aeb00 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -276,3 +276,9 @@ you may set the following environment variables to configure the two servers * `PENPOT_MCP_SERVER_ADDRESS=`: This sets the hostname or IP address where the MCP server can be reached. The Penpot MCP Plugin uses this to construct the WebSocket URL as `ws://:` (default port: `4402`). + +## Development + +* The [contribution guidelines for Penpot](../CONTRIBUTING.md) apply +* Auto-formatting: Use `pnpm run fmt` +* Generating API type data: See [types-generator/README.md](types-generator/README.md)