Skip to content

Commit af63653

Browse files
Update changelog
1 parent 4d9a124 commit af63653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ IMPROVEMENTS
44

55
* Add `--heartbeat-interval` CLI flag and `MCP_HEARTBEAT_INTERVAL` env var for HTTP heartbeat in load-balanced environments
66
* 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)
99

1010
FIXES
1111

0 commit comments

Comments
 (0)