zabbix-graphql-api/mcp-config.yaml
Andreas Hilbig 8f00082c6a 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.
2026-02-14 13:38:24 +01:00

22 lines
404 B
YAML

endpoint: http://zabbix-graphql-api:4000/graphql
overrides:
mutation_mode: all
transport:
type: streamable_http
stateful_mode: false
operations:
source: local
paths:
- /mcp/operations
schema:
source: local
path: /mcp-data/schema.graphql
introspection:
execute:
enabled: true
introspect:
enabled: true
search:
enabled: true
logging:
level: ${env.MCP_LOG_LEVEL:-info}