Skip to content

Commit 3b40c09

Browse files
committed
fix: Use official HashiCorp Terraform MCP server
- Replace non-existent @modelcontextprotocol/server-terraform package - Use docker-based HashiCorp terraform-mcp-server - Keep Context7 MCP server as npx package (working) - Docker validated and working in GitHub Actions environment - This fixes MCP server connectivity issues in feature discovery Resolves: #224
1 parent 09189d4 commit 3b40c09

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/feature-discovery.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ jobs:
118118
{
119119
"mcpServers": {
120120
"terraform": {
121-
"command": "npx",
121+
"command": "docker",
122122
"args": [
123-
"-y",
124-
"@modelcontextprotocol/server-terraform@latest"
123+
"run",
124+
"-i",
125+
"--rm",
126+
"hashicorp/terraform-mcp-server"
125127
]
126128
},
127129
"context7": {

0 commit comments

Comments
 (0)