firewall_remove_pattern
Remove dangerous code patterns from security blacklists to allow previously blocked code structures through the Code Firewall MCP's protection system.
Instructions
Remove a pattern from the blacklist or delta collection.
Args: pattern_id: The pattern ID to remove collection_name: "blacklist" or "deltas"
Returns: {"status": "removed", "pattern_id": str}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern_id | Yes | ||
| collection_name | No | blacklist |