Enforceable authorization for MCP tool calls
| Tool name | Description | Destructive? |
|---|---|---|
| deploy | ✓ no | |
| delete-all⚠ | ⚠ yes | |
| prod-deploy | ✓ no | |
| write-users⚠ | ⚠ yes | |
| delete-user⚠ | ⚠ yes |
| read-data | ✓ no | |
| broken-tool | ✓ no | |
| read | ✓ no | |
| write⚠ | ⚠ yes | |
| risky-op | ✓ no | |
| risky | ✓ no | |
| ci-status | ✓ no | |
| deploy-staging | ✓ no | |
| deploy-production | ✓ no | |
| delete-logs⚠ | ⚠ yes |
{
"mcpServers": {
"tegata": {
"command": "npx",
"args": [
"-y",
"tegata"
]
}
}
}