📚 Update mcp readme

This commit is contained in:
Andrey Antukh 2026-05-15 10:19:29 +02:00
parent c62ce866a8
commit 1dea84b7b1

View File

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