You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Path to the Azure configuration directory (e.g. /home/azureuser/.azure). Used for Azure CLI authentication, you should be logged in (e.g. run `az login`) on the host before starting the MCP server.
34
+
kubeconfig:
35
+
type: string
36
+
description: Path to the kubeconfig file for the AKS cluster (e.g. /home/azureuser/.kube/config). Used to connect to the AKS cluster.
37
+
access_level:
38
+
type: string
39
+
description: Access level for the MCP server, One of [ readonly, readwrite, admin ]
40
+
default: readonly
41
+
allow_namespaces:
42
+
type: string
43
+
description: Comma-separated list of namespaces to allow access to. If not specified, all namespaces are allowed.
44
+
additional_tools:
45
+
type: string
46
+
description: Comma-separated list of additional tools, One of [ helm, cilium ]
0 commit comments