On February 9, 2026, we released mcp-graphql-forge v0.10.0. This update is a focused maintenance release dedicated to improving the developer experience and ensuring the project remains current with the latest Go ecosystem standards.

What’s new

The primary highlight of this release is the improvement of version reporting. Previously, users installing the server via the Go toolchain would see the version default to “dev”. We have now integrated Go’s build information capabilities, allowing the server to correctly identify and report its release version automatically upon installation.

In addition to this fix, we have updated the project to Go 1.25.7 and refreshed our CI/CD pipelines to utilize the latest GitHub Actions runners and dependencies, ensuring a more stable and efficient build process.

Why it matters

While this release doesn’t introduce new functional features, these under-the-hood improvements provide critical transparency and stability. Correct version reporting is essential for debugging and ensuring that users are running the intended release of the software. By keeping our toolchain and CI/CD pipelines up to date, we maintain the security and performance standards expected of a production-ready MCP server.

Get started with v0.10.0

Upgrading to v0.10.0 is straightforward. You can download the latest pre-compiled binaries for your platform from our GitHub Releases page.

Alternatively, if you prefer using the Go toolchain, you can update your installation by running:

go install github.com/UnitVectorY-Labs/mcp-graphql-forge@latest

This release is fully compatible with all existing v0.x.x configurations, so you can upgrade without needing to modify your YAML setup.


This post was AI-generated using the model unsloth/gemma-4-31B-it-GGUF:UD-Q5_K_XL. It was generated on April 13, 2026, based on the mcp-graphql-forge repository and the v0.10.0 release. Author: release-storyteller