settings.local.json 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(*)",
  5. "mcp__ide__getDiagnostics",
  6. "Read(//mnt/e/QtwCode/foodie/**)",
  7. "Bash(cat .gitignore)",
  8. "mcp__zai-mcp-server__extract_text_from_screenshot",
  9. "mcp__zai-mcp-server__analyze_image",
  10. "mcp__chrome_mcp_server__chrome_navigate",
  11. "Bash(xargs grep *)",
  12. "Bash(bash *)",
  13. "Bash(echo \".superpowers/\")",
  14. "Bash(sort -u -o \"E:\\\\QtwCode\\\\foodie\\\\foodie_server\\\\.gitignore\" \"E:\\\\QtwCode\\\\foodie\\\\foodie_server\\\\.gitignore\")",
  15. "mcp__chrome_mcp_server__chrome_screenshot",
  16. "mcp__chrome_mcp_server__chrome_computer",
  17. "WebSearch",
  18. "mcp__web-search-prime__web_search_prime",
  19. "mcp__zread__read_file",
  20. "mcp__web-reader__webReader",
  21. "Read(//c/Users/qmj/.claude/**)",
  22. "Bash(npm view *)",
  23. "Bash(npx playwright *)",
  24. "Bash(powershell -ExecutionPolicy Bypass -File \".specify/scripts/powershell/setup-plan.ps1\" -Json)",
  25. "Bash(grep -E \"\\\\.\\(json|js|ts|jsx|tsx|sql|py|java|go\\)$\")",
  26. "Bash(powershell -ExecutionPolicy Bypass -File \".specify/scripts/powershell/check-prerequisites.ps1\" -Json)",
  27. "Bash(powershell -ExecutionPolicy Bypass -File \".specify/scripts/powershell/check-prerequisites.ps1\" -Json -RequireTasks -IncludeTasks)",
  28. "Bash(mvn compile *)",
  29. "mcp__zread__get_repo_structure"
  30. ]
  31. }
  32. }