We’re pleased to announce the release of mcp-graphql-forge v0.10.0, available now on GitHub. This maintenance release delivers a practical improvement for developers who install mcp-graphql-forge from source, along with continued infrastructure updates to keep our build pipeline reliable.

What’s New

Better Version Detection

The standout change in v0.10.0 is improved version reporting when installing from source. If you’ve previously installed mcp-graphql-forge using go install and noticed it reported “dev” as the version, that issue is now resolved. The application automatically detects its version from Go’s build information, so you’ll see the actual version number (like “v0.10.0”) instead of “dev”.

This enhancement makes debugging and troubleshooting easier for users working with source-built installations.

Infrastructure Updates

Behind the scenes, we’ve updated our CI/CD workflows with the latest GitHub Actions dependencies and bumped to Go 1.25.7. These changes ensure continued reliability in our build and test pipelines but don’t directly impact end users.

Why It Matters

mcp-graphql-forge v0.10.0 maintains the project’s focus on being a lightweight, configuration-driven MCP server that transforms GraphQL endpoints into modular tools for AI agents. This release continues that mission with:

  • Zero breaking changes: Full backward compatibility with v0.9.0
  • No configuration required: Existing deployments work without modification
  • Improved developer experience: Better version visibility for source installations

For users relying on pre-compiled binaries from GitHub Releases, this release is a straightforward upgrade path with no action required beyond downloading the new version.

Getting Started

Install v0.10.0

Download pre-compiled binaries:

Visit the v0.10.0 GitHub Release to download binaries for your platform:

  • Linux (amd64, arm64, 386)
  • Windows (amd64, 386)
  • macOS (amd64, arm64)

Install from source:

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

Upgrade from v0.9.0

Upgrading is straightforward since this release has no breaking changes:

  1. Download the new binary or run go install with the version tag
  2. Replace your existing mcp-graphql-forge binary
  3. No configuration changes needed

The Go 1.25.7 toolchain is recommended for building from source, though pre-built binaries will run on any compatible system.


Transparency note: This post was AI-generated using the unsloth/Qwen3.5-122B-A10B-GGUF:Q4_K_M model. Release data sourced from UnitVectorY-Labs/mcp-graphql-forge release v0.10.0 dated February 9, 2026. Generated by release-storyteller.