You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use official HashiCorp Terraform MCP server (#231)
* debug: add comprehensive MCP server diagnostics and cache clearing
Phase 1 of systematic MCP connectivity fix:
- Environment snapshot (Node, NPM, disk, memory, network)
- Complete cache clearing (NPM, NPX caches)
- MCP package accessibility tests
- Network connectivity validation
This will help identify if cache corruption or environment differences
are causing the Terraform MCP server to fail while Context7 works.
* 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
0 commit comments