2025-09-08 05:00:37 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2025-10-09 14:41:48 +08:00
|
|
|
"mcp__promptx__remember",
|
|
|
|
|
"mcp__playwright__browser_network_requests",
|
2025-09-26 15:05:20 +08:00
|
|
|
"Bash(git add:*)",
|
2025-10-10 14:25:07 +08:00
|
|
|
"Bash(git commit:*)",
|
|
|
|
|
"Bash(open:*)",
|
|
|
|
|
"mcp__playwright__browser_navigate",
|
|
|
|
|
"mcp__playwright__browser_take_screenshot",
|
|
|
|
|
"mcp__serena__read_memory",
|
|
|
|
|
"WebSearch",
|
2025-10-10 17:12:22 +08:00
|
|
|
"WebFetch(domain:unsplash.com)",
|
|
|
|
|
"Bash(bash:*)",
|
|
|
|
|
"Bash(for:*)",
|
|
|
|
|
"Bash(do)",
|
|
|
|
|
"Bash(if [ -f \"$dir/favicon.svg\" ])",
|
|
|
|
|
"Bash(then)",
|
|
|
|
|
"Bash(echo:*)",
|
|
|
|
|
"Bash(else)",
|
|
|
|
|
"Bash(fi)",
|
2025-10-13 21:18:14 +08:00
|
|
|
"Bash(done)",
|
|
|
|
|
"Bash(git checkout:*)"
|
2025-09-08 05:00:37 +08:00
|
|
|
],
|
2025-09-10 02:35:16 +08:00
|
|
|
"deny": [],
|
|
|
|
|
"ask": [],
|
2025-09-08 05:00:37 +08:00
|
|
|
"defaultMode": "acceptEdits",
|
|
|
|
|
"additionalDirectories": [
|
|
|
|
|
"/Users/xiaoqi/Documents"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"enableAllProjectMcpServers": true,
|
|
|
|
|
"enabledMcpjsonServers": [
|
|
|
|
|
"context7",
|
|
|
|
|
"browser-tools",
|
|
|
|
|
"claude-code-mcp",
|
|
|
|
|
"promptx",
|
|
|
|
|
"playwright",
|
|
|
|
|
"sequential-thinking",
|
|
|
|
|
"feishu-api",
|
|
|
|
|
"shadcn-ui-server"
|
|
|
|
|
]
|
2025-10-09 10:06:58 +08:00
|
|
|
}
|