From 3a4e3aaeac7d8c6f3e064f574975e303f456dc3a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 1 Jun 2026 09:36:22 +0200 Subject: [PATCH] :bug: Fix consistency issues on mcp readme --- mcp/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mcp/README.md b/mcp/README.md index 97d97c97e1..c13c1803e2 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -297,12 +297,10 @@ you may set the following environment variables to configure the two servers (MCP server & plugin server) appropriately: * `PENPOT_MCP_REMOTE_MODE=true`: This ensures that the MCP server is operating in remote mode, with local file system access disabled. - * `PENPOT_MCP_SERVER_LISTEN_ADDRESS` and `PENPOT_MCP_PLUGIN_SERVER_LISTEN_ADDRESS`: + * `PENPOT_MCP_SERVER_HOST` and `PENPOT_MCP_PLUGIN_SERVER_HOST`: Set these according to your requirements for remote connectivity. To bind all interfaces, use `0.0.0.0` (use caution in untrusted networks). - * `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