{
"permissions": {
"allow": [
"Read(/home/user/projects/**)",
"Write(/home/user/projects/**)",
"Bash(git status)",
"Bash(git diff)",
"Bash(cargo build)",
"Bash(cargo test)"
],
"deny": [
"Bash(rm -rf*)",
"Bash(curl*)",
"Bash(wget*)"
]
},
"dangerouslySkipPermissions": false,
"mcpServers": {
"linear": {
"type": "sse",
"url": "https://mcp.linear.app/sse"
}
}
}