We’re excited to announce the release of mcp-tf-provider-docs v0.2.0, published on June 25, 2025. This minor release delivers an important protocol-level enhancement that improves how MCP clients interact with our Terraform documentation server, while also marking a milestone in the project’s maturity.

What’s New

Read-Only Hint Annotation

The headline improvement in v0.2.0 is the addition of a read-only hint annotation to the MCP tool definition. This seemingly small change signals to MCP clients that the documentation lookup tool performs purely read operations with no side effects.

What does this mean for you? MCP clients can now:

  • Display appropriate UI indicators showing the tool is safe to run
  • Enable optimizations or caching strategies for read-only operations
  • Provide users with greater confidence when working with the tool

This improvement aligns mcp-tf-provider-docs with best practices in MCP development and sets the stage for better client integration as the ecosystem evolves.

Project Status: Now Active

You may notice a visual change in our repository badges. We’ve updated the project status from “Work In Progress” to Active, reflecting the stability and ongoing development commitment of the maintainers. New badges now include:

  • Latest release version (v0.2.0)
  • Go Report Card metrics
  • GitHub Release information

Easier Installation for Go Developers

We’ve expanded our installation documentation to include go install instructions. If you prefer working directly from source, you can now install the latest version with a single command:

go install github.com/UnitVectorY-Labs/mcp-tf-provider-docs@latest

Why It Matters

mcp-tf-provider-docs bridges the gap between AI agents and Terraform provider documentation. By indexing provider docs from local Git repositories, it enables AI models to access up-to-date, context-aware information for accurate infrastructure-as-code generation.

This release demonstrates our commitment to:

  1. Protocol Excellence: Adding the read-only annotation shows we’re keeping pace with MCP protocol improvements and ensuring our server integrates smoothly with the broader ecosystem.

  2. User Trust: Making it explicit that documentation lookups are safe, non-destructive operations builds user confidence in the tool.

  3. Project Maturity: The transition to “Active” status signals that mcp-tf-provider-docs is production-ready and actively maintained.

  4. Accessibility: Improved installation options make the tool more accessible to different user workflows.

Upgrade Instructions

Upgrading to v0.2.0 is straightforward with no breaking changes and no configuration modifications required. Choose the method that works best for you:

Option 1: Pre-compiled Binaries

Download the binary for your platform from the GitHub Releases page:

  • macOS: darwin-amd64 or darwin-arm64
  • Linux: linux-amd64, linux-arm64, or linux-386
  • Windows: windows-amd64 or windows-386

Option 2: Go Installation

go install github.com/UnitVectorY-Labs/mcp-tf-provider-docs@v0.2.0

All release assets include MD5 and SHA256 checksums for verification.


This post was AI-generated using the unsloth/Qwen3.5-122B-A10B-GGUF:Q4_K_M model. For details about this release, visit the GitHub repository or the v0.2.0 release page. Generated on March 17, 2026 by release-storyteller.