You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/using/plugins/plugins.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ Plugins for filtering, validating, and controlling content.
75
75
76
76
| Plugin | Type | Description |
77
77
|--------|------|-------------|
78
-
|[Deny Filter](https://github.com/IBM/mcp-context-forge/tree/main/plugins/deny_filter)| Native | Deny list plugin for blocking specific content patterns |
79
-
|[Regex Filter](https://github.com/IBM/mcp-context-forge/tree/main/plugins/regex_filter)| Native | Search and replace plugin using regex patterns for content filtering |
78
+
|[Deny Filter](https://github.com/IBM/mcp-context-forge/tree/main/plugins/deny_filter)| Native | Deny list plugin for blocking specific content patterns; recursively scans nested dicts and lists so words are caught at any depth in the payload|
79
+
|[Regex Filter](https://github.com/IBM/mcp-context-forge/tree/main/plugins/regex_filter)| Native | Search and replace plugin using regex patterns for content filtering; recursively rewrites string values inside nested dicts and lists at any depth in the payload|
80
80
|[Resource Filter](https://github.com/IBM/mcp-context-forge/tree/main/plugins/resource_filter)| Native | Resource filtering with max content size, protocol restrictions, blocked domains, and content pattern replacement |
81
81
|[File Type Allowlist](https://github.com/IBM/mcp-context-forge/tree/main/plugins/file_type_allowlist)| Native | Allows only configured MIME types and file extensions for resources |
82
82
|[Output Length Guard](https://github.com/IBM/mcp-context-forge/tree/main/plugins/output_length_guard)| Native | Guards tool outputs by length with block or truncate strategies |
0 commit comments