Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/controller/ocpmcp/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const configTOML = `# Denied resources prevent the MCP server from accessing the
# Toolsets are pinned explicitly so upstream default changes do not affect OLS.

read_only = false
toolsets = ["core", "config", "helm", "metrics"]
toolsets = ["core", "config", "helm", "observability/metrics"]

[[denied_resources]]
group = ""
Expand All @@ -40,7 +40,7 @@ kind = "Secret"
group = "rbac.authorization.k8s.io"
version = "v1"

[toolset_configs.metrics]
[toolset_configs."observability/metrics"]
prometheus_url = "https://thanos-querier.openshift-monitoring.svc.cluster.local:9091"
alertmanager_url = "https://alertmanager-main.openshift-monitoring.svc.cluster.local:9094"
# Query-safety PromQL checks (not RBAC). "!tsdb" disables TSDB-dependent guardrails that
Expand Down