Skip to main content

Documentation Index

Fetch the complete documentation index at: https://gofastmcp.com/llms.txt

Use this file to discover all available pages before exploring further.

fastmcp.server.transforms.search.regex

Regex-based search transform.

Classes

RegexSearchTransform

Search transform using regex pattern matching. Tools are matched against their name, description, and parameter information using re.search with re.IGNORECASE.