photoprism/.claude/settings.json
Michael Mayer a021783922 Claude: Add "ui-tester" subagent and allow Playwright MCP for it
Signed-off-by: Michael Mayer <michael@photoprism.app>
2026-04-29 15:58:31 +02:00

19 lines
379 B
JSON

{
"permissions": {
"additionalDirectories": ["/go", "/tmp", "/home"],
"allow": [
"Bash(make:*)",
"Bash(go:*)",
"Bash(npx --yes markdown-table-formatter:*)",
"Read",
"Write",
"Edit",
"Grep",
"Glob",
"WebSearch",
"mcp__playwright__*"
],
"defaultMode": "acceptEdits"
},
"awaySummaryEnabled": false
}