settings.local.json 606 B

123456789101112131415161718
  1. {
  2. "permissions": {
  3. "allow": [
  4. "mcp__mcpServers__search_context",
  5. "Bash(python:*)",
  6. "Bash(grep:*)",
  7. "Bash(ls -la \"D:/wk/novel skill/webnovel-writer/scripts/\"*.deprecated)",
  8. "Bash(git add -A)",
  9. "Bash(git commit:*)",
  10. "Bash(ls:*)",
  11. "Bash(xargs:*)",
  12. "Bash(for script in token_budget_analyzer stress_test_500chapters stress_test_index golden_three_checker)",
  13. "Bash(do echo \"=== $script ===\" grep -rn \"$script\" \"D:/wk/novel skill/webnovel-writer/\" --include=\"*.md\" --include=\"*.py\")",
  14. "Bash(done)",
  15. "WebSearch"
  16. ]
  17. }
  18. }