Commit f98e8e1607cb

Vincent Demeester <vincent@sbr.pm>
2026-01-28 09:47:12
feat(claude): add MCP servers and terminal bell hooks
- Add github and playwright MCP server configs - Add Stop and PermissionRequest hooks with terminal bell Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent caebccc
Changed files (1)
dots
.config
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": {