[New Tool] list_workspace_policy_sets Read all policy sets attached to a workspace
[New Tool] attach_policy_set_to_workspaces Attach a policy set to one or more workspaces
Toolsets Flag: Added --toolsets flag to selectively enable tool groups. Three toolset groups are available: registry (public Terraform Registry), registry-private (private TFE/TFC registry), and terraform (TFE/TFC operations). Default is registry only.
Individual Tools Flag: Added --tools flag to enable specific tools by name for fine-grained control. Accepts comma-separated list of tool names with validation and security checks.
Added get_token_permissions tool to allow listing permissions for current token.
Added Stacks support with list_stacks and get_stack_details tools.
[New Tool] get_plan_json_output Retrieves the structured JSON output of a Terraform plan, providing detailed resource changes in a machine-readable format that is easier to parse than plain logs
[New Tool] get_plan_details Fetches detailed metadata about a specific Terraform plan
[New Tool] get_plan_logs Retrieves the execution logs of a specific Terraform plan
[New Tool] get_apply_details Fetches detailed metadata about a specific Terraform apply
[New Tool] get_apply_logs Retrieves the execution logs of a specific Terraform apply
IMPROVEMENTS
Add Authorization: Bearer header support for Terraform token in proxy environments
Add --heartbeat-interval CLI flag and MCP_HEARTBEAT_INTERVAL env var for HTTP heartbeat in load-balanced environments
Set custom User-Agent header for TFE API requests to enable tracking MCP server usage separately from other go-tfe clients 268
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
Add OpenTelemtry instrumentation for tool call metrics - tool call count, tool error count and tool call latency 300
FIXES
list_runs was returning empty response due to JSON marshalling error
[New Tool] list_workspace_policy_sets Read all policy sets attached to a workspace
[New Tool] attach_policy_set_to_workspaces Attach a policy set to one or more workspaces
Toolsets Flag: Added --toolsets flag to selectively enable tool groups. Three toolset groups are available: registry (public Terraform Registry), registry-private (private TFE/TFC registry), and terraform (TFE/TFC operations). Default is registry only.
Individual Tools Flag: Added --tools flag to enable specific tools by name for fine-grained control. Accepts comma-separated list of tool names with validation and security checks.
Added get_token_permissions tool to allow listing permissions for current token.
Added Stacks support with list_stacks and get_stack_details tools.
[New Tool] get_provider_capabilities Adding provider capability discovery tool to analyze available resources, data sources, functions, guides, and actions
[New Tool] create_no_code_workspace Adding capability to trigger a workspace run using a no code module