🐛 Fixes
fix docker image ignoring port setting - @DaleSeo PR #467
The Docker image had APOLLO_MCP_TRANSPORT__PORT=8000 baked in as an environment variable in flake.nix. Since environment variables take precedence over config file settings (by design in our config loading logic), users are unable to override the port in their config.yaml when running the Docker container.