- 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.
22 lines
404 B
YAML
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}
|