From 14b01cd5b13312cdcb7c27f186b8e74a66026ac5 Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Mon, 12 Jan 2026 23:06:36 +0100 Subject: [PATCH] README: Fix table syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a94fbe..44de60d 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ options use the `PENPOT_MCP_` prefix for consistency. ### Server Configuration | Environment Variable | Description | Default | -|-----------------------------|------------- --------------------------------------------------------------|---------| +|-----------------------------|----------------------------------------------------------------------------|---------| | `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` |