You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ IMPROVEMENTS
4
4
5
5
* Add `--heartbeat-interval` CLI flag and `MCP_HEARTBEAT_INTERVAL` env var for HTTP heartbeat in load-balanced environments
6
6
* Set custom User-Agent header for TFE API requests to enable tracking MCP server usage separately from other go-tfe clients [268](https://github.com/hashicorp/terraform-mcp-server/pull/268)
7
-
* Adding a new cli flags `--log-level` to set the desired log level for the server logs and `--log-format` for the logs formatting [286](https://github.com/hashicorp/terraform-mcp-server/pull/286)
8
-
* Adding a new cli flags `disable-streaming` to disable Server-Sent Events (SSE) streaming and use direct HTTP response only [294]](https://github.com/hashicorp/terraform-mcp-server/pull/294)
7
+
* Adding cli flags `--log-level` to set the desired log level for the server logs and `--log-format` for the logs formatting and corresponding env vars `LOG_LEVEL` and `LOG_FORMAT`[286](https://github.com/hashicorp/terraform-mcp-server/pull/286)
8
+
* Adding cli flag `--disable-streaming` and env var `MCP_DISABLE_STREAMING` to disable Server-Sent Events (SSE) streaming and use direct HTTP response only [294]](https://github.com/hashicorp/terraform-mcp-server/pull/294)
0 commit comments