diff --git a/mcp/README.md b/mcp/README.md index 07fa01ac26..97d97c97e1 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -4,7 +4,7 @@ Penpot integrates a LLM layer built on the Model Context Protocol (MCP) via Penpot's Plugin API to interact with a Penpot design -file. Penpot's MCP server enables LLMs to perfom data queries, +file. Penpot's MCP server enables LLMs to perform data queries, transformation and creation operations. Penpot's MCP Server is unlike any other you've seen. You get @@ -270,7 +270,6 @@ The Penpot MCP server can be configured using environment variables. | `PENPOT_MCP_SERVER_PORT` | Port for the HTTP/SSE server | `4401` | | `PENPOT_MCP_WEBSOCKET_PORT` | Port for the WebSocket server (plugin connection) | `4402` | | `PENPOT_MCP_REPL_PORT` | Port for the REPL server (development/debugging) | `4403` | -| `PENPOT_MCP_SERVER_ADDRESS` | Hostname or IP address via which clients can reach the MCP server | `localhost` | | `PENPOT_MCP_REMOTE_MODE` | Enable remote mode (disables file system access). Set to `true` to enable. | `false` | ### Logging Configuration