claude-code-requirements
Version:
MCP server for Claude Code requirements gathering workflow
27 lines • 630 B
JSON
{
"permissions": {
"allow": [
"Bash(find:*)",
"mcp__Context7__resolve-library-id",
"mcp__Context7__get-library-docs",
"mcp__MCP_DOCKER__read_graph",
"mcp__MCP_DOCKER__search_nodes",
"Bash(npm run build:*)",
"Bash(npm whoami:*)",
"Bash(npm publish:*)",
"Bash(npm pkg:*)",
"Bash(git add:*)",
"Bash(npm profile get:*)",
"Bash(npm profile:*)",
"Bash(rm:*)",
"Bash(git commit:*)",
"Bash(ls:*)",
"Bash(mv:*)",
"Bash(mkdir:*)",
"Bash(node:*)",
"Bash(npm run lint)",
"Bash(npx tsc:*)"
],
"deny": []
}
}