so in k9s and kubectl you can pass multiple kubeconfig files via the KUBECONFIG environment variable then swap between them using the contexts command.
example environment variable:
"KUBECONFIG=/root/.kube/config.production:/root/.kube/rnd.kubeconfig.yaml:/root/.kube/staging.kubeconfig.yaml:/root/.kube/config.local"
for some reason when trying to do the same with the "env" key in the cline_mcp_settings.json its treated a single file and fails and I get the following error:
node:fs:596 handleErrorFromBinding(ctx); ^ Error: ENOENT: no such file or directory, open