mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated permissions to allow additional Bash command patterns in the configuration. * Improved connection status updates by triggering them via event listeners during application bootstrap. * Adjusted module provider registrations to reflect service relocation within the application structure. * **Tests** * Added comprehensive unit and integration tests for connection status writing and cleanup behaviors. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
21 lines
517 B
JSON
21 lines
517 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(rg:*)",
|
|
"Bash(find:*)",
|
|
"Bash(pnpm codegen:*)",
|
|
"Bash(pnpm dev:*)",
|
|
"Bash(pnpm build:*)",
|
|
"Bash(pnpm test:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(pnpm type-check:*)",
|
|
"Bash(pnpm lint:*)",
|
|
"Bash(pnpm --filter ./api lint)",
|
|
"Bash(mv:*)",
|
|
"Bash(ls:*)",
|
|
"mcp__ide__getDiagnostics",
|
|
"Bash(pnpm --filter \"*connect*\" test connect-status-writer.service.spec)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": false
|
|
} |