mirror of
https://github.com/coleam00/context-engineering-intro.git
synced 2025-12-17 09:45:23 +00:00
27 lines
619 B
JSON
27 lines
619 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(grep:*)",
|
||
|
|
"Bash(ls:*)",
|
||
|
|
"Bash(source:*)",
|
||
|
|
"Bash(find:*)",
|
||
|
|
"Bash(mv:*)",
|
||
|
|
"Bash(mkdir:*)",
|
||
|
|
"Bash(tree:*)",
|
||
|
|
"Bash(ruff:*)",
|
||
|
|
"Bash(touch:*)",
|
||
|
|
"Bash(cat:*)",
|
||
|
|
"Bash(ruff check:*)",
|
||
|
|
"Bash(pytest:*)",
|
||
|
|
"Bash(python:*)",
|
||
|
|
"Bash(python -m pytest:*)",
|
||
|
|
"Bash(python3 -m pytest:*)",
|
||
|
|
"WebFetch(domain:*)",
|
||
|
|
"Bash(gh issue view:*)",
|
||
|
|
"mcp__puppeteer__puppeteer_navigate",
|
||
|
|
"mcp__puppeteer__puppeteer_screenshot",
|
||
|
|
"mcp__puppeteer__puppeteer_evaluate"
|
||
|
|
],
|
||
|
|
"deny": []
|
||
|
|
}
|
||
|
|
}
|