v0.6.1
[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.