update config

This commit is contained in:
Matt Anderson
2026-09-18 18:02:57 -05:00
parent aaab135fea
commit a9fbfdb9dd
3 changed files with 14 additions and 0 deletions
+10
View File
@@ -7,5 +7,15 @@
"command": ["npx", "@playwright/mcp@latest"], "command": ["npx", "@playwright/mcp@latest"],
"enabled": true "enabled": true
} }
},
"permission": {
"bash": {
"*": "ask",
"kubectl *": "deny",
"kubectl get *": "allow",
"kubectl describe *": "allow",
"kubectl logs *": "allow",
"kubectl top *": "allow"
}
} }
} }
+3
View File
@@ -0,0 +1,3 @@
{
"password": "4QhoSb7noaFQU7oUWUB-HabVwNkYBtLjdwQsjJDEjHc"
}
+1
View File
@@ -1,5 +1,6 @@
# set-option -g default-command "exec /usr/local/bin/bash --login" # set-option -g default-command "exec /usr/local/bin/bash --login"
set-option -g status-style bg=default set-option -g status-style bg=default
set-option -g status-position top
# Enable mouse # Enable mouse
set -g mouse on set -g mouse on