settings.local.json 450 B

123456789101112131415161718192021
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(pnpm typecheck:*)",
  5. "Bash(pnpm lint:*)",
  6. "Bash(npm run build:*)",
  7. "Bash(go build:*)",
  8. "Bash(npm run typecheck:*)",
  9. "Bash(mkdir:*)",
  10. "Bash(mv:*)",
  11. "Bash(grep:*)",
  12. "Bash(go test:*)",
  13. "mcp__context7__resolve-library-id",
  14. "mcp__context7__get-library-docs",
  15. "Bash(find:*)",
  16. "Bash(sed:*)",
  17. "Bash(cp:*)"
  18. ],
  19. "deny": []
  20. }
  21. }