Skip to content

Commit 5d06867

Browse files
authored
prepping for a patch release (#190)
1 parent 3aa58e4 commit 5d06867

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.3.1 (Oct 3, 2025)
22

33
FEATURES
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ terraform-mcp-server streamable-http [--transport-port 8080] [--transport-host 1
5656

5757
## Instructions
5858

59-
Default instructions for the MCP server is located in `cmd/terraform-mcp-server/instructions.md`, if those do not seem appropriate for your organization's Terraform practices or if the MCP server is producing inccurate responses, please replace them with your own instructions and rebuild the container or binary. An example of such instruction is located in `instructions/example-mcp-instructions.md`
59+
Default instructions for the MCP server is located in `cmd/terraform-mcp-server/instructions.md`, if those do not seem appropriate for your organization's Terraform practices or if the MCP server is producing inaccurate responses, please replace them with your own instructions and rebuild the container or binary. An example of such instruction is located in `instructions/example-mcp-instructions.md`
6060

6161
`AGENTS.md` essentially behaves as READMEs for coding agents: a dedicated, predictable place to provide the context and instructions to help AI coding agents work on your project. One `AGENTS.md` file works with different coding agents. An example of such instruction is located in `instructions/example-AGENTS.md`, in order to use it commit a file name `AGENTS.md` to the directory where your Terraform configurations reside.
6262

gemini-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraform",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"contextFileName": "${extensionPath}${/}instructions${/}example-AGENTS.md",
55
"mcpServers": {
66
"terraform": {
@@ -13,7 +13,7 @@
1313
"TFE_TOKEN",
1414
"-e",
1515
"TFE_ADDRESS",
16-
"hashicorp/terraform-mcp-server:0.3.0"
16+
"hashicorp/terraform-mcp-server:0.3.1"
1717
],
1818
"env": {
1919
"TFE_TOKEN": "$TFE_TOKEN",

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.3.1

0 commit comments

Comments
 (0)