{
  "workspaceDir": "./workspace",
  "enablePII": false,
  "disabledTools": ["kube_port_forward", "kube_net"],
  "sandbox": {
    "memoryLimitMb": 256,
    "timeoutMs": 30000
  },
  "servers": [
    {
      "name": "kubeview-mcp",
      "command": "node",
      "args": ["./dist/src/cli/cli.js"],
      "timeoutMs": 30000
    }
  ]
}
