- Add model backups from training sessions - Add training data parquet file - Add risk state persistence file - Add research documents (Gemini analysis) - Update architecture docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
60 lines
2.0 KiB
JSON
60 lines
2.0 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__filesystem__directory_tree",
|
|
"mcp__filesystem__read_multiple_files",
|
|
"WebSearch",
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:docs.pola.rs)",
|
|
"mcp__filesystem__create_directory",
|
|
"mcp__filesystem__write_file",
|
|
"Bash(pip install:*)",
|
|
"Bash(python:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(timeout /t 5 /nobreak)",
|
|
"Bash(more:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(powershell -Command:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(tasklist:*)",
|
|
"mcp__filesystem__list_allowed_directories",
|
|
"mcp__filesystem__list_directory",
|
|
"mcp__filesystem__read_text_file",
|
|
"Bash(docker:*)",
|
|
"Bash(where:*)",
|
|
"mcp__filesystem__list_directory_with_sizes",
|
|
"Bash(docker-compose up:*)",
|
|
"Bash(start python:*)",
|
|
"WebFetch(domain:ttkbootstrap.readthedocs.io)",
|
|
"mcp__shadcn__get_project_registries",
|
|
"mcp__shadcn__search_items_in_registries",
|
|
"mcp__shadcn__list_items_in_registries",
|
|
"Bash(npx create-next-app@latest . --typescript --tailwind --eslint --app --src-dir --import-alias \"@/*\" --use-npm)",
|
|
"Bash(npx --yes create-next-app@latest . --ts --tailwind --eslint --app --src-dir --import-alias \"@/*\" --use-npm --turbopack --yes)",
|
|
"Bash(npx:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(start http://localhost:3000)",
|
|
"Bash(start \"Trading Bot\" cmd /k \"python main_live.py\")",
|
|
"Bash(grep:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(Remove-Item -Recurse -Force \"web-dashboard\\\\.git\" -ErrorAction SilentlyContinue)",
|
|
"Bash(git commit:*)",
|
|
"Bash(gh repo create:*)",
|
|
"mcp__git__git_status",
|
|
"Bash(git push:*)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"shadcn"
|
|
]
|
|
}
|