Skip to main content

Module filter

Module filter 

Source
Expand description

Runtime filter for the MCP tool list.

RawFilter holds unparsed CLI/env values. Filter::resolve normalizes, validates, and applies the filter pipeline, returning either a Filter whose allows() is the tool-name gate used by tool_list() and call_tool, or a FilterError to surface at startup.

Structs§

Filter
RawFilter
Raw filter inputs before validation.

Enums§

FilterError
Profile