|
1 | 1 | { |
2 | 2 | "permissions": { |
3 | 3 | "allow": [ |
4 | | - "WebSearch", |
5 | | - "WebFetch(domain:getstream.io)", |
6 | | - "WebFetch(domain:ably.com)", |
7 | | - "WebFetch(domain:pusher.com)", |
8 | | - "WebFetch(domain:getstream.github.io)", |
9 | | - "WebFetch(domain:www.producthunt.com)", |
10 | | - "WebFetch(domain:www.capterra.com)", |
11 | | - "WebFetch(domain:agentrelay.tech)", |
12 | | - "WebFetch(domain:agentcommunicationprotocol.dev)", |
13 | | - "WebFetch(domain:a2a-protocol.org)", |
14 | | - "WebFetch(domain:support.getstream.io)", |
15 | | - "WebFetch(domain:www.cometchat.com)", |
16 | | - "WebFetch(domain:github.com)", |
17 | | - "WebFetch(domain:microsoft.github.io)", |
18 | | - "WebFetch(domain:developers.cloudflare.com)", |
19 | | - "WebFetch(domain:raw.githubusercontent.com)", |
20 | | - "WebFetch(domain:clawhub.ai)", |
21 | | - "WebFetch(domain:docs.openclaw.ai)", |
22 | | - "WebFetch(domain:missioncontrolhq.ai)", |
23 | | - "WebFetch(domain:usemissioncontrol.com)", |
24 | | - "WebFetch(domain:www.dan-malone.com)", |
25 | | - "WebFetch(domain:aiagentslist.com)", |
26 | | - "WebFetch(domain:docs.missionsquad.ai)", |
27 | | - "WebFetch(domain:missionsquad.ai)", |
28 | | - "Bash(grep:*)", |
29 | | - "Bash(npm install:*)", |
30 | | - "Bash(npx turbo build:*)", |
31 | | - "Bash(npx turbo lint)", |
32 | | - "Bash(npm run prebuild:*)", |
33 | | - "Bash(npx vitest run:*)", |
34 | | - "Bash(npx turbo test:*)", |
35 | | - "Bash(ls:*)", |
36 | | - "Bash(gh pr view:*)", |
| 4 | + "Bash(cargo check:*)", |
| 5 | + "Bash(chmod:*)", |
37 | 6 | "Bash(gh api:*)", |
38 | | - "WebFetch(domain:sst.dev)", |
39 | | - "Bash(npm uninstall:*)", |
40 | | - "Bash(npx tsc:*)", |
41 | 7 | "Bash(gh pr checks:*)", |
42 | | - "Bash(gh run view:*)", |
| 8 | + "Bash(gh pr view:*)", |
43 | 9 | "Bash(gh run list:*)", |
| 10 | + "Bash(gh run view:*)", |
44 | 11 | "Bash(gh run watch:*)", |
45 | | - "Bash(git rm:*)", |
| 12 | + "Bash(git add:*)", |
46 | 13 | "Bash(git commit:*)", |
47 | 14 | "Bash(git push:*)", |
48 | | - "Bash(chmod:*)", |
49 | | - "Bash(npx drizzle-kit generate:*)", |
| 15 | + "Bash(git rm:*)", |
| 16 | + "Bash(grep:*)", |
| 17 | + "Bash(ls:*)", |
| 18 | + "Bash(node:*)", |
| 19 | + "Bash(npm install:*)", |
50 | 20 | "Bash(npm ls:*)", |
| 21 | + "Bash(npm run prebuild:*)", |
| 22 | + "Bash(npm uninstall:*)", |
51 | 23 | "Bash(npx --workspace=packages/server drizzle-kit generate:*)", |
| 24 | + "Bash(npx drizzle-kit generate:*)", |
| 25 | + "Bash(npx eslint:*)", |
52 | 26 | "Bash(npx next build)", |
| 27 | + "Bash(npx tsc:*)", |
53 | 28 | "Bash(npx tsx:*)", |
54 | | - "Bash(npx eslint:*)", |
55 | | - "Bash(node:*)", |
56 | | - "Bash(cargo check:*)", |
57 | | - "Bash(git add:*)" |
| 29 | + "Bash(npx turbo build:*)", |
| 30 | + "Bash(npx turbo lint)", |
| 31 | + "Bash(npx turbo test:*)", |
| 32 | + "Bash(npx vitest run:*)", |
| 33 | + "WebFetch(domain:a2a-protocol.org)", |
| 34 | + "WebFetch(domain:ably.com)", |
| 35 | + "WebFetch(domain:agentcommunicationprotocol.dev)", |
| 36 | + "WebFetch(domain:agentrelay.tech)", |
| 37 | + "WebFetch(domain:aiagentslist.com)", |
| 38 | + "WebFetch(domain:clawhub.ai)", |
| 39 | + "WebFetch(domain:developers.cloudflare.com)", |
| 40 | + "WebFetch(domain:docs.missionsquad.ai)", |
| 41 | + "WebFetch(domain:docs.openclaw.ai)", |
| 42 | + "WebFetch(domain:getstream.github.io)", |
| 43 | + "WebFetch(domain:getstream.io)", |
| 44 | + "WebFetch(domain:github.com)", |
| 45 | + "WebFetch(domain:microsoft.github.io)", |
| 46 | + "WebFetch(domain:missioncontrolhq.ai)", |
| 47 | + "WebFetch(domain:missionsquad.ai)", |
| 48 | + "WebFetch(domain:pusher.com)", |
| 49 | + "WebFetch(domain:raw.githubusercontent.com)", |
| 50 | + "WebFetch(domain:sst.dev)", |
| 51 | + "WebFetch(domain:support.getstream.io)", |
| 52 | + "WebFetch(domain:usemissioncontrol.com)", |
| 53 | + "WebFetch(domain:www.capterra.com)", |
| 54 | + "WebFetch(domain:www.cometchat.com)", |
| 55 | + "WebFetch(domain:www.dan-malone.com)", |
| 56 | + "WebFetch(domain:www.producthunt.com)", |
| 57 | + "WebSearch", |
| 58 | + "mcp__relaycast__*" |
58 | 59 | ] |
59 | 60 | }, |
60 | 61 | "enableAllProjectMcpServers": true, |
|
0 commit comments