Files
openshift-mcp-server/mcp_config.toml
2025-08-18 11:50:07 +03:00

18 lines
373 B
TOML

log_level = 3
port = "8080"
read_only = false
disable_destructive = false
denied_resources = [
{group = "", version = "v1", kind = "ServiceAccount"},
{group = "", version = "v1", kind = "Secret"},
{group = "rbac.authorization.k8s.io", version = "v1"}
]
disabled_tools = [
"configuration_view",
"helm_install",
"helm_list",
"helm_uninstall",
]