chore: pin apollo-mcp-server version and improve API logging configuration

- Pin `apollo-mcp-server` image to v1.7.0 and make version configurable via `APOLLO_MCP_SERVER_VERSION`.
- Refactor API logging: rename `MCP_LOG_*` variables to `VERBOSITY_*` for clarity and deprecate unsupported fields.
- Ensure v1.7.0 compatibility by updating `mcp-config.yaml` and removing obsolete fields.
- Update documentation and configuration files to reflect these changes.
This commit is contained in:
Andreas Hilbig 2026-02-14 13:24:19 +01:00
parent 1b9c1f2423
commit 8f00082c6a
6 changed files with 30 additions and 18 deletions

View file

@ -19,6 +19,4 @@ introspection:
search:
enabled: true
logging:
level: ${MCP_LOG_LEVEL:-info}
parameters: ${MCP_LOG_PARAMETERS:-false}
responses: ${MCP_LOG_RESPONSES:-false}
level: ${env.MCP_LOG_LEVEL:-info}