Files
AegisGitea-MCP/.claude/settings.local.json
latte c79cc1ab9e
Some checks failed
docker / lint (push) Has been cancelled
docker / test (push) Has been cancelled
docker / docker-build (push) Has been cancelled
lint / lint (push) Has been cancelled
test / test (push) Has been cancelled
Add PUBLIC_BASE_URL and refine OAuth scopes
2026-02-25 20:49:08 +01:00

11 lines
162 B
JSON

{
"permissions": {
"allow": [
"Bash(python -m pytest:*)",
"Bash(python:*)",
"Bash(docker compose:*)",
"Bash(findstr:*)"
]
}
}