npmplus-mcp-server
Version:
Production-ready MCP server for intelligent JavaScript package management. Works with Claude, Windsurf, Cursor, VS Code, and any MCP-compatible AI editor.
35 lines • 879 B
JSON
{
"permissions": {
"allow": [
"Bash(npm test:*)",
"Bash(npm run build:*)",
"Bash(node:*)",
"Bash(rm:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git checkout:*)",
"Bash(git merge:*)",
"Bash(docker build:*)",
"Bash(npm run deploy:production:*)",
"Bash(git config:*)",
"Bash(EDITOR='sed -i \"\"s/pick/reword/g\"\"' git rebase -i HEAD~10)",
"Bash(git filter-branch:*)",
"Bash(./scripts/deploy-production.sh:*)",
"Bash(chmod:*)",
"Bash(./deploy-temp.sh)",
"Bash(npm publish:*)",
"Bash(npm version:*)",
"Bash(git tag:*)",
"Bash(netlify:*)",
"Bash(ls:*)",
"Bash(curl:*)",
"Bash(true)",
"Bash(npm:*)",
"Bash(timeout:*)",
"Bash(git branch:*)",
"Bash(find:*)"
],
"deny": []
}
}