32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install *)",
|
|
"Bash(npx tsc *)",
|
|
"Bash(echo \"Exit: $?\")",
|
|
"Bash(npm run *)",
|
|
"Bash(pip install *)",
|
|
"Bash(pip show *)",
|
|
"Bash(pip3 show *)",
|
|
"Bash(pip3 list *)",
|
|
"Bash(.venv/bin/pip install *)",
|
|
"Bash(/opt/homebrew/opt/python@3.12/bin/python3.12 -m venv .venv --clear)",
|
|
"Bash(python3.13 -m venv .venv --clear)",
|
|
"Bash(.venv/bin/python -c \"import flask; import flask_cors; import ollama; import PIL; print\\('Alle Imports OK - Flask', flask.__version__\\)\")",
|
|
"Bash(.venv/bin/python app.py)",
|
|
"Bash(curl -s http://localhost:8000/api/images?mode=draw)",
|
|
"Bash(curl -s \"http://localhost:8000/api/images?mode=draw\")",
|
|
"Read(//tmp/**)",
|
|
"Bash(curl -s \"http://localhost:3000/\")",
|
|
"Bash(curl -s \"http://localhost:3000/api/images?mode=draw\")",
|
|
"mcp__coolify__ping",
|
|
"mcp__coolify__projects",
|
|
"mcp__coolify__servers",
|
|
"Bash(docker build *)",
|
|
"mcp__coolify__private-keys",
|
|
"Bash(pkill -f \"python app.py\")",
|
|
"Bash(curl -s http://localhost:8000/)"
|
|
]
|
|
}
|
|
}
|