Commit f98e8e1607cb
Changed files (1)
dots
.config
claude
dots/.config/claude/settings.json
@@ -1,4 +1,13 @@
{
+ "mcpServers": {
+ "github": {
+ "command": "github-mcp-server",
+ "args": ["stdio"]
+ },
+ "playwright": {
+ "command": "playwright-mcp"
+ }
+ },
"hooks": {
"SessionStart": [
{
@@ -33,6 +42,26 @@
}
]
}
+ ],
+ "Stop": [
+ {
+ "hooks": [
+ {
+ "type": "command",
+ "command": "printf '\\a' > /dev/tty"
+ }
+ ]
+ }
+ ],
+ "PermissionRequest": [
+ {
+ "hooks": [
+ {
+ "type": "command",
+ "command": "printf '\\a' > /dev/tty"
+ }
+ ]
+ }
]
},
"statusLine": {