vibetunnel/.claude/settings.local.json
Peter Steinberger dad2f3380e Add SSE connection status indicator to notification settings
- Show real-time connection status with colored indicator
- Display 'Event Stream: Connected/Disconnected' on separate row
- Add warning message when notifications enabled but connection is down
- Update connection status via NotificationCenter events
- Add debugging logs to EventSource for better troubleshooting
2025-07-28 18:06:02 +02:00

15 lines
No EOL
254 B
JSON

{
"permissions": {
"allow": [
"Bash(pnpm test:*)",
"Bash(rg:*)",
"Bash(./scripts/vtlog.sh:*)",
"Bash(ls:*)"
],
"deny": []
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"playwright"
]
}