forked from greenpill-dev-guild/camp-green
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.mcp.json
More file actions
22 lines (22 loc) · 905 Bytes
/
.mcp.json
File metadata and controls
22 lines (22 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"mcpServers": {
"brave-devtools": {
"command": "node",
"args": ["scripts/mcp/brave-devtools.mjs"]
}
},
"servers": {},
"agentAccess": {
"brave-devtools": {
"allowed": true,
"scope": "local-browser-debugging",
"surfaces": ["client", "admin", "docs", "storybook"],
"notes": [
"Green Goods browser proof is Brave-only. Do not use Google Chrome, Chrome for Testing, Chromium, or Edge as a fallback.",
"The wrapper calls the upstream chrome-devtools-mcp package because that is the protocol package name; the browser executable must still be Brave.",
"Use isolated/non-default browser profiles for authenticated admin or wallet-adjacent proof.",
"Do not expose secrets, wallet state, passkeys, local storage, private garden data, telemetry identifiers, or hidden admin actions in prompts or reports."
]
}
}
}