Erster Commit

This commit is contained in:
2026-04-23 22:10:45 +02:00
commit 5d47482d2a
30 changed files with 6340 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"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/)"
]
}
}