Skip to content

Commit 5ffde47

Browse files
authored
Update README.md
1 parent ed33516 commit 5ffde47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ MCP Server for VictoriaLogs is configured via environment variables:
151151
| `MCP_SERVER_MODE` | Server operation mode. See [Modes](#modes) for details. | No | `stdio` | `stdio`, `sse`, `http` |
152152
| `MCP_LISTEN_ADDR` | Address for SSE or HTTP server to listen on | No | `localhost:8081` | - |
153153
| `MCP_DISABLED_TOOLS` | Comma-separated list of tools to disable | No | - | - |
154+
| `MCP_HEARTBEAT_INTERVAL` | Defines the heartbeat interval for the streamable-http protocol. <br /> It means the MCP server will send a heartbeat to the client through the GET connection, <br /> to keep the connection alive from being closed by the network infrastructure (e.g. gateways) | No | `30s` | - |
154155

155156
### Modes
156157

0 commit comments

Comments
 (0)