Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 21:54
· 625 commits to main since this release
23d8d25

[0.6.1] - 2025-07-29

🐛 Fixes

Handle headers from config file - @tylerscoville PR #213

Fix an issue where the server crashes when headers are set in the config file

Handle environment variables when no config file is provided - @DaleSeo PR #211

Fix an issue where the server fails with the message "Missing environment variable: APOLLO_GRAPH_REF," even when the variables are properly set.

🚀 Features

Health Check Support - @DaleSeo PR #209

Health reporting functionality has been added to make the MCP server ready for production deployment with proper health monitoring and Kubernetes integration.