fastmcp.utilities.async_utils
Async utilities for FastMCP.
Functions
gather
*awaitables: Awaitables to run concurrentlyreturn_exceptions: If True, exceptions are returned in results. If False, first exception cancels all and raises.
- List of results in the same order as input awaitables.

