fastmcp.utilities.types
Common types used across FastMCP.
Functions
get_fn_name
get_cached_typeadapter
issubclass_safe
is_class_member_of_type
find_kwarg_by_type
replace_type
type_
: The type to replace instances of old_type with new_type.old_type
: The type to replace.new_type
: The type to replace old_type with.