Govern who calls what
Expose only the tools a caller should see, and hold the dangerous ones for a human. Both decisions are per server and per tool, and both are recorded against the identity that triggered them.
mcp_servers:
github:
tools:
allow_list: ["github.get_*", "github.list_*"]
approval_list: ["github.create_issue"]- Tool-access authz
- Approval gate

