diff --git a/.changes/unreleased/ENHANCEMENTS-20250917-154150.yaml b/.changes/unreleased/ENHANCEMENTS-20250917-154150.yaml new file mode 100644 index 0000000000..015a547609 --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20250917-154150.yaml @@ -0,0 +1,6 @@ +kind: ENHANCEMENTS +body: Updated documentation regarding default MCP server state. +time: 2025-09-17T15:41:50.306114127Z +custom: + Issue: "2121" + Repository: vscode-terraform diff --git a/README.md b/README.md index cb2e3da7a2..67ab7c2b60 100644 --- a/README.md +++ b/README.md @@ -176,15 +176,17 @@ List Terraform providers used in the current open document in the Explorer Pane, The extension registers the [Terraform MCP Server](https://github.com/hashicorp/terraform-mcp-server), which provides advanced AI assistance capabilities for Terraform development through the Model Context Protocol (MCP). For a complete list of features and capabilities, please refer to the [official](https://github.com/hashicorp/terraform-mcp-server) Terraform MCP Server documentation. -The MCP server integration is enabled by default, requiring only Docker to be installed and running on your system. The extension automatically manages the server lifecycle, starting it when needed for AI interactions. - -![](/docs/hashicorp-terraform-mcp-server.gif) +The MCP server integration is disabled by default. You can enable or disable this feature via: - The Command Palette: `HashiCorp Terraform: Enable MCP Server` or `HashiCorp Terraform: Disable MCP Server` - Settings: `terraform.mcp.server.enable` -When enabled, the MCP server runs as a Docker container (`hashicorp/terraform-mcp-server`), providing your AI assistant with contextual knowledge about Terraform providers, modules, and best practices. +Note that enabling this feature requires Docker to be installed and running on your system. + +When enabled, the MCP server runs as a Docker container (`hashicorp/terraform-mcp-server`), providing your AI assistant with contextual knowledge about Terraform providers, modules, and best practices. The extension automatically manages the server lifecycle, starting it when needed for AI interactions. + +![](/docs/hashicorp-terraform-mcp-server.gif) ### Terraform Commands