mcp-repl
Version:
MCP REPL with code execution and semantic code search
26 lines • 636 B
JSON
{
"permissions": {
"allow": [
"Bash(npx mcp-repl:*)",
"Bash(npm install:*)",
"Bash(rm:*)",
"Bash(sudo rm:*)",
"Bash(true)",
"Bash(npx:*)",
"Bash(grep:*)",
"Bash(npm start)",
"Bash(echo:*)",
"Bash(pnpm store prune:*)",
"Bash(chmod:*)",
"Bash(node test-npx.js)",
"Bash(npm pack:*)",
"Bash(timeout 30 npx -y mcp-repl --version)",
"Bash(npm test)",
"Bash(node:*)",
"Bash(timeout 10 npx -y mcp-repl@latest --version)",
"Bash(npm publish:*)",
"Bash(timeout 30 npx -y mcp-repl@2.0.14 --version)"
],
"deny": []
}
}