mcp-codesentry
Version:
CodeSentry MCP - AI-powered code review assistant with 5 specialized review tools for security, best practices, and comprehensive code analysis
28 lines • 686 B
JSON
{
"permissions": {
"allow": [
"Bash(npm test)",
"Bash(npm run build:*)",
"Bash(chmod:*)",
"Bash(rm:*)",
"Bash(npx repomix:*)",
"Bash(./test-real.sh:*)",
"Bash(git add:*)",
"Bash(gh repo create:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(npm run typecheck:*)",
"Bash(./test-tools.sh:*)",
"Bash(npm test:*)",
"Bash(npm run test:*)",
"Bash(./test-security-tools.sh:*)",
"Bash(./test-best-practices.sh:*)",
"Bash(git commit:*)",
"Bash(git remote set-url:*)",
"Bash(pkill:*)",
"Bash(npm view:*)",
"Bash(npm publish:*)"
],
"deny": []
}
}