Skip to content

v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Oct 14:22
· 9 commits to main since this release
0c6e064

🐛 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.