A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
1{
2 "permissions": {
3 "allow": [
4 "Bash(git checkout:*)",
5 "mcp__git-mcp-server__git_add",
6 "mcp__git-mcp-server__git_commit",
7 "mcp__git-mcp-server__git_push",
8 "mcp__github__create_pull_request",
9 "mcp__git-mcp-server__git_diff",
10 "mcp__git-mcp-server__git_status",
11 "mcp__git-mcp-server__git_log",
12 "mcp__git-mcp-server__git_set_working_dir",
13 "Bash(npm run test:run:*)",
14 "Bash(bunx eslint:*)",
15 "Bash(bun test:run:*)",
16 "Bash(wc:*)",
17 "Bash(grep:*)",
18 "Bash(npm test:*)",
19 "Bash(npx vitest:*)",
20 "Bash(npm install:*)",
21 "Bash(git stash:*)",
22 "Bash(gh pr view:*)",
23 "Bash(gh pr edit:*)"
24 ],
25 "deny": [],
26 "ask": []
27 },
28 "enableAllProjectMcpServers": true,
29 "enabledMcpjsonServers": [
30 "git-mcp-server"
31 ]
32}