Released on February 9, 2026, version v0.3.0 of mcp-tf-provider-docs is a maintenance release dedicated to improving stability and keeping the project aligned with the latest ecosystem standards. While this release does not introduce new features, it ensures that the server remains robust and compatible with the latest tools.

What’s new

This update focuses on under-the-hood improvements and dependency management:

  • MCP SDK Upgrade: We have updated the mcp-go SDK to v0.43.2, bringing the server up to date with the latest Model Context Protocol implementations.
  • Go Runtime Update: The project has been bumped to Go v1.25.7, ensuring better performance and security.
  • Improved Version Reporting: We fixed an issue where the build version might be incorrectly reported as “dev”. The server now more intelligently retrieves its version from the Go build info, providing more accurate metadata for users and developers.

Why it matters

Consistency and stability are key for tools that serve as the bridge between AI agents and technical documentation. By updating the core SDK and runtime, we ensure that mcp-tf-provider-docs continues to operate efficiently and reliably. Additionally, the improved version reporting simplifies the process of troubleshooting and verifying deployments, making it easier to know exactly which version of the server is running in your environment.

Upgrade and Installation

Upgrading to v0.3.0 is straightforward and fully backward compatible with previous 0.2.x versions. You can update your installation using one of the following methods:

  • Binary Update: Download the latest pre-compiled executables for your platform (macOS, Linux, or Windows) from the GitHub Releases page.
  • Go Install: If you have Go installed, you can upgrade directly by running:
    go install github.com/UnitVectorY-Labs/mcp-tf-provider-docs@latest
    

This post was AI-generated by release-storyteller using the model unsloth/gemma-4-31B-it-GGUF:UD-Q5_K_XL. It was generated on 2026-04-13 based on the v0.3.0 release of the mcp-tf-provider-docs repository.