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)