--- title: http sidebarTitle: http --- # `fastmcp.utilities.http` ## Functions ### `find_available_port` ```python find_available_port(host: str = '127.0.0.1') -> int ``` Find an available port by letting the OS assign one.